We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b430599 commit bc7b74dCopy full SHA for bc7b74d
docker/templates/Dockerfile.erb
@@ -107,7 +107,8 @@ COPY --chown=logstash:root pipeline/default.conf /usr/share/logstash/pipeline/lo
107
COPY --chmod=0755 bin/docker-entrypoint /usr/local/bin/
108
109
<% if image_flavor == 'observability-sre' -%>
110
-# Add FIPS configuration for observability-sre image flavor
+<%# Add FIPS configuration for observability-sre image flavor %>
111
+
112
RUN mkdir -p /usr/share/logstash/config/security
113
114
# Copy JVM security configuration files from the unpacked tarball
0 commit comments