Update Dockerfile to change base image from debian:ubuntu:24.04 to ubuntu:24.04
This commit is contained in:
parent
5305a92266
commit
4ec2850e53
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN git clone https://github.com/elastic/beats.git . && git checkout v${VERSION}
|
||||||
RUN GOARCH=s390x go build -o metricbeat ./metricbeat
|
RUN GOARCH=s390x go build -o metricbeat ./metricbeat
|
||||||
|
|
||||||
# Step 2: Build the final image
|
# Step 2: Build the final image
|
||||||
FROM debian:ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /usr/share/metricbeat
|
WORKDIR /usr/share/metricbeat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue