fix devcontainer build process

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-30 13:28:06 +02:00
parent 7ad57f65c7
commit 8329aaffc6
6 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"context": "..", "context": "..",
"dockerfile": "containers/dev/devcontainer/Dockerfile", "dockerfile": "containers/dev/devcontainer/Dockerfile",
"args": { "args": {
"VARIANT": "1.16", "VERSION": "1.16",
} }
}, },
+1
View File
@@ -0,0 +1 @@
1.16
+2 -2
View File
@@ -1,5 +1,5 @@
ARG VARIANT="1.16" ARG VERSION="1.16"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT} FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VERSION}
ARG HELM_VERSION="3.5.4" ARG HELM_VERSION="3.5.4"
ARG CT_VERSION=3.3.1 ARG CT_VERSION=3.3.1
+1
View File
@@ -0,0 +1 @@
1.16
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
printf "%s" "1.16"
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
printf "%s" "1.16"