Skip to content

Commit

Permalink
Update Dockerfile for release v0.12 (knative#279)
Browse files Browse the repository at this point in the history
Update version in label and tag for kn version
  • Loading branch information
navidshaikh committed Mar 2, 2020
1 parent 3faaa1f commit 5637f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM rhel8/go-toolset:1.12.8 AS builder
FROM rhel8/go-toolset:1.13.4 AS builder
WORKDIR /opt/app-root/src/go/src/github.com/knative/client
USER root
COPY . .
RUN TAG="v0.10.0" make build
RUN TAG="v0.12.0" make build

FROM ubi8:8-released
COPY --from=builder /opt/app-root/src/go/src/github.com/knative/client/kn /ko-app/kn

LABEL \
com.redhat.component="openshift-serverless-1-tech-preview-client-kn-rhel8-container" \
name="openshift-serverless-1-tech-preview/client-kn-rhel8" \
version="0.10.0" \
version="v0.12.0" \
summary="Red Hat OpenShift Serverless 1 kn CLI" \
description="CLI client 'kn' for managing Red Hat OpenShift Serverless 1" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 kn CLI" \
Expand Down

0 comments on commit 5637f1d

Please sign in to comment.