Skip to content

Commit

Permalink
Merge pull request #3644 from aledbf/update-ngx
Browse files Browse the repository at this point in the history
Update nginx image
  • Loading branch information
k8s-ci-robot committed Jan 10, 2019
2 parents e7a0a96 + d663f58 commit 35f5a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,7 +61,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)

# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.74
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.75

ifeq ($(ARCH),arm64)
QEMUARCH=aarch64
Expand Down
2 changes: 1 addition & 1 deletion build/go-in-docker.sh
Expand Up @@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi

E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v01042019-40487eea0
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v01092019-b433108ea

DOCKER_OPTS=${DOCKER_OPTS:-""}

Expand Down
2 changes: 1 addition & 1 deletion images/e2e/Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.74
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.75

RUN clean-install \
g++ \
Expand Down

0 comments on commit 35f5a6c

Please sign in to comment.