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

Move from DockerHub to quay.io #508

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

yuvipanda
Copy link
Contributor

Companion PR to
jupyterhub/zero-to-jupyterhub-k8s#3254. See that PR for more information.

Companion PR to
jupyterhub/zero-to-jupyterhub-k8s#3254.
See that PR for more information.
@@ -68,7 +68,7 @@ jobs:
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
if: startsWith(github.ref, 'refs/tags/')
run: |
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
Copy link
Member

Choose a reason for hiding this comment

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

This changes the creds, but doesn't change where it's pushed (next step in gettags needs quay.io added, I think)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@minrk how about now?

Copy link
Member

Choose a reason for hiding this comment

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

I think that's right, thanks.

@yuvipanda yuvipanda merged commit 4e448d9 into jupyterhub:main Oct 20, 2023
9 checks passed
@yuvipanda
Copy link
Contributor Author

Thanks @minrk. I'll use workflow dispatch to run this just in case.

@yuvipanda
Copy link
Contributor Author

I just re-pushed 4.6.0 but realized that won't actually trigger the new workflow, only the old one.

I don't want to make a fresh release, so I've just re-run ➜ skopeo copy --multi-arch all docker://jupyterhub/configurable-http-proxy:4.6.0 docker://quay.io/jupyterhub/configurable-http-proxy:4.6.0 and am gonna call it done.

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