0.1.14
,0.1.15
-
Pull the image
docker pull leavesask/antmoc-ci:<tag>
- Run the image interactively
docker run -it --rm leavesask/antmoc-ci:<tag>
The base image is Spack.
It is highly recommended that you build the image with make
.
# Build an image for code coverage
make
# Build and publish the image
make release
As an alternative, you can build the image with docker build
command.
docker build \
--build-arg SPACK_IMAGE="spack/ubuntu-bionic" \
--build-arg SPACK_VERSION="latest" \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
-t my-repo/antmoc-ci:latest .