moved to oci.limbosolutions.com, add buildkit
/ build-push-image (push) Failing after 18s

This commit is contained in:
Márcio Fernandes
2026-05-03 10:50:47 +00:00
parent bf36e0e034
commit f0c62ba8cc
6 changed files with 49 additions and 55 deletions
+7
View File
@@ -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 -1
View File
@@ -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": [