iutest icon indicating copy to clipboard operation
iutest copied to clipboard

DockerHub pull limit

Open srz-zumix opened this issue 4 years ago • 1 comments

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


  • [x] AppVeyor docker login command
  • [x] Azure Pipelines
    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
  • [x] Bitrise https://cirrus-ci.org/guide/docker-builder-vm/
  • [x] Buddy
    b0be77e
    https://buddy.works/docs/docker/run-docker-image#run-docker-image
    choose "Docker Hub Private"
  • [x] Circle CI
    673c8bc
    https://circleci.com/docs/ja/2.0/private-images/
    https://discuss.circleci.com/t/dockerhub-2020-11-pull-circleci/37367/10
  • [x] Cirrus CI https://cirrus-ci.org/guide/docker-builder-vm/
  • [x] Codefresh
    https://codefresh.io/docs/docs/integrations/docker-registries/docker-hub/
  • [x] Codeship
    https://documentation.codeship.com/pro/builds-and-configuration/image-registries/#pulling-from-docker-hub encrypted_dockercfg_path
  • [x] Drone
    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/
  • [x] GitHub Actions
    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
  • [x] GitLab CI
    https://about.gitlab.com/blog/2020/10/30/mitigating-the-impact-of-docker-hub-pull-requests-limits/
  • [x] JFrog Pipelines https://www.jfrog.com/confluence/display/JFROG/Docker+Registry
  • [ ] RazorOps
  • [ ] Scrutinizer
  • [x] Semaphore
    b1dc699
    https://docs.semaphoreci.com/ci-cd-environment/custom-ci-cd-environment-with-docker/#pulling-private-docker-images-from-dockerhub
  • [ ] Shippable
    https://www.shippable.com/docker-hub.html
    http://docs.shippable.com/ci/custom-docker-image/#pull-image
  • [x] TeamCity Cloud
    https://www.jetbrains.com/help/teamcity/configuring-connections-to-docker.html
  • [ ] Travis CI
    https://docs.travis-ci.com/user/docker/#pushing-a-docker-image-to-a-registry
  • [x] Wercker
    add login step box: usename/password https://github.com/srz-zumix/iutest/pull/566

srz-zumix avatar Oct 15 '20 01:10 srz-zumix

https://docs.semaphoreci.com/ci-cd-environment/docker-authentication/

srz-zumix avatar Oct 17 '20 04:10 srz-zumix