Skip to content

Commit 135b1cd

Browse files
committed
git add openshift-hack/images/hyperkube/Dockerfile.rhel
Signed-off-by: Harshal Patil <harpatil@redhat.com>
1 parent d1f2f86 commit 135b1cd

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

openshift-hack/images/hyperkube/Dockerfile.rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
22
WORKDIR /go/src/k8s.io/kubernetes
33
COPY . .
44
RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kubelet cmd/watch-termination openshift-hack/cmd/k8s-tests-ext' && \
@@ -14,4 +14,4 @@ COPY --from=builder /tmp/build/* /usr/bin/
1414
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
1515
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
1616
io.openshift.tags="openshift,hyperkube" \
17-
io.openshift.build.versions="kubernetes=1.35.0-rc.1-rc.1"
17+
io.openshift.build.versions="kubernetes=1.35.0"

openshift-hack/images/installer-kube-apiserver-artifacts/Dockerfile.rhel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# the kube-apiserver layered on top of the cluster-native Linux installer image.
33
# The resulting image is used to build the openshift-install binary.
44

5-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS macbuilder
5+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS macbuilder
66
ARG TAGS=""
77
WORKDIR /go/src/k8s.io/kubernetes
88
COPY . .
99
ENV KUBE_BUILD_PLATFORMS=darwin/amd64
1010
ENV KUBE_STATIC_OVERRIDES=kube-apiserver
1111
RUN make WHAT='cmd/kube-apiserver'
1212

13-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS macarmbuilder
13+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS macarmbuilder
1414
ARG TAGS=""
1515
WORKDIR /go/src/k8s.io/kubernetes
1616
COPY . .
1717
ENV KUBE_BUILD_PLATFORMS=darwin/arm64
1818
ENV KUBE_STATIC_OVERRIDES=kube-apiserver
1919
RUN make WHAT='cmd/kube-apiserver'
2020

21-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS linuxbuilder
21+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS linuxbuilder
2222
ARG TAGS=""
2323
WORKDIR /go/src/k8s.io/kubernetes
2424
COPY . .
@@ -27,7 +27,7 @@ ENV KUBE_BUILD_PLATFORMS=linux/amd64
2727
ENV KUBE_STATIC_OVERRIDES=kube-apiserver
2828
RUN make WHAT='cmd/kube-apiserver'
2929

30-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS linuxarmbuilder
30+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS linuxarmbuilder
3131
ARG TAGS=""
3232
WORKDIR /go/src/k8s.io/kubernetes
3333
COPY . .
@@ -36,7 +36,7 @@ ENV KUBE_BUILD_PLATFORMS=linux/arm64
3636
ENV KUBE_STATIC_OVERRIDES=kube-apiserver
3737
RUN make WHAT='cmd/kube-apiserver'
3838

39-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
39+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
4040
ARG TAGS=""
4141
WORKDIR /go/src/k8s.io/kubernetes
4242
COPY . .

openshift-hack/images/kube-proxy/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
22
WORKDIR /go/src/k8s.io/kubernetes
33
COPY . .
44
RUN make WHAT='cmd/kube-proxy' && \

openshift-hack/images/tests/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
22
WORKDIR /go/src/k8s.io/kubernetes
33
COPY . .
44
RUN make WHAT=openshift-hack/e2e/k8s-e2e.test; \

0 commit comments

Comments
 (0)