Skip to content

Commit

Permalink
chore(build): upgrade base image to frequently updated ECR-hosted Ubu…
Browse files Browse the repository at this point in the history
…ntu (#6612)

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber authored Mar 5, 2024
1 parent 9cb9aba commit fe513a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/grafana-agent-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
RELEASE_BUILD=${RELEASE_BUILD} VERSION=${VERSION} \
make operator

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

LABEL org.opencontainers.image.source="https://github.com/grafana/agent"

Expand Down
2 changes: 1 addition & 1 deletion cmd/grafana-agent/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 agent

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

LABEL org.opencontainers.image.source="https://github.com/grafana/agent"

Expand Down
2 changes: 1 addition & 1 deletion cmd/grafana-agentctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
GO_TAGS="netgo promtail_journal_enabled" \
make agentctl

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

LABEL org.opencontainers.image.source="https://github.com/grafana/agent"

Expand Down

0 comments on commit fe513a4

Please sign in to comment.