Update nginx image

This commit is contained in:
Manuel de Brito Fontes 2018-08-29 09:48:19 -03:00
parent 91eecdebd2
commit fcade77c96
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH) MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch # Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.60 BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.61
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
QEMUARCH=arm QEMUARCH=arm

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1 exit 1
fi fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v08292018-7740d78 E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v08292018-91eecde
DOCKER_OPTS=${DOCKER_OPTS:-""} DOCKER_OPTS=${DOCKER_OPTS:-""}

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.59 FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.61
RUN clean-install \ RUN clean-install \
g++ \ g++ \