Skip to content

Commit e4e0339

Browse files
committed
ocpver
1 parent 586b538 commit e4e0339

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Containerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ RUN mkdir -p /build/target/dev-rootfs # This can hold arbitrary extra content
1010
RUN --mount=type=cache,target=/build/target --mount=type=cache,target=/var/roothome make test-bin-archive && mkdir -p /out && cp target/bootc.tar /out
1111
RUN mkdir -p /build/target/dev-rootfs # This can hold arbitrary extra content
1212

13-
FROM quay.io/otuchfel/bootc:seed2 as seed
13+
FROM quay.io/otuchfel/bootc:seed30 as seed
1414

1515
# ____________________________________________________________________________
1616

17-
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5b1124faf4b73753b4679085604dd8cb810c4a7a2e659978f5c80183bb165f94
17+
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66b5f9d8f1af5acee783db84a25c08338252ff9c276d33e391680168a22f42ee
18+
1819

1920
LABEL com.openshift.lifecycle-agent.seed_format_version=4
2021

build_seed.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ set -euxo pipefail
77
cd $SCRIPT_DIR
88

99
podman build -t bootcseed -f Containerfile .
10-
podman tag bootcseed:latest quay.io/otuchfel/bootc:seed6
11-
podman push quay.io/otuchfel/bootc:seed6
10+
podman tag bootcseed:latest quay.io/otuchfel/bootc:seed61
11+
podman push quay.io/otuchfel/bootc:seed61

0 commit comments

Comments
 (0)