Skip to content

Commit

Permalink
Remove support for EL7 and EL8 (but not OL8).
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jul 3, 2024
1 parent 65d285d commit ce5f0b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ To add convenience aliases (described below):
# Set up Docker DevBox
you@host$ eval $(/opt/docker-devbox/setup --aliases)
# Build a customized-for-you image of EL7 plus Unibuild
you@host$ ddb build el7u
# Build a customized-for-you image of EL9 plus Unibuild
you@host$ ddb build el9u
# Start that image in a container
you@host$ ddb boot tester el7u
Starting tester as el7u
you@host$ ddb boot tester el9u
Starting tester as el9u
f245ebc74207b5485a80602e4b676bd98443cdba2bb11cb8310ac7331eba555a
# Log into the container and do your business
Expand Down
5 changes: 0 additions & 5 deletions etc/bases
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ default almalinux:9

# Generic Red Hat

centos centos:7
el7 centos:7
el8 almalinux:8
ol8 oraclelinux:8
el9 almalinux:9

Expand All @@ -34,8 +31,6 @@ u24 ubuntu:24.04

# perfSONAR basic images with Unibuild pre-installed

el7u ghcr.io/perfsonar/unibuild/el7:latest
el8u ghcr.io/perfsonar/unibuild/el8:latest
ol8u ghcr.io/perfsonar/unibuild/ol8:latest
el9u ghcr.io/perfsonar/unibuild/el9:latest
d10u ghcr.io/perfsonar/unibuild/d10:latest
Expand Down

0 comments on commit ce5f0b0

Please sign in to comment.