Skip to content

Commit

Permalink
Update dockerfiles (knative#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Nov 6, 2024
1 parent 0d107c9 commit 1c9f9a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions openshift/ci-operator/knative-images/kn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /go/src/cmd/kn
COPY . .

ENV CGO_ENABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /go/src/vendor/knative.dev/serving/test/test_images/grpc-ping
COPY . .

ENV CGO_ENABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /go/src/test/test_images/helloworld
COPY . .

ENV CGO_ENABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /go/src/vendor/knative.dev/serving/test/test_images/multicontainer/servingcontainer
COPY . .

ENV CGO_ENABLED=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /go/src/vendor/knative.dev/serving/test/test_images/multicontainer/sidecarcontainer
COPY . .

ENV CGO_ENABLED=1
Expand Down

0 comments on commit 1c9f9a5

Please sign in to comment.