This commit is contained in:
@@ -83,4 +83,11 @@ RUN chsh -s /usr/bin/zsh vscode
|
||||
COPY ./assets/.zshrc /home/vscode
|
||||
|
||||
|
||||
#----- buildctl
|
||||
ENV BUILDKIT_VERSION=v0.29.0
|
||||
RUN curl -L "https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}/buildkit-${BUILDKIT_VERSION}.linux-amd64.tar.gz" \
|
||||
| tar -xz -C /usr/local/bin --strip-components=2 buildkit-${BUILDKIT_VERSION}.linux-amd64/bin/buildctl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
|
||||
"image": "oci.limbosolutions.com/devcontainers/devops:latest",
|
||||
"remoteUser": "vscode",
|
||||
"name": "devops-devs",
|
||||
"runArgs": [
|
||||
|
||||
Reference in New Issue
Block a user