-
Notifications
You must be signed in to change notification settings - Fork 229
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
base: main
Are you sure you want to change the base?
Conversation
Can we hold off on merging this until the release pipeline is migrated to OneBranch? |
…into dphulkar/dockerMarinerArm64Support
|
||
- ${{ if eq(parameters.jobName, 'Set_2_Ubuntu_Mariner_ARM64') }}: | ||
- script: | | ||
sudo apt update |
There was a problem hiding this comment.
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 }} |
There was a problem hiding this comment.
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
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
How Has This Been Tested?
Thank you for your contribution to AzCopy!