From 9971e19a805c612e7ecd3dba5eee755a621c4168 Mon Sep 17 00:00:00 2001 From: Christian Bongiorno Date: Mon, 25 Sep 2023 17:22:57 -0700 Subject: [PATCH 1/2] trying out spaces --- .space/devfile.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .space/devfile.yaml diff --git a/.space/devfile.yaml b/.space/devfile.yaml new file mode 100644 index 000000000..e04694a26 --- /dev/null +++ b/.space/devfile.yaml @@ -0,0 +1,13 @@ +schemaVersion: 2.2.0 +attributes: + space: + instanceType: large + editor: + type: Idea +components: + - name: image-build + image: + # (Required) + imageName: jfrog:latest + dockerfile: + uri: . From aed70815a20dcbc9732000b76ba9e518d9be8fc9 Mon Sep 17 00:00:00 2001 From: Christian Bongiorno Date: Mon, 25 Sep 2023 17:27:25 -0700 Subject: [PATCH 2/2] Update devfile.yaml --- .space/devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space/devfile.yaml b/.space/devfile.yaml index e04694a26..62bfc1f23 100644 --- a/.space/devfile.yaml +++ b/.space/devfile.yaml @@ -3,7 +3,7 @@ attributes: space: instanceType: large editor: - type: Idea + type: GoLand components: - name: image-build image: