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