dwchiang / nginx-php-fpm

Running Cloud Native Laravel/PHP app with nginx + php-fpm 8.2/8.1/8.0/7.4/7.3 across amd64, arm64 arch.
https://hub.docker.com/r/dwchiang/nginx-php-fpm
Apache License 2.0
163 stars 35 forks source link

Remove images of older versions on ECR Public #8

Open dwchiang opened 2 years ago

dwchiang commented 2 years ago

Due to it starts spending storage fee of ECR Public.

jameshulse commented 1 year ago

Has something just happened with this? I was using 8.2.5-fpm-bullseye-nginx-1.24.0 up until a few days ago, and now all 8.2 images seem to have disappeared.

dwchiang commented 1 year ago

I'm trying to rebuild these images to figure out the cost structure of ECR Public. Please kindly also consider the images on Docker Hub :)

dwchiang commented 1 year ago

@jameshulse I will see if I can rebuild the 8.2.x images in the upcoming 48 hours :)

jameshulse commented 1 year ago

I'm trying to rebuild these images to figure out the cost structure of ECR Public. Please kindly also consider the images on Docker Hub :)

Understood. We tend to use the ECR repositories because we quite often hit rate limits for Docker Hub if we access it directly from our builds. For now I have taken a copy of the 8.2 image we were using into our private repository.

Thanks for the work you did pulling these base images together.