Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a8040d2cd
|
||
|
|
f103308dff
|
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.1 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='^qemu-v(?<version>\d+\.\d+\.\d+)$'
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.1 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='^qemu-(?<version>\d+\.\d+\.\d+)$'
|
||||
|
||||
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/rockylinux:8
|
||||
FROM docker.io/library/rockylinux:9
|
||||
|
||||
RUN dnf update --assumeyes && \
|
||||
dnf install --assumeyes bash-completion sudo && \
|
||||
|
||||
Reference in New Issue
Block a user