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

Build and push docker image to containers registry #2817

Merged
merged 54 commits into from
Oct 11, 2024

Conversation

dphulkar-msft
Copy link
Collaborator

@dphulkar-msft dphulkar-msft commented Sep 30, 2024

Adding support of azcopy docker images for ubuntu-x86-64, ubuntu-arm64 and mariner-x86_64 in azcopycontainers registry on Azure portal.

Container Registry: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/ba45b233-e2ef-4169-8808-49eb0d8eba0d/resourceGroups/AzCopy/providers/Microsoft.ContainerRegistry/registries/azcopycontainers/repository

Steps to Pull an Image from Azure Container Registry:

  1. Login to Azure

      az login
    
  2. Login to the Azure Container Registry

      az acr login --name azcopycontainers
    
  3. List the Images in Your ACR

     az acr repository list --name azcopycontainers --output table
    
  4. Pull the Image

      docker pull azcopycontainers.azurecr.io/<imagename>:<tag>
    
  5. Run the Image

       docker run --rm -it -v /local/path/to/mount:/azcopy azcopycontainers.azurecr.io/<imagename>:<tag> azcopy copy <source> <destination>
    

Mariner x86_64:
docker_mariner

Ubuntu x86_64:
docker_ubuntu

Ubuntu arm64:
docker_ubuntu_arm

@dphulkar-msft dphulkar-msft merged commit 3a1c8bb into main Oct 11, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants