Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Make file names consistent
Browse files Browse the repository at this point in the history
There were a bunch of different naming conventions being used in the
files.

This makes the different files consistent. I.e. we always use the
`centos-stream-N` convention and we place the `-rt` modifier at the end
so it's listed right beside the non-rt version.
  • Loading branch information
jlebon committed Apr 26, 2024
1 parent 8c435b1 commit c52e44b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
include:
- os: centos
version: stream9
version: stream-9
- os: centos
version: stream10
version: stream-10

steps:
- name: Update podman
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See Containerfile.centos-stream9 for more information.
# See Containerfile.centos-stream-9 for more information.

FROM quay.io/centos/centos:stream10-development as repos

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c52e44b

Please sign in to comment.