rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

Publish/mirror to ECR public gallery #75

Closed Fuuzetsu closed 2 years ago

Fuuzetsu commented 3 years ago

At the end of 2020, AWS released public container registry. This was largely motivated by the Docker Hub limits put it place recently.

There are some existing mirrors in the ECR public gallery but they all come from individuals. Therefore, we either have to trust that images haven't been tampered with or mirror the images ourselves.

It'd be great if the official images would be posted via official, verified account in the ECR public gallery. This allows AWS users to not worry about Docker Hub and be confident in the images being provided.

yosifkit commented 2 years ago

Good news, Docker Inc. mirrors all of the Official Images automatically: https://gallery.ecr.aws/docker/. See also the Docker Blog post.

Fuuzetsu commented 2 years ago

Thanks for the notice, I didn't know this. I now switched to using the official Rust image mirror rather than using a private ECR mirror like we were so far.

Thanks!