[INITOS-JIWON] - setting registry - #17
Merged
Merged
Conversation
doxxx93
approved these changes
Jun 18, 2025
charlie3965
reviewed
Jun 19, 2025
|
|
||
| 1. docker hub | ||
| 1. private repo가 가능하기는 한데, 1개까지만 무료임 | ||
| 2. 이전에 public repo로 생성하니 매우 빠르게 다른 사람들이 다운로드 받아 가는 것을 경험 → 보안적으로 위험으로 인해 사용에 불편함이 있음 |
Member
There was a problem hiding this comment.
퍼블릭 레지스트리에서 이미지 긁어가기도 하는 것은 처음 알았네요 ㄷㄷ
Contributor
Author
There was a problem hiding this comment.
방금 확인해보니 이틀만에 pull이 77번 찍혔네요ㅋㅋ
charlie3965
approved these changes
Jun 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
이번에는 원격 레지스트리를 연결해봤습니다.
처음에는 github packages의 registry를 이용하려 했는데,
공식 문서에서 키 설정 부분에서 놓친 부분이 있는지 인증에서 에러가 생겼습니다.
그래서 일단은 좀 더 익숙한 도커 허브의 레지스트리를 연결하여 bootc switch, upgrade, rollback을 진행 해봤습니다.
TODO
github actions를 이용해 bootc image 빌드 및 배포 과정을 자동화 해보려고 합니다.