UNCLASSIFIED

Commits (3)
...@@ -8,7 +8,7 @@ name: "opensource/fluentd/fluentd-elasticsearch" ...@@ -8,7 +8,7 @@ name: "opensource/fluentd/fluentd-elasticsearch"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "5.0.5" - "5.1.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://github.com/uken/fluent-plugin-elasticsearch" org.opencontainers.image.url: "https://github.com/uken/fluent-plugin-elasticsearch"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "5.0.5" org.opencontainers.image.version: "5.1.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "fluentd,logs,fluentd-elasticsearch,plugin" mil.dso.ironbank.image.keywords: "fluentd,logs,fluentd-elasticsearch,plugin"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -38,10 +38,10 @@ labels: ...@@ -38,10 +38,10 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: fluent-plugin-elasticsearch.gem - filename: fluent-plugin-elasticsearch.gem
url: https://rubygems.org/downloads/fluent-plugin-elasticsearch-5.0.5.gem url: https://rubygems.org/downloads/fluent-plugin-elasticsearch-5.1.0.gem
validation: validation:
type: sha256 type: sha256
value: 7122b3b9719c5c50a4319541cb927a8a3b47cda34e1223334b41d99e01a795fb value: eb44423cb04ef3468818ca7ac14171dfbd8c4805a6c540b151bdf999215c356c
- filename: multi_json.gem - filename: multi_json.gem
url: https://rubygems.org/downloads/multi_json-1.15.0.gem url: https://rubygems.org/downloads/multi_json-1.15.0.gem
validation: validation:
......