Skip to content

Commit

Permalink
Use image from gcr.io/google-samples
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed Apr 5, 2018
1 parent 86ccc7d commit 93d3c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
spec:
containers:
- name: frontend
image: zoneprinter:latest
image: gcr.io/google-samples/zone-printer:0.1
ports:
- containerPort: 80
1 change: 1 addition & 0 deletions examples/zone-printer/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY . .
RUN go install

FROM alpine
LABEL source="https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/tree/master/examples/zone-printer/src"
COPY --from=compiler /go/bin/zoneprinter ./zoneprinter
ENTRYPOINT ./zoneprinter
EXPOSE 80
Expand Down

0 comments on commit 93d3c11

Please sign in to comment.