Skip to content

Commit

Permalink
Remove an unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alephpiece committed Apr 13, 2024
1 parent 08952d3 commit 8e20216
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG SPACK_VERSION="0.21.2"
ARG SPACK_IMAGE="spack/ubuntu-jammy"
FROM ${SPACK_IMAGE}:${SPACK_VERSION} AS builder
FROM ${SPACK_IMAGE}:${SPACK_VERSION}
ARG UBUNTU_CODE
ENV UBUNTU_CODE=${UBUNTU_CODE:-"jammy"}

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ TARGET ?= x86_64
DOCKER_IMAGE ?= antmoc/antmoc-ci
DOCKER_TAG := 0.1.16-alpha

# Default user
USER_NAME ?= hpcer

#===============================================================================
# Variables and objects
#===============================================================================
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ANT-MOC CI

Official ANT-MOC CI images starting from 0.1.15.

> Legacy images (before 0.1.15) could be found at
>
> - DockerHub: [leavesask/antmoc-ci](https://hub.docker.com/r/leavesask/antmoc-ci)
> - GitHub: [docker-antmoc-ci](https://github.com/alephpiece/docker-antmoc-ci)
Legacy images (before 0.1.15) could be found at

- DockerHub: [leavesask/antmoc-ci](https://hub.docker.com/r/leavesask/antmoc-ci)
- GitHub: [docker-antmoc-ci](https://github.com/alephpiece/docker-antmoc-ci)
1 change: 0 additions & 1 deletion scripts/docker-slim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
IMAGE=${1:-"antmoc/antmoc-ci:0.1.16-alpha"}
NEWTAG=${IMAGE%-*}

/opt is the largest directory
slim build \
--mount $(pwd)/ant-moc:/opt/mnt/ant-moc \
--mount $(pwd)/scripts:/opt/mnt/scripts \
Expand Down

0 comments on commit 8e20216

Please sign in to comment.