fix devcontainer build process
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"context": "..",
|
||||
"dockerfile": "containers/dev/devcontainer/Dockerfile",
|
||||
"args": {
|
||||
"VARIANT": "1.16",
|
||||
"VERSION": "1.16",
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
1
containers/dev/devcontainer/BASE
Normal file
1
containers/dev/devcontainer/BASE
Normal file
@@ -0,0 +1 @@
|
||||
1.16
|
||||
@@ -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
|
||||
|
||||
1
containers/dev/devcontainer/VERSION
Normal file
1
containers/dev/devcontainer/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
1.16
|
||||
3
containers/dev/devcontainer/latest-base.sh
Normal file
3
containers/dev/devcontainer/latest-base.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf "%s" "1.16"
|
||||
3
containers/dev/devcontainer/latest-version.sh
Normal file
3
containers/dev/devcontainer/latest-version.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf "%s" "1.16"
|
||||
Reference in New Issue
Block a user