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

Migrate the Pipeline from Azure to Github actions #571

Merged
merged 12 commits into from
Aug 7, 2023

Conversation

shubham-cmyk
Copy link
Member

@shubham-cmyk shubham-cmyk commented Aug 2, 2023

Description

Fixes #564, #504, #452

Type of change

  1. This PR would address the release as mentioned by quay.io/opstree/redis-operator images built from wrong commits #527
    Release of the appVersion would only happen if not present the latest tag image would be updated on every merge.

  2. This PR also fixed the Multi arch image redis-operator support

Not the image of the redis-operator would be pushed like :

latest: Multi arch image that supports both platforms
v0.15.0: Multi arch image that supports both platforms
v0.15.0-amd64 : Only for amd64
v0.15.0-arm64: Only for arm64

Checklist

  • Testing has been performed
  • No functionality is broken
  • Documentation updated

Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
@drivebyer
Copy link
Collaborator

nice

@shubham-cmyk
Copy link
Member Author

@drivebyer This would solve all the image and release problems since it was getting very difficult to make changes in the old azure pipelines. Release could be managed in a good fashion now

Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
@shubham-cmyk shubham-cmyk merged commit 649c0f2 into OT-CONTAINER-KIT:master Aug 7, 2023
12 checks passed
@shubham-cmyk shubham-cmyk deleted the pipelines branch September 15, 2023 07:18
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.

Proper multi-arch image support
2 participants