You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be achieved by flattening the docker image created by nightly workflow (or build-frozen release workflow).
The flattening process is like the following:
start up a container using the docker image containing the full Spack-release interactively;
prepare and run a script to trim down the release and externals, and even system packages;
commit the change to a new docker image;
flatter the image with docker export and docker import to remove all intermediate layers.
The text was updated successfully, but these errors were encountered:
dingp
changed the title
Prepare slim version of docker image containing spack release providing running environment only
Prepare slim version of docker image containing spack release with running environment only
Apr 5, 2022
This can be achieved by flattening the docker image created by nightly workflow (or build-frozen release workflow).
The flattening process is like the following:
docker export
anddocker import
to remove all intermediate layers.The text was updated successfully, but these errors were encountered: