You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jeffb4 - Thanks for reporting the issue. Note that the Dockerfiles provided in this repo are meant as a reference for customers to know what's available in the Docker images provided by CodeBuild on AWS Cloud. Since the pre-built docker files are already built and made available on https://gallery.ecr.aws/codebuild/amazonlinux2-aarch64-standard as public.ecr.aws/codebuild/amazonlinux2-aarch64-standard:2.0, please consider using it from there.
We may consider bumping the maven version up on this image in a future release, but for now, we will keep need to keep the Dockerfiles in sync with what the Docker images on AWS CodeBuild were built from.
I would expect, as a customer, someone from the Codebuild image maintenance team to see this GH issue, update whatever private Dockerfile is used internally for building the codebuild image, releasing a new image, and then syncing back to this repo.
Describe the bug
Builds of
al2/aarch64/standard/2.0
fail because it references a Maven binary that is no longer availableTo Reproduce
Steps to reproduce the behavior:
al2/aarch64/standard/2.0
https://apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
Expected behavior
I would expect the download to succeed (I think Apache took those older binaries down very recently)
Logs
I think the description is good without logs
Platform (please complete the following information):
Additional context
No additional context.
The text was updated successfully, but these errors were encountered: