Skip to content

Commit

Permalink
centos: CentOS Stream 10 is now GA
Browse files Browse the repository at this point in the history
- Rename stream10-development image to stream10
- README: Add CentOS Stream 10
- README: Remove EOL'ed CentOS Stream 8
  • Loading branch information
travier committed Dec 13, 2024
1 parent 3f2484e commit bc3bb0d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
env:
distro: 'centos'
distro_pretty: 'CentOS'
latest_release: 'stream9'
latest_release: 'stream10'
platforms: 'linux/amd64, linux/arm64'
registry: 'quay.io/toolbx-images'

Expand All @@ -36,7 +36,7 @@ jobs:
build-push-images:
strategy:
matrix:
release: ['stream9', 'stream10-development']
release: ['stream9', 'stream10']

runs-on: ubuntu-24.04
steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ directly use the commands below:

- [CentOS (Stream)] with [EPEL] enabled by default:
```
$ toolbox create --image quay.io/toolbx-images/centos-toolbox:stream10
$ toolbox enter centos-toolbox-stream10
$ toolbox create --image quay.io/toolbx-images/centos-toolbox:stream9
$ toolbox enter centos-toolbox-stream9
$ toolbox create --image quay.io/toolbx-images/centos-toolbox:stream8
$ toolbox enter centos-toolbox-stream8
```

- [Debian]:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM quay.io/centos/centos:stream10-development
FROM quay.io/centos/centos:stream10

LABEL com.github.containers.toolbox="true" \
com.redhat.component="centos-toolbox" \
name="centos-toolbox" \
version="stream10-development" \
version="stream10" \
usage="This image is meant to be used with the toolbox command" \
summary="Base image for creating CentOS toolbox containers" \
maintainer="Timothée Ravier <tim@siosm.fr>"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bc3bb0d

Please sign in to comment.