Skip to content

Commit 2021f51

Browse files
committed
UBI requires too much work
Using Alma - instead of Rocky - because Alma looks to be keeping theirs more up-to-date: # docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE almalinux 9 ac7ec6259981 5 days ago 185MB almalinux 8 9fb5ddbdcc92 7 days ago 189MB rockylinux 9 9cc24f05f309 6 months ago 176MB rockylinux 9-minimal dfaa211c6b30 6 months ago 118MB rockylinux 8-minimal f63d8d2889fd 6 months ago 93.3MB rockylinux 8 c79048e50f5f 6 months ago 198MB
1 parent 15cd164 commit 2021f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-salt-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
image: >-
4040
${{ fromJson('{
4141
7: "quay.io/centos/centos:centos7",
42-
8: "registry.access.redhat.com/ubi8/ubi:latest",
43-
9: "registry.access.redhat.com/ubi9/ubi:latest"
42+
8: "docker.io/library/almalinux:8",
43+
9: "docker.io/library/almalinux:9"
4444
}')[inputs.salt-os-version] }}
4545
volumes:
4646
- /sys/fs/cgroup:/sys/fs/cgroup

0 commit comments

Comments
 (0)