Open srz-zumix opened 4 years ago
https://matsuand.github.io/docs.docker.jp.onthefly/docker-hub/download-rate-limit/
コレ使うと楽 https://github.com/srz-zumix/ci-specs/blob/master/.ci/codeship/Makefile#L8
https://docs.semaphoreci.com/ci-cd-environment/docker-authentication/
https://matsuand.github.io/docs.docker.jp.onthefly/docker-hub/download-rate-limit/
dockerconfig.json を使う場合
コレ使うと楽 https://github.com/srz-zumix/ci-specs/blob/master/.ci/codeship/Makefile#L8
https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#sep-docreg
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/docker?view=azure-devops#login
b0be77e
https://buddy.works/docs/docker/run-docker-image#run-docker-image
choose "Docker Hub Private"
673c8bc
https://circleci.com/docs/ja/2.0/private-images/
https://discuss.circleci.com/t/dockerhub-2020-11-pull-circleci/37367/10
https://codefresh.io/docs/docs/integrations/docker-registries/docker-hub/
https://documentation.codeship.com/pro/builds-and-configuration/image-registries/#pulling-from-docker-hub encrypted_dockercfg_path
44139c6
https://github.com/srz-zumix/iutest/pull/552
https://docs.drone.io/pipeline/docker/syntax/images/#pulling-private-images https://blog.nijohando.jp/post/2020/drone-pull-image-with-auth/
build/push する場合は login-action とか使う
90cf67a
https://github.com/docker/login-action#dockerhub
container 上でジョブ実行する場合は credentials をつける
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontainercredentials
https://github.blog/changelog/2020-09-24-github-actions-private-registry-support-for-job-and-service-containers/
https://github.com/srz-zumix/iutest/pull/557
https://about.gitlab.com/blog/2020/10/30/mitigating-the-impact-of-docker-hub-pull-requests-limits/
b1dc699
https://docs.semaphoreci.com/ci-cd-environment/custom-ci-cd-environment-with-docker/#pulling-private-docker-images-from-dockerhub
https://www.shippable.com/docker-hub.html
http://docs.shippable.com/ci/custom-docker-image/#pull-image
https://www.jetbrains.com/help/teamcity/configuring-connections-to-docker.html
https://docs.travis-ci.com/user/docker/#pushing-a-docker-image-to-a-registry
add login step box: usename/password https://github.com/srz-zumix/iutest/pull/566