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

[Unstable] An error occurs when updating an ACR image to a container app #791

Open
Amar-QA opened this issue Nov 20, 2024 · 2 comments
Open
Labels
Milestone

Comments

@Amar-QA
Copy link

Amar-QA commented Nov 20, 2024

OS: All
Build Version: 20241114.1

Repro Steps:

  1. Create and push an image to ACR.
  2. Update the container app image using the newly pushed ACR image.
  3. Select "Docker Login Credentials" registry method during the update process.
  4. Check whether succeeds to update and deploy an image to the container app.

Expect:
Succeed to deploy the image to the container app.
Image

Actual:
Fails to deploy the image to the container app.
Image
Image

More Info:

  1. This issue only reproduces when it is a new image in registry and update to the container app at the first time.
  2. This issue does not reproduce when updating and deploying the image for the second time.
  3. This issue does not reproduce when selecting "managed identity" registry method.
  4. Tried the reproduce steps 8 times and this issue can be reproduced 6 times.
@Amar-QA Amar-QA added the AT-CTI label Nov 20, 2024
@MicroFish91
Copy link
Contributor

MicroFish91 commented Nov 20, 2024

Very interesting, I think I may have run into something similar recently as well. I have a few additional questions:

  1. I just want to double check to make sure, but can you confirm this issue does not reproduce on the latest release?

  2. Does this only happen when choosing to build an image from a Workspace Project when running Update image...?
    Image

  3. Does this also affect the "Deploy Project from Workspace" command?
    Image

Thanks!

@MicroFish91 MicroFish91 added this to the 0.8.0 milestone Nov 21, 2024
@Amar-QA
Copy link
Author

Amar-QA commented Nov 21, 2024

Hi Matthew, Here are the clarifications for the following questions:

  1. I just want to double check to make sure, but can you confirm this issue does not reproduce on the latest release?
    This issue does not reproduce on the latest release (v0.7.1).
    Image

  2. Does this only happen when choosing to build an image from a Workspace Project when running Update image...?
    This issue only occurs when choosing to build an image through the Container Registry and does not reproduce when selecting the Workspace Project option.
    Image

  3. Does this also affect the "Deploy Project from Workspace" command?
    The issue does not affect the "Deploy Project from Workspace" command.
    Image

Conclusion: This issue primarily occurs when selecting Container Registry as the option. However, it does not occur when building an image or deploying a project from the Workspace.

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