Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache version issue in Azure Container Registry #782

Open
kamalesh0002 opened this issue Oct 8, 2024 · 1 comment
Open

Cache version issue in Azure Container Registry #782

kamalesh0002 opened this issue Oct 8, 2024 · 1 comment
Labels

Comments

@kamalesh0002
Copy link

Describe the bug
I am encountering an issue with Azure Container Registry where it is not reflecting the latest changes in my code. I am running in Azure AKS.

To Reproduce
Steps to reproduce the behavior:

  1. I made changes to my code, built the image, and pushed it to the registry with the tag test:v1.
  2. I then deleted the test:v1 image from the registry.
  3. After making additional modifications to the code, I rebuilt the image and pushed it again to the registry with the same tag test:v1.
    However, the registry does not seem to recognize the latest updates. It continues to display the output from the old version of the code associated with the test:v1 tag.

I am facing the issue while deploying the application in AKS.

Expected behavior
The expected behavior when you push an updated image to Azure Container Registry with the same tag as a previously deleted image is that the registry should store and serve the new image. When you pull the image by its tag (e.g., test:v1), you should receive the latest version that was pushed under that tag.

Any relevant environment information

  • OS: [Linux]
@luisdlp luisdlp assigned nathana1 and unassigned nathana1 Oct 18, 2024
@kamalesh0002
Copy link
Author

Any updates on the above issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants