Vinzenz G.
Results
1
issues of
Vinzenz G.
When building our devcontainer on our Gitlab-CI build pipeline (to use it in ci-jobs) with the following command `devcontainer build . --image-name $CI_REGISTRY_IMAGE/devcontainer:$CI_COMMIT_SHA --workspace-folder . --cache-from="type=local,src=.buildx/cache" --cache-to="type=local,dest=.buildx/cache" --cache-to="type=registry,ref=reg.goibykus.de/stp/devcontainer:cache,mode=max,image-manifest=true"` the git-lfs...