fix devcontainer build process
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"context": "..",
|
"context": "..",
|
||||||
"dockerfile": "containers/dev/devcontainer/Dockerfile",
|
"dockerfile": "containers/dev/devcontainer/Dockerfile",
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "1.16",
|
"VERSION": "1.16",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
1.16
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user