Skip to content

Commit ebd9790

Browse files
committed
use build-root to provide skopeo package
1 parent 5345a85 commit ebd9790

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.ci-operator.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
build_root_image:
2-
name: release
3-
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.20
2+
project_image:
3+
dockerfile_path: Dockerfile.build-root

Dockerfile.build-root

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
2+
RUN --mount=type=cache,target=/var/cache/dnf,z \
3+
dnf install --setopt=keepcache=true -y skopeo

0 commit comments

Comments
 (0)