UNCLASSIFIED

Commit ad1d35c0 authored by alexander.klepal's avatar alexander.klepal
Browse files

Merge branch 'alexander.klepal-development-patch-84697' into 'development'

Update Dockerfile

See merge request !11
parents e597b3f0 17923885
Pipeline #199794 passed with stages
in 20 minutes and 23 seconds
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/fluentd/fluentd ARG BASE_IMAGE=ironbank/opensource/fluentd/fluentd
ARG BASE_TAG=1.11.5 ARG BASE_TAG=1.12.1
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG VERSION
ENV FLUENT_USER fluent ENV FLUENT_USER fluent
USER 0 USER 0
......
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/fluentd/fluentd" BASE_IMAGE: "opensource/fluentd/fluentd"
BASE_TAG: "1.11.5" BASE_TAG: "1.12.1"
# Docker image labels # Docker image labels
labels: labels:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment