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

Add support for Mariner Arm64 docker image distribution. #2891

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

dphulkar-msft
Copy link
Collaborator

@dphulkar-msft dphulkar-msft commented Dec 13, 2024

Description

Add support for Mariner Arm64 docker image distribution. Added a template file for docker build and publish.

  • Feature / Bug Fix: (Brief description of the feature or issue being addressed)

  • Related Links:

  • Issues

  • Team thread

  • Documents

  • [Email Subject]

Type of Change

  • Bug fix
  • New feature
  • Documentation update required
  • Code quality improvement
  • Other (describe):

How Has This Been Tested?

Thank you for your contribution to AzCopy!

@gapra-msft
Copy link
Member

Can we hold off on merging this until the release pipeline is migrated to OneBranch?

release-pipeline.yml Outdated Show resolved Hide resolved
docker/DockerfileMarinerArm64 Outdated Show resolved Hide resolved

- ${{ if eq(parameters.jobName, 'Set_2_Ubuntu_Mariner_ARM64') }}:
- script: |
sudo apt update
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably do this for all the cases, this should be safe to do even in the distros that we didn't need this for

./dockerinstall.sh

# Build and publish Docker containers
./buildcontainer.sh Dockerfile ${{ parameters.ubuntu_tag }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the Dockerfile names be passed in as an arg? Same with Mariner below

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