Commit 47fdbeb1 authored by James T. Lee's avatar James T. Lee
Browse files

Squash image because it is a complete rebuild

There is no need to carry around the original Gentoo stage3 image.
parent 5f957159
Pipeline #217 canceled with stage
in 18 minutes and 49 seconds
...@@ -13,7 +13,7 @@ default: ...@@ -13,7 +13,7 @@ default:
tags: ['nest'] tags: ['nest']
script: script:
- 'mkdir debug' - 'mkdir debug'
- 'buildah bud --pull - 'buildah bud --pull --squash
--creds="${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}" --creds="${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}"
--security-opt seccomp=unconfined --security-opt seccomp=unconfined
--build-arg GENTOO_STAGE3_TAG=amd64 --build-arg GENTOO_STAGE3_TAG=amd64
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment