Skip to content

Commit

Permalink
Merge pull request #206 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.9-atomic-openshift-cluster-autoscaler

Updating atomic-openshift-cluster-autoscaler images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Jun 17, 2021
2 parents fd2d0da + b6f2dd3 commit db3c8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cluster-autoscaler/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
WORKDIR /go/src/k8s.io/autoscaler
COPY . .
WORKDIR /go/src/k8s.io/autoscaler/cluster-autoscaler
RUN go build -o ./cluster-autoscaler .

FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9
COPY --from=builder /go/src/k8s.io/autoscaler/cluster-autoscaler/cluster-autoscaler /usr/bin/
CMD /usr/bin/cluster-autoscaler
LABEL summary="Cluster Autoscaler for OpenShift and Kubernetes"

0 comments on commit db3c8bd

Please sign in to comment.