Skip to content

Commit

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

Updating atomic-openshift-cluster-autoscaler builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed May 26, 2021
2 parents ac544d4 + 95b3fbb commit c882ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cluster-autoscaler/Dockerfile.rhel
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
WORKDIR /go/src/k8s.io/autoscaler
COPY . .
RUN go build -o cluster-autoscaler/cluster-autoscaler ./cluster-autoscaler

FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
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 c882ab7

Please sign in to comment.