Skip to content

Conversation

bengaywins
Copy link

Issue #, if available:
Fixes #9508

Description of changes:
Updates the Dockerfile to use Amazon Linux 2023

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@hssyoo hssyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Just had a minor comment. Could we also generate a chaneglog entry for this PR? You can do this by running ./scripts/new-change with the following:

  • type: enhancement
  • category: Container image
  • description: Update base image for AWS CLI v2 container image to Amazon Linux 2023

FROM public.ecr.aws/amazonlinux/amazonlinux:2023 as installer
ARG EXE_FILENAME=awscli-exe-linux-x86_64.zip
COPY $EXE_FILENAME .
RUN yum update -y \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we also update this to dnf?


FROM public.ecr.aws/amazonlinux/amazonlinux:2
FROM public.ecr.aws/amazonlinux/amazonlinux:2023
RUN yum update -y \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@hssyoo
Copy link
Contributor

hssyoo commented Jun 16, 2025

Closing in favor of #9551

@hssyoo hssyoo closed this Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants