Skip to content

Commit

Permalink
Merge pull request #72 from quarckster/dockerfile_base
Browse files Browse the repository at this point in the history
Updated base image for insights-operator
  • Loading branch information
openshift-merge-robot committed Feb 19, 2020
2 parents 392fb20 + 0585e5b commit 9c5bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/insights-operator
COPY . .
RUN make build

FROM registry.svc.ci.openshift.org/ocp/4.2:base
FROM registry.svc.ci.openshift.org/ocp/4.4:base
COPY --from=builder /go/src/github.com/openshift/insights-operator/bin/insights-operator /usr/bin/
COPY config/pod.yaml /etc/insights-operator/server.yaml
COPY manifests /manifests
Expand Down

0 comments on commit 9c5bf62

Please sign in to comment.