Skip to content

[Feat] Improve readme and support uploading readme to dockerhub #9

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

wxsIcey
Copy link
Collaborator

@wxsIcey wxsIcey commented Apr 22, 2025

No description provided.

pushrm.sh Outdated
for registry in ${registries}; do
if [[ -v target_map[$registry] ]]; then
target="${target_map[$registry]}"
docker login ${registry}
Copy link
Collaborator

Choose a reason for hiding this comment

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

How to login these registries in CI?

pushrm.sh Outdated

readonly file="$1"
readonly registry_mappings="$2"
readonly registries="quay.io docker.io"
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about ghcr.io?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What about ghcr.io?

目前一直没有上传镜像到ghcr.io,且docker-pushrm目前只支持DockerHub、Quay、Harbor

Copy link
Collaborator

Choose a reason for hiding this comment

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

ghcr.io 抽空也加下吧,ghcr.io 展示的 README 我记得就是 repo 根目录的 README

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ghcr.io 抽空也加下吧,ghcr.io 展示的 README 我记得就是 repo 根目录的 README

docker-pushrm目前只支持DockerHub、Quay、Harbor

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