Skip to content

Commit

Permalink
Bump the ubuntu image to 24.04 (Noble Numbat) (#1664)
Browse files Browse the repository at this point in the history
* Bump the ubuntu image to 24.04 (Noble Numbat)
  • Loading branch information
mattiasa authored Sep 11, 2024
1 parent c33f51b commit a063540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Main (unreleased)
- [`otelcol.receiver.vcenter`] Enable metrics by default
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33607

- Updated the docker base image to Ubuntu 24.04 (Noble Numbat). (@mattiasa )

v1.3.1
-----------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
GOEXPERIMENT=${GOEXPERIMENT} \
make alloy

FROM public.ecr.aws/ubuntu/ubuntu:mantic
FROM public.ecr.aws/ubuntu/ubuntu:noble

# Username and uid for alloy user
ARG UID=473
Expand Down

0 comments on commit a063540

Please sign in to comment.