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
Commits
31362d04
Commit
31362d04
authored
Jul 29, 2021
by
Hunter Stevens
Browse files
Merge branch 'development' into 'master'
Development See merge request
!81
parents
df8f7957
460b5913
Pipeline
#403850
passed with stages
in 20 minutes and 50 seconds
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+3
-3
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
31362d04
...
@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
0
USER
0
# Set up environment variables
# Set up environment variables
ENV
FLUENTD_VERSION="1.13.
2
" \
ENV
FLUENTD_VERSION="1.13.
3
" \
DESCRIPTION="Fluentd docker image" \
DESCRIPTION="Fluentd docker image" \
FLUENT_USER="fluent" \
FLUENT_USER="fluent" \
FLUENT_UID="1000" \
FLUENT_UID="1000" \
...
@@ -69,8 +69,8 @@ RUN yum update -y && \
...
@@ -69,8 +69,8 @@ RUN yum update -y && \
# Delete unecessary PEM files used for testing by various GEMs
# Delete unecessary PEM files used for testing by various GEMs
rm -rf /opt/*.gem /var/opt/* /usr/lib/ruby/gems/*/cache/*.gem /var/cache/yum && \
rm -rf /opt/*.gem /var/opt/* /usr/lib/ruby/gems/*/cache/*.gem /var/cache/yum && \
rm -f /usr/local/bundle/gems/fluentd-1.13.
2
/test/plugin_helper/data/*/*/*.pem && \
rm -f /usr/local/bundle/gems/fluentd-1.13.
3
/test/plugin_helper/data/*/*/*.pem && \
rm -f /usr/local/bundle/gems/fluentd-1.13.
2
/test/plugin_helper/data/cert/cert-key.pem
rm -f /usr/local/bundle/gems/fluentd-1.13.
3
/test/plugin_helper/data/cert/cert-key.pem
...
...
hardening_manifest.yaml
View file @
31362d04
...
@@ -8,7 +8,7 @@ name: "opensource/fluentd/fluentd"
...
@@ -8,7 +8,7 @@ name: "opensource/fluentd/fluentd"
# 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
:
-
"
1.13.
2
"
-
"
1.13.
3
"
-
"
latest"
-
"
latest"
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
...
@@ -23,7 +23,7 @@ labels:
...
@@ -23,7 +23,7 @@ labels:
org.opencontainers.image.licenses
:
"
Apache
License
v2.0"
org.opencontainers.image.licenses
:
"
Apache
License
v2.0"
org.opencontainers.image.url
:
"
https://www.fluentd.org/architecture"
org.opencontainers.image.url
:
"
https://www.fluentd.org/architecture"
org.opencontainers.image.vendor
:
"
fluend"
org.opencontainers.image.vendor
:
"
fluend"
org.opencontainers.image.version
:
"
1.13.
2
"
org.opencontainers.image.version
:
"
1.13.
3
"
mil.dso.ironbank.image.keywords
:
"
fluentd,
data
collector"
mil.dso.ironbank.image.keywords
:
"
fluentd,
data
collector"
mil.dso.ironbank.image.type
:
"
opensource"
mil.dso.ironbank.image.type
:
"
opensource"
mil.dso.ironbank.product.name
:
"
fluentd"
mil.dso.ironbank.product.name
:
"
fluentd"
...
@@ -31,10 +31,10 @@ labels:
...
@@ -31,10 +31,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
:
fluentd.gem
-
filename
:
fluentd.gem
url
:
https://rubygems.org/downloads/fluentd-1.13.
2
.gem
url
:
https://rubygems.org/downloads/fluentd-1.13.
3
.gem
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
cfe5fa58aaf6c96647a09710113d12a829002a50292ca8000f187d2caf451f4e
value
:
9b9ddabae9419ee86b5f8d4ac84ee70e68d43110309085e988aef401525a698a
-
filename
:
oj.gem
-
filename
:
oj.gem
url
:
https://rubygems.org/downloads/oj-3.12.2.gem
url
:
https://rubygems.org/downloads/oj-3.12.2.gem
validation
:
validation
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment