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

View File

@@ -6,7 +6,7 @@
"context": "..",
"dockerfile": "containers/dev/devcontainer/Dockerfile",
"args": {
"VARIANT": "1.16",
"VERSION": "1.16",
}
},

View File

@@ -0,0 +1 @@
1.16

View File

@@ -1,5 +1,5 @@
ARG VARIANT="1.16"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
ARG VERSION="1.16"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VERSION}
ARG HELM_VERSION="3.5.4"
ARG CT_VERSION=3.3.1

View File

@@ -0,0 +1 @@
1.16

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
printf "%s" "1.16"

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
printf "%s" "1.16"