aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

AWS App Runner versioned images #236

Open KostLinux opened 4 months ago

KostLinux commented 4 months ago

Community Note

Tell us about your request Whenever you push a newer image to ECR (not overwriting the existing one, literally creating new image) - it should start auto-deploy for the serivce. So imagine a basic development having semantic versioned containers like: v1.0.1, v1.0.0 or 1.0.0 or 2024-02-19.1, so whenever you push a newer image to ECR like v1.0.2, it should automatically deploy it.

Describe alternatives you've considered None

Additional context We've talked with Saurabh from AWS Technical Support. He promised to deliver the feature request to you.

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

freddy-mesa commented 4 months ago

Hi, did you try adding the latest tag to the ECR image, If you change the config to pull the latest tag of your image from ECR, App Runner will always automatically redeploy with the latest image tag.

KostLinux commented 3 months ago

Right now we're using the latest tag, but we want to use version tag instead.

jwerre commented 3 months ago

Duplicate issue: https://github.com/aws/apprunner-roadmap/issues/218