File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9-release-golang-1.22 -openshift-4.18
4
+ tag : rhel-9-release-golang-1.23 -openshift-4.19
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22 -openshift-4.18 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 AS builder
2
2
WORKDIR /go/src/github.com/openshift/kubernetes/build/pause
3
3
COPY . .
4
4
RUN mkdir -p bin && \
5
5
gcc -Os -Wall -Werror -o bin/pause ./linux/pause.c
6
6
7
- FROM registry.ci.openshift.org/ocp/4.18 :base-rhel9
7
+ FROM registry.ci.openshift.org/ocp/4.19 :base-rhel9
8
8
COPY --from=builder /go/src/github.com/openshift/kubernetes/build/pause/bin/pause /usr/bin/pod
9
9
LABEL io.k8s.display-name="OpenShift Pod" \
10
10
io.k8s.description="This is a component of OpenShift and contains the binary that holds the pod namespaces." \
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22 -openshift-4.18 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 AS builder
2
2
WORKDIR /go/src/k8s.io/kubernetes
3
3
COPY . .
4
4
RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kubelet cmd/watch-termination openshift-hack/cmd/k8s-tests openshift-hack/cmd/k8s-tests-ext' && \
@@ -8,7 +8,7 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
8
8
/tmp/build && \
9
9
gzip /tmp/build/k8s-tests-ext
10
10
11
- FROM registry.ci.openshift.org/ocp/4.18 :base-rhel9
11
+ FROM registry.ci.openshift.org/ocp/4.19 :base-rhel9
12
12
RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
13
13
COPY --from=builder /tmp/build/* /usr/bin/
14
14
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22 -openshift-4.18 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 AS builder
2
2
WORKDIR /go/src/k8s.io/kubernetes
3
3
COPY . .
4
4
RUN make WHAT=openshift-hack/e2e/k8s-e2e.test; \
@@ -9,7 +9,7 @@ RUN make WHAT=openshift-hack/e2e/k8s-e2e.test; \
9
9
cp /go/src/k8s.io/kubernetes/openshift-hack/test-kubernetes-e2e.sh /tmp/build/; \
10
10
cp /go/src/k8s.io/kubernetes/openshift-hack/images/kube-proxy/test-kube-proxy.sh /tmp/build/
11
11
12
- FROM registry.ci.openshift.org/ocp/4.18 :tools
12
+ FROM registry.ci.openshift.org/ocp/4.19 :tools
13
13
COPY --from=builder /tmp/build/k8s-e2e.test /usr/bin/
14
14
COPY --from=builder /tmp/build/ginkgo /usr/bin/
15
15
COPY --from=builder /tmp/build/test-kubernetes-e2e.sh /usr/bin/
You can’t perform that action at this time.
0 commit comments