Skip to content

Commit

Permalink
docker: remove unused images
Browse files Browse the repository at this point in the history
Problem: ci only uses el8 and jammy docker images, but bionic,
focal, and el7 are still out there.

Remove them.
Update the default image in docker-run-checks.sh from focal to jammy.
  • Loading branch information
garlick committed Dec 10, 2024
1 parent bdf05e0 commit cf4c464
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 181 deletions.
60 changes: 0 additions & 60 deletions src/test/docker/bionic/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/docker/docker-run-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROJECT=flux-pmix
BASE_DOCKER_REPO=fluxrm/flux-core

WORKDIR=/usr/src
IMAGE=focal
IMAGE=jammy
JOBS=2
MOUNT_HOME_ARGS="--volume=$HOME:/home/$USER -e HOME"

Expand Down
59 changes: 0 additions & 59 deletions src/test/docker/el7/Dockerfile

This file was deleted.

61 changes: 0 additions & 61 deletions src/test/docker/focal/Dockerfile

This file was deleted.

0 comments on commit cf4c464

Please sign in to comment.