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 285d177 commit 11b78c4Copy full SHA for 11b78c4
dev-tools/packaging/templates/docker/Dockerfile.elastic-agent.tmpl
@@ -198,7 +198,7 @@ RUN apk add --no-cache git make python-3.11 py3.11-pip && \
198
chmod 0755 {{ $beatHome }}/data/elastic-agent-*/components/connectors
199
{{- end }}
200
201
-{{- if (and (eq .Variant "complete") (and (contains .from "redhat/ubi") (contains .from "-minimal") )) }}
+{{- if (and (eq .Variant "complete") (contains .from "ubuntu")) }}
202
USER root
203
ENV NODE_PATH={{ $beatHome }}/.node
204
RUN echo \
0 commit comments