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

Push images to docker hub #946

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Push images to docker hub #946

merged 1 commit into from
Jan 28, 2022

Conversation

simonswine
Copy link
Contributor

@simonswine simonswine commented Jan 28, 2022

This ensures that mimirtool and mimir are pushed to Dockerhub grafana/mimirtool and grafana/mimir. The other images are still using the us.gcr.io/kubernetes-dev registry

I have actually pushed to the image repos using this test PR:

What is left to be done in follow up PRs:

  • Determine if the current image push is a new tag to the latest version. This will have to make sure that if you release a new patch version to an older version it will not overwrite latest,

  • Ensure the images pushed are actually multiarch (I don't think they are)

@simonswine
Copy link
Contributor Author

cc @aknuds1 who was helping me out with sorting out the Docker hub permissions/credentials

Copy link
Collaborator

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

Good job, LGTM! If you want, we can address the latest tag in a follow up PR and get this merged.

@simonswine
Copy link
Contributor Author

Good job, LGTM! If you want, we can address the latest tag in a follow up PR and get this merged.

Yes makes sense. I also need to figure out the multi-arch situation, but I think the images are all amd64 the way it is right now.

@simonswine simonswine marked this pull request as ready for review January 28, 2022 13:51
Copy link
Collaborator

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

Ok, merging then, so you can continue working on this in follow up PRs.

@pracucci pracucci merged commit 25ad3d0 into main Jan 28, 2022
@pracucci pracucci deleted the 20220128_push-images-docker-hub branch January 28, 2022 14:12
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.

2 participants