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

Push images to ACR with v2 REST APIs #786

Merged
merged 11 commits into from
Jul 2, 2024

Conversation

dayland
Copy link
Contributor

@dayland dayland commented Jun 27, 2024

Due to private DNS resolution challenges with the Azure Container Registry and docker login or az acr login we needed to switch to the REST APIs for loading the docker images into the ACR.

In this PR we have changed from a simple push form the docker-daemon to Azure Container Registry to a process by which we use the library skopeo to export the image in OCI format and then upload the layers, manifest, and config using the v2 REST APIs. The building and uploading of container has also been streamlined into the individual make commands for make deploy-webapp, make deploy-functions, and make deploy-enrichments

@dayland dayland merged commit ee08cf7 into vNext-Dev Jul 2, 2024
5 of 6 checks passed
@dayland dayland deleted the dayland/7735-push-images-to-acr-with-v2-rest-apis branch July 2, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants