-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
DockerHub pull limit #519
Labels
Comments
This was referenced Oct 15, 2020
Merged
srz-zumix
added a commit
that referenced
this issue
Nov 17, 2020
* fix CircleCI #519 * fix drone #519 * use token * fix GitHub Actions #519 * fix semaphore #519 * fix buddy #519 * gcc:10 * cirrus login test * cirrus login test * test * test * test * test * test * docker check * docker check * docker check * fix env * comment out * fix wercker #519 * logout * update razorops * update razorops * add RazorOps badge * update razorops * update razorops * update razorops * update razorops v2 * update razorops v2 * update razorops v2 * update razorops v2 * runner * razorops v1
srz-zumix
added a commit
that referenced
this issue
Dec 14, 2020
srz-zumix
added a commit
that referenced
this issue
Dec 14, 2020
…limit fix dockerhub rate limit #519
Merged
srz-zumix
added a commit
that referenced
this issue
Feb 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
docker login command
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
https://cirrus-ci.org/guide/docker-builder-vm/
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://cirrus-ci.org/guide/docker-builder-vm/
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
Drone/update dockerhub pull rate limit #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/
docker login container job #557
https://about.gitlab.com/blog/2020/10/30/mitigating-the-impact-of-docker-hub-pull-requests-limits/
https://www.jfrog.com/confluence/display/JFROG/Docker+Registry
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 [Wercker] fix dockerhub pull rate limit #566
The text was updated successfully, but these errors were encountered: