UNCLASSIFIED

Commits (2)
......@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER 0
# Set up environment variables
ENV FLUENTD_VERSION="1.13.3" \
ENV FLUENTD_VERSION="1.14.0" \
DESCRIPTION="Fluentd docker image" \
FLUENT_USER="fluent" \
FLUENT_UID="1000" \
......
......@@ -8,7 +8,7 @@ name: "opensource/fluentd/fluentd"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "1.13.3"
- "1.14.0"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -23,7 +23,7 @@ labels:
org.opencontainers.image.licenses: "Apache License v2.0"
org.opencontainers.image.url: "https://www.fluentd.org/architecture"
org.opencontainers.image.vendor: "fluend"
org.opencontainers.image.version: "1.13.3"
org.opencontainers.image.version: "1.14.0"
mil.dso.ironbank.image.keywords: "fluentd, data collector"
mil.dso.ironbank.image.type: "opensource"
mil.dso.ironbank.product.name: "fluentd"
......@@ -31,15 +31,15 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: fluentd.gem
url: https://rubygems.org/downloads/fluentd-1.13.3.gem
url: https://rubygems.org/downloads/fluentd-1.14.0.gem
validation:
type: sha256
value: 9b9ddabae9419ee86b5f8d4ac84ee70e68d43110309085e988aef401525a698a
value: a5f67bce6513d5ae286ec4caf636410ff7669a270f1e57eadf8d8c88acb761c7
- filename: oj.gem
url: https://rubygems.org/downloads/oj-3.13.2.gem
url: https://rubygems.org/downloads/oj-3.13.3.gem
validation:
type: sha256
value: e9674c1edccf644997949a0dc85d1e899a5d5d73d467f5a632c95854681f07ba
value: 52fff30f22307b43ccc69b7b6bdf4fffc175c7bc5615c43f1738ad930c6e7b82
- filename: cool.io.gem
url: https://rubygems.org/downloads/cool.io-1.7.1.gem
validation:
......