Use dockerhub for e2e and demo images (#10851)
This commit is contained in:
parent
42627fb1bd
commit
a9eb4dba40
19 changed files with 26 additions and 19 deletions
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
||||
|
|
@ -14,5 +14,4 @@ steps:
|
|||
- -c
|
||||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
||||
|
||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
||||
|
|
@ -29,4 +29,4 @@ FROM gcr.io/distroless/static:nonroot
|
|||
COPY --from=builder /go/src/k8s.io/ingress-nginx/images/fastcgi/fastcgi-helloserver /
|
||||
USER nonroot:nonroot
|
||||
|
||||
CMD ["/fastcgi-helloserver"]
|
||||
CMD ["/fastcgi-helloserver"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue