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

chore(build): make image tags with amd64 for amd64 builds #44

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

sonasingh46
Copy link
Contributor

@sonasingh46 sonasingh46 commented Apr 23, 2020

This PR add amd64 in image name for images produced by cstor-operator repo.

Subsequent PRs that will be raised :

  1. Change to propagate new image name in operator yaml or code -- wherever required
  2. CI to push images to OpenEBS repository.

NOTES: Corresponding changes to code/operator yaml for the image name change needs to be propagated.
Signed-off-by: Ashutosh Kumar ashutosh.kumar@mayadata.io

Signed-off-by: Ashutosh Kumar <ashutosh.kumar@mayadata.io>
Copy link
Contributor

@mittachaitu mittachaitu left a comment

Choose a reason for hiding this comment

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

Changes are good

@@ -44,9 +44,17 @@ ifeq (${BASE_DOCKER_IMAGE_ARM64}, )
endif

# Specify the name of the docker repo for amd64
CVC_OPERATOR?=cvc-operator
CSPC_OPERATOR_REPO_NAME=cspc-operator-amd64
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO it will be good if we get CPU architecture from the underlying system

Copy link
Contributor

@prateekpandey14 prateekpandey14 left a comment

Choose a reason for hiding this comment

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

we have to improve the dockerfiles using args arm64 base image , can be done in subsequent PR

@prateekpandey14 prateekpandey14 merged commit 9642a85 into openebs-archive:master Apr 23, 2020
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