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 Central Dogma container registry #823

Closed
ikhoon opened this issue Mar 16, 2023 · 0 comments · Fixed by #828
Closed

Migrate Central Dogma container registry #823

ikhoon opened this issue Mar 16, 2023 · 0 comments · Fixed by #828

Comments

@ikhoon
Copy link
Contributor

ikhoon commented Mar 16, 2023

Central Dogma publishes the server image to Docker Hub.

- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push Docker image
run: |
docker push line/centraldogma:${{ steps.release-version.outputs.result }}
docker push line/centraldogma:latest

Unfortunately, Docker is going to stop support for open source organisations.
https://blog.alexellis.io/docker-is-deleting-open-source-images/

GitHub container registry could be an alternative.
https://github.blog/2020-09-01-introducing-github-container-registry/

@ikhoon ikhoon added this to the 0.60.2 milestone Mar 16, 2023
trustin pushed a commit that referenced this issue Apr 10, 2023
…828)

Motivation:

Although Docker decided to [revert sunset the “Docker Free Team”
plan](https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/),
we still think it is worth migrating our container registry to GitHub.
Because users will easily check out the images on our GitHub repository.

Modifications:

- Fixed to publish docker images to `ghcr.io`

Result:

- You can now get Central Dogma docker images from `ghrc.io`
```sh
docker pull ghrc.io/line/centraldogma:latest
```
- Closes #823
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant