Skip to content

Commit 7917dc4

Browse files
authored
[Synthetics] Revert ubuntu base image change for <9.x (#8452)
1 parent f71df03 commit 7917dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/packaging/templates/docker/Dockerfile.elastic-agent.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ RUN apk add --no-cache git make python-3.11 py3.11-pip && \
201201
chmod 0755 {{ $beatHome }}/data/elastic-agent-*/components/connectors
202202
{{- end }}
203203

204-
{{- if (and (eq .Variant "complete") (and (contains .from "redhat/ubi") (contains .from "-minimal") )) }}
204+
{{- if (and (eq .Variant "complete") (contains .from "ubuntu")) }}
205205
USER root
206206
ENV NODE_PATH={{ $beatHome }}/.node
207207
RUN echo \

0 commit comments

Comments
 (0)