UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
fluentd
fluentd
Compare Revisions
aeb7a5623a3f18bc682852e8d2505e072b0f2728...44bf28a52d898864f991ed195d365125719da41a
Commits (2)
Update gems
· 020953a2
renovate
authored
Aug 31, 2021
020953a2
Merge branch 'renovate/gems' into 'development'
· 44bf28a5
Jeffrey Weatherford
authored
Aug 31, 2021
Update gems See merge request
!91
44bf28a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+6
-6
No files found.
Dockerfile
View file @
44bf28a5
...
...
@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
# Set up environment variables
ENV
FLUENTD_VERSION="1.1
3.3
" \
ENV
FLUENTD_VERSION="1.1
4.0
" \
DESCRIPTION="Fluentd docker image" \
FLUENT_USER="fluent" \
FLUENT_UID="1000" \
...
...
hardening_manifest.yaml
View file @
44bf28a5
...
...
@@ -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.1
3.3
"
-
"
1.1
4.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.1
3.3
"
org.opencontainers.image.version
:
"
1.1
4.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.1
3.3
.gem
url
:
https://rubygems.org/downloads/fluentd-1.1
4.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
:
...
...