Merge pull request #1569 from aledbf/default-backend

Update 404 server image
This commit is contained in:
Nick Sardo 2017-10-24 10:28:30 -07:00 committed by GitHub
commit 69efc3fec9
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,7 @@
# Build the default backend binary or image for amd64, arm, arm64 and ppc64le # Build the default backend binary or image for amd64, arm, arm64 and ppc64le
# #
# Usage: # Usage:
# [PREFIX=gcr.io/google_containers/defaultbackend] [ARCH=amd64] [TAG=1.1] make (server|container|push) # [PREFIX=gcr.io/google_containers/defaultbackend] [ARCH=amd64] [TAG=1.4] make (server|container|push)
all: push all: push

View file

@ -2,7 +2,11 @@ approvers:
- bprashanth - bprashanth
- luxas - luxas
- mikedanese - mikedanese
- aledbf
- nicksardo
reviewers: reviewers:
- bprashanth - bprashanth
- luxas - luxas
- mikedanese - mikedanese
- aledbf
- nicksardo