Skip to content

Commit

Permalink
Add golang:latest default for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Jan 24, 2020
1 parent 0008a51 commit 71e02af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_CONTAINER
ARG GOLANG_CONTAINER=golang:latest

FROM nginx:1.17.7 AS base

Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileForAlpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_CONTAINER
ARG GOLANG_CONTAINER=golang:latest

FROM nginx:1.17.7-alpine AS base

Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileForPlus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_CONTAINER
ARG GOLANG_CONTAINER=golang:latest

FROM debian:stretch-slim AS base

Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileWithOpentracing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NGINX_VERSION=1.17.7
ARG OPENTRACING_CPP_VERSION=1.5.1
ARG GOLANG_CONTAINER
ARG GOLANG_CONTAINER=golang:latest

FROM nginx:${NGINX_VERSION} AS opentracing-builder
ARG OPENTRACING_CPP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileWithOpentracingForPlus
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV NGINX_PLUS_VERSION 20-1~stretch
ENV NGINX_OPENTRACING_MODULE_VERSION 20+0.9.0-1~stretch

ARG IC_VERSION
ARG GOLANG_CONTAINER
ARG GOLANG_CONTAINER=golang:latest

# Download certificate and key from the customer portal (https://cs.nginx.com)
# and copy to the build context
Expand Down

0 comments on commit 71e02af

Please sign in to comment.