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 Docker registry from Docker Hub to GitHub container registry #828

Merged
merged 3 commits into from
Apr 10, 2023

Conversation

ikhoon
Copy link
Contributor

@ikhoon ikhoon commented Mar 31, 2023

Motivation:

Although Docker decided to revert sunset the “Docker Free Team” plan,
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
docker pull ghrc.io/line/centraldogma:latest

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 checkout 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`
```
docker pull ghrc.io/line/centraldogma:latest
```
subrepo:
  subdir:   "gradle/scripts"
  merged:   "966b563a"
upstream:
  origin:   "https://github.com/line/gradle-scripts.git"
  branch:   "main"
  commit:   "966b563a"
git-subrepo:
  version:  "0.4.5"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "dbb99be"
@ikhoon ikhoon added this to the 0.60.2 milestone Mar 31, 2023
@ikhoon
Copy link
Contributor Author

ikhoon commented Mar 31, 2023

https://github.com/ikhoon/centraldogma/pkgs/container/centraldogma This is an example registry that was created by this change.

@ikhoon
Copy link
Contributor Author

ikhoon commented Mar 31, 2023

@KarboniteKream I think this change will affect your test environment.

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (c960313) 65.61% compared to head (1afd58b) 65.64%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #828      +/-   ##
============================================
+ Coverage     65.61%   65.64%   +0.02%     
- Complexity     3319     3321       +2     
============================================
  Files           355      355              
  Lines         13865    13865              
  Branches       1498     1498              
============================================
+ Hits           9098     9101       +3     
+ Misses         3916     3913       -3     
  Partials        851      851              

see 6 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@jrhee17 jrhee17 left a comment

Choose a reason for hiding this comment

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

Left a minor question but looks good! Thanks @ikhoon 🙇 👍 🙇

dist/build.gradle Show resolved Hide resolved
Copy link
Member

@minwoox minwoox left a comment

Choose a reason for hiding this comment

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

👍 👍 👍

@jrhee17 jrhee17 changed the title Migrate Dockser registry from Docker Hub to GitHub container registry Migrate Docker registry from Docker Hub to GitHub container registry Apr 10, 2023
Copy link
Member

@trustin trustin left a comment

Choose a reason for hiding this comment

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

Thanks a lot for taking care of this, @ikhoon ! 🙇

@trustin trustin merged commit 975bdda into line:main Apr 10, 2023
9 checks passed
@ikhoon ikhoon deleted the github-docker-registry branch April 10, 2023 10:50
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.

Migrate Central Dogma container registry
4 participants