[{"data":1,"prerenderedAt":1560},["ShallowReactive",2],{"/blog/mitigating-the-impact-of-docker-hub-pull-requests-limits":3,"navigation-en-us":778,"banner-en-us":1206,"footer-en-us":1216,"blog-post-authors-en-us-Steve Azzopardi":1460,"blog-related-posts-en-us-mitigating-the-impact-of-docker-hub-pull-requests-limits":1474,"blog-promotions-en-us":1496,"next-steps-en-us":1550},{"id":4,"title":5,"authors":6,"body":8,"category":759,"date":760,"description":761,"extension":762,"externalUrl":763,"faq":763,"featured":764,"heroImage":765,"meta":766,"navigation":394,"path":767,"seo":768,"slug":773,"stem":774,"tags":775,"template":776,"updatedDate":763,"__hash__":777},"blogPosts/en-us/blog/mitigating-the-impact-of-docker-hub-pull-requests-limits.md","Caching Docker images to reduce the number of calls to Docker Hub from your CI/CD infrastructure",[7],"Steve Azzopardi",{"type":9,"value":10,"toc":738},"minimark",[11,22,30,35,44,48,51,55,63,68,77,212,216,227,230,248,280,287,306,315,323,327,331,341,349,353,362,377,415,419,430,672,676,685,694,723,727,734],[12,13,14,15,21],"p",{},"On Aug. 24, 2020, ",[16,17,20],"a",{"href":18,"rel":19},"https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/",[],"Docker announced changes to its subscription model"," and a move to consumption-based limits. These rate limits for pulls of Docker container images go into effect on Nov. 1, 2020. For pull requests by anonymous users, this limit is now 100 pull requests per six hours; authenticated users have a limit of 200 pull requests per six hours.",[12,23,24,25,29],{},"As members of the global DevOps community, we have all come to rely on Docker as an integral part of ",[16,26,28],{"href":27},"/topics/ci-cd/","CI/CD processes",". So it is with no surprise that at GitLab, we have heard from several community members and customers seeking guidance on how the Docker pull rate limit change may affect their environments and CI/CD workflows.",[31,32,34],"h2",{"id":33},"use-a-registry-mirror","Use a registry mirror",[12,36,37,38,43],{},"You can use the Registry Mirror feature to the number of image pull requests generated against Docker Hub. When the mirror is configured and GitLab Runner instructs Docker to pull images,\nDocker will check the mirror first; if it's the first time the image is being pulled, a connection will be made to Docker Hub. Subsequent requests of that image will then use your mirror storage instead of connecting to Docker Hub. More ",[16,39,42],{"href":40,"rel":41},"https://docs.docker.com/registry/recipes/mirror/#how-does-it-work",[],"details on how it works can be found\nhere",".",[31,45,47],{"id":46},"if-you-are-a-user-or-customer-on-gitlab-saas","If you are a user or customer on GitLab SaaS",[12,49,50],{},"For Shared Runners on GitLab.com we utilize Google's Docker Hub images mirror. This means that GitLab.com Shared Runner users' CI jobs won't be affected by the new pull policy. We will continue to monitor the impact of the changes once they go into effect at Docker.",[31,52,54],{"id":53},"if-you-self-host-gitlab-runners","If you self-host GitLab Runners",[12,56,57,58,43],{},"First of all, check if your cloud or hosting provider doesn't already provide an image Registry Mirror. If they do, it will be probably the easiest and most performant option. If for any reason a hosted Registry Mirror can't be used the administrator can\ninstall their own ",[16,59,62],{"href":60,"rel":61},"https://docs.docker.com/registry/recipes/mirror",[],"Docker Hub mirror",[64,65,67],"h3",{"id":66},"start-the-registry-mirror","Start the registry mirror",[12,69,70,71,76],{},"Please follow the instructions in the ",[16,72,75],{"href":73,"rel":74},"https://docs.gitlab.com/runner/configuration/speed_up_job_execution/#docker-hub-registry-mirror",[],"GitLab documentation",":",[78,79,80,84,93,187,206],"ol",{},[81,82,83],"li",{},"Log in to a dedicated machine where the container registry proxy will be running",[81,85,86,87,92],{},"Make sure that ",[16,88,91],{"href":89,"rel":90},"https://docs.docker.com/install/",[],"Docker Engine"," is installed\non that machine",[81,94,95,96,166,169,170,173,174,177,178,181,182,43],{},"Create a new container registry:",[97,98,103],"pre",{"className":99,"code":100,"language":101,"meta":102,"style":102},"language-shell shiki shiki-themes github-light","docker run -d -p 6000:5000 \\\n    -e REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io \\\n    --restart always \\\n    --name registry registry:2\n","shell","",[104,105,106,132,143,154],"code",{"__ignoreMap":102},[107,108,111,115,119,123,126,129],"span",{"class":109,"line":110},"line",1,[107,112,114],{"class":113},"s7eDp","docker",[107,116,118],{"class":117},"sYBdl"," run",[107,120,122],{"class":121},"sYu0t"," -d",[107,124,125],{"class":121}," -p",[107,127,128],{"class":117}," 6000:5000",[107,130,131],{"class":121}," \\\n",[107,133,135,138,141],{"class":109,"line":134},2,[107,136,137],{"class":121},"    -e",[107,139,140],{"class":117}," REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io",[107,142,131],{"class":121},[107,144,146,149,152],{"class":109,"line":145},3,[107,147,148],{"class":121},"    --restart",[107,150,151],{"class":117}," always",[107,153,131],{"class":121},[107,155,157,160,163],{"class":109,"line":156},4,[107,158,159],{"class":121},"    --name",[107,161,162],{"class":117}," registry",[107,164,165],{"class":117}," registry:2\n",[167,168],"br",{},"You can modify the port number (",[104,171,172],{},"6000",") to expose the registry on a\ndifferent port. This will start the server with ",[104,175,176],{},"http",". If you want\nto turn on TLS (",[104,179,180],{},"https",") follow the ",[16,183,186],{"href":184,"rel":185},"https://docs.docker.com/registry/configuration/#tls",[],"official\ndocumentation",[81,188,189,190,203,205],{},"Check the IP address of the server:",[97,191,193],{"className":99,"code":192,"language":101,"meta":102,"style":102},"hostname --ip-address\n",[104,194,195],{"__ignoreMap":102},[107,196,197,200],{"class":109,"line":110},[107,198,199],{"class":113},"hostname",[107,201,202],{"class":121}," --ip-address\n",[167,204],{},"You should preferably choose the private networking IP address. The\nprivate networking is usually the fastest solution for internal\ncommunication between machines of a single provider (DigitalOcean,\nAWS, Azure, etc.) Typically the use of a private network is not\naccounted for in your monthly bandwidth limit.",[81,207,208,209],{},"Docker registry will be accessible under ",[104,210,211],{},"MY_REGISTRY_IP:6000",[64,213,215],{"id":214},"configure-docker-to-use-it","Configure Docker to use it",[12,217,218,219,222,223,226],{},"The final part is to have the ",[104,220,221],{},"dockerd"," process configured so that it\nuses your mirror when ",[104,224,225],{},"docker pull"," runs.",[64,228,229],{"id":114},"Docker",[12,231,232,233,236,237,239,240,243,244,247],{},"Either pass the ",[104,234,235],{},"--registry-mirror"," option when starting the Docker\ndaemon ",[104,238,221],{}," manually, or edit ",[104,241,242],{},"/etc/docker/daemon.json"," and add the\n",[104,245,246],{},"registry-mirrors"," key and value, to make the change persistent.",[97,249,253],{"className":250,"code":251,"language":252,"meta":102,"style":102},"language-json shiki shiki-themes github-light","{\n  \"registry-mirrors\": [\"http://registry-mirror.example.com\"]\n}\n","json",[104,254,255,261,275],{"__ignoreMap":102},[107,256,257],{"class":109,"line":110},[107,258,260],{"class":259},"sgsFI","{\n",[107,262,263,266,269,272],{"class":109,"line":134},[107,264,265],{"class":121},"  \"registry-mirrors\"",[107,267,268],{"class":259},": [",[107,270,271],{"class":117},"\"http://registry-mirror.example.com\"",[107,273,274],{"class":259},"]\n",[107,276,277],{"class":109,"line":145},[107,278,279],{"class":259},"}\n",[64,281,283,286],{"id":282},"dockermachine-executor",[104,284,285],{},"docker+machine"," executor",[12,288,289,290,293,294,43],{},"Update the GitLab Runner configuration file ",[104,291,292],{},"config.toml"," to specify\n",[16,295,298,301,302,305],{"href":296,"rel":297},"https://docs.gitlab.com/runner/configuration/autoscale/#distributed-container-registry-mirroring",[],[104,299,300],{},"engine-registry-mirror"," inside of ",[104,303,304],{},"MachineOptions","\nsettings",[64,307,309,314],{"id":308},"docker-in-docker-to-build-docker-images",[16,310,313],{"href":311,"rel":312},"https://docs.gitlab.com/ci/docker/using_docker_build/#use-docker-in-docker-workflow-with-docker-executor",[],"Docker-in-Docker"," to build Docker images",[12,316,317,318,43],{},"There are different ways to achieve this, and it depends on your configuration.\nAn extensive list can be found in our ",[16,319,322],{"href":320,"rel":321},"https://docs.gitlab.com/ci/docker/using_docker_build/#enable-registry-mirror-for-dockerdind-service",[],"documentation",[31,324,326],{"id":325},"verify-that-it-is-working","Verify that it is working",[64,328,330],{"id":329},"make-sure-that-docker-is-configured-to-use-the-mirror","Make sure that Docker is configured to use the mirror",[12,332,333,334,337,338,340],{},"If you run ",[104,335,336],{},"docker info"," where ",[104,339,221],{}," is configured to use the mirror\nyou should see the following in the output:",[97,342,347],{"className":343,"code":345,"language":346,"meta":102},[344],"language-text","\n ...\n Registry Mirrors:\n  http://registry-mirror.example.com\n ...\n\n","text",[104,348,345],{"__ignoreMap":102},[64,350,352],{"id":351},"check-registry-catalog","Check registry catalog",[12,354,355,356,361],{},"The ",[16,357,360],{"href":358,"rel":359},"https://docs.docker.com/registry/spec/api/",[],"Docker registry API","\ncan show you which repository it has cached locally.",[12,363,364,365,368,369,371,372,43],{},"Given that we ran ",[104,366,367],{},"docker pull node"," for the first time with ",[104,370,221],{},"\nconfigured to use the mirror we can see it ",[16,373,376],{"href":374,"rel":375},"https://docs.docker.com/registry/spec/api/#listing-repositories",[],"by listing the\nrepositories",[97,378,380],{"className":99,"code":379,"language":101,"meta":102,"style":102},"curl http://registry-mirror.example.com/v2/_catalog\n\n{\"repositories\":[\"library/node\"]}\n",[104,381,382,390,396],{"__ignoreMap":102},[107,383,384,387],{"class":109,"line":110},[107,385,386],{"class":113},"curl",[107,388,389],{"class":117}," http://registry-mirror.example.com/v2/_catalog\n",[107,391,392],{"class":109,"line":134},[107,393,395],{"emptyLinePlaceholder":394},true,"\n",[107,397,398,401,404,406,409,412],{"class":109,"line":145},[107,399,400],{"class":259},"{",[107,402,403],{"class":113},"\"repositories\"",[107,405,76],{"class":121},[107,407,408],{"class":117},"[",[107,410,411],{"class":113},"\"library/node\"",[107,413,414],{"class":113},"]}\n",[64,416,418],{"id":417},"check-registry-logs","Check registry logs",[12,420,421,422,425,426,429],{},"When you are pulling images you should see logs coming through about the\nrequest information by running ",[104,423,424],{},"docker logs registry",", where ",[104,427,428],{},"registry","\nis the name of the container running the mirror.",[97,431,433],{"className":99,"code":432,"language":101,"meta":102,"style":102},"...\ntime=\"2020-10-30T14:02:13.488906601Z\" level=info msg=\"response completed\" go.version=go1.11.2 http.request.host=\"192.168.1.79:6000\" http.request.id=8e2bfd60-db3f-49a3-a18f-94092aefddf9 http.request.method=GET http.request.remoteaddr=\"172.17.0.1:57152\" http.request.uri=\"/v2/library/node/blobs/sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4\" http.request.useragent=\"docker/19.03.13 go/go1.13.15 git-commit/4484c46d9d kernel/4.19.76-linuxkit os/linux arch/amd64 UpstreamClient(Docker-Client/19.03.13 \\(darwin\\))\" http.response.contenttype=\"application/octet-stream\" http.response.duration=6.344575711s http.response.status=200 http.response.written=34803188\n172.17.0.1 - - [30/Oct/2020:14:02:07 +0000] \"GET /v2/library/node/blobs/sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4 HTTP/1.1\" 200 34803188 \"\" \"docker/19.03.13 go/go1.13.15 git-commit/4484c46d9d kernel/4.19.76-linuxkit os/linux arch/amd64 UpstreamClient(Docker-Client/19.03.13 \\\\(darwin\\\\))\"\ntime=\"2020-10-30T14:02:13.635694443Z\" level=info msg=\"Adding new scheduler entry for library/node@sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4 with ttl=167h59m59.999996574s\" go.version=go1.11.2 instance.id=f49c8505-e91b-4089-a746-100de0adaa08 service=registry version=v2.7.1\n172.17.0.1 - - [30/Oct/2020:14:02:25 +0000] \"GET /v2/_catalog HTTP/1.1\" 200 34 \"\" \"curl/7.64.1\"\ntime=\"2020-10-30T14:02:25.954586396Z\" level=info msg=\"response completed\" go.version=go1.11.2 http.request.host=\"127.0.0.1:6000\" http.request.id=f9698414-e22c-4d26-8ef5-c24d0923b18b http.request.method=GET http.request.remoteaddr=\"172.17.0.1:57186\" http.request.uri=\"/v2/_catalog\" http.request.useragent=\"curl/7.64.1\" http.response.contenttype=\"application/json; charset=utf-8\" http.response.duration=1.117686ms http.response.status=200 http.response.written=34\n",[104,434,435,440,510,552,587,614],{"__ignoreMap":102},[107,436,437],{"class":109,"line":110},[107,438,439],{"class":121},"...\n",[107,441,442,445,449,452,455,457,460,463,465,468,471,474,477,480,483,486,489,492,495,498,501,504,507],{"class":109,"line":134},[107,443,444],{"class":259},"time",[107,446,448],{"class":447},"sD7c4","=",[107,450,451],{"class":117},"\"2020-10-30T14:02:13.488906601Z\"",[107,453,454],{"class":259}," level",[107,456,448],{"class":447},[107,458,459],{"class":117},"info",[107,461,462],{"class":259}," msg",[107,464,448],{"class":447},[107,466,467],{"class":117},"\"response completed\"",[107,469,470],{"class":113}," go.version",[107,472,473],{"class":117},"=go1.11.2",[107,475,476],{"class":117}," http.request.host=\"192.168.1.79:6000\"",[107,478,479],{"class":117}," http.request.id=8e2bfd60-db3f-49a3-a18f-94092aefddf9",[107,481,482],{"class":117}," http.request.method=GET",[107,484,485],{"class":117}," http.request.remoteaddr=\"172.17.0.1:57152\"",[107,487,488],{"class":117}," http.request.uri=\"/v2/library/node/blobs/sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4\"",[107,490,491],{"class":117}," http.request.useragent=\"docker/19.03.13 go/go1.13.15 git-commit/4484c46d9d kernel/4.19.76-linuxkit os/linux arch/amd64 UpstreamClient(Docker-Client/19.03.13 \\(darwin\\))\"",[107,493,494],{"class":117}," http.response.contenttype=\"application/octet-stream\"",[107,496,497],{"class":117}," http.response.duration=6.344575711s",[107,499,500],{"class":117}," http.response.status=",[107,502,503],{"class":121},"200",[107,505,506],{"class":117}," http.response.written=",[107,508,509],{"class":121},"34803188\n",[107,511,512,515,518,520,523,526,529,532,535,538,541,544,547,549],{"class":109,"line":145},[107,513,514],{"class":113},"172.17.0.1",[107,516,517],{"class":117}," -",[107,519,517],{"class":117},[107,521,522],{"class":259}," [30/Oct/2020:14:02:07 ",[107,524,525],{"class":117},"+0000]",[107,527,528],{"class":117}," \"GET /v2/library/node/blobs/sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4 HTTP/1.1\"",[107,530,531],{"class":121}," 200",[107,533,534],{"class":121}," 34803188",[107,536,537],{"class":117}," \"\"",[107,539,540],{"class":117}," \"docker/19.03.13 go/go1.13.15 git-commit/4484c46d9d kernel/4.19.76-linuxkit os/linux arch/amd64 UpstreamClient(Docker-Client/19.03.13 ",[107,542,543],{"class":121},"\\\\",[107,545,546],{"class":117},"(darwin",[107,548,543],{"class":121},[107,550,551],{"class":117},"))\"\n",[107,553,554,556,558,561,563,565,567,569,571,574,576,578,581,584],{"class":109,"line":156},[107,555,444],{"class":259},[107,557,448],{"class":447},[107,559,560],{"class":117},"\"2020-10-30T14:02:13.635694443Z\"",[107,562,454],{"class":259},[107,564,448],{"class":447},[107,566,459],{"class":117},[107,568,462],{"class":259},[107,570,448],{"class":447},[107,572,573],{"class":117},"\"Adding new scheduler entry for library/node@sha256:8c322550c0ed629d78d29d5c56e9f980f1a35b5f5892644848cd35cd5abed9f4 with ttl=167h59m59.999996574s\"",[107,575,470],{"class":113},[107,577,473],{"class":117},[107,579,580],{"class":117}," instance.id=f49c8505-e91b-4089-a746-100de0adaa08",[107,582,583],{"class":117}," service=registry",[107,585,586],{"class":117}," version=v2.7.1\n",[107,588,590,592,594,596,599,601,604,606,609,611],{"class":109,"line":589},5,[107,591,514],{"class":113},[107,593,517],{"class":117},[107,595,517],{"class":117},[107,597,598],{"class":259}," [30/Oct/2020:14:02:25 ",[107,600,525],{"class":117},[107,602,603],{"class":117}," \"GET /v2/_catalog HTTP/1.1\"",[107,605,531],{"class":121},[107,607,608],{"class":121}," 34",[107,610,537],{"class":117},[107,612,613],{"class":117}," \"curl/7.64.1\"\n",[107,615,617,619,621,624,626,628,630,632,634,636,638,640,643,646,648,651,654,657,660,663,665,667,669],{"class":109,"line":616},6,[107,618,444],{"class":259},[107,620,448],{"class":447},[107,622,623],{"class":117},"\"2020-10-30T14:02:25.954586396Z\"",[107,625,454],{"class":259},[107,627,448],{"class":447},[107,629,459],{"class":117},[107,631,462],{"class":259},[107,633,448],{"class":447},[107,635,467],{"class":117},[107,637,470],{"class":113},[107,639,473],{"class":117},[107,641,642],{"class":117}," http.request.host=\"127.0.0.1:6000\"",[107,644,645],{"class":117}," http.request.id=f9698414-e22c-4d26-8ef5-c24d0923b18b",[107,647,482],{"class":117},[107,649,650],{"class":117}," http.request.remoteaddr=\"172.17.0.1:57186\"",[107,652,653],{"class":117}," http.request.uri=\"/v2/_catalog\"",[107,655,656],{"class":117}," http.request.useragent=\"curl/7.64.1\"",[107,658,659],{"class":117}," http.response.contenttype=\"application/json; charset=utf-8\"",[107,661,662],{"class":117}," http.response.duration=1.117686ms",[107,664,500],{"class":117},[107,666,503],{"class":121},[107,668,506],{"class":117},[107,670,671],{"class":121},"34\n",[31,673,675],{"id":674},"alternatives-to-docker-hub-mirrors","Alternatives to Docker Hub mirrors",[12,677,678,679,684],{},"Setting up a Docker registry mirror can also increase your\ninfrastructure costs. With the ",[16,680,683],{"href":681,"rel":682},"https://docs.docker.com/docker-hub/download-rate-limit/",[],"Docker Hub rate\nlimits"," it\nmight be useful to authenticate pulls instead of having your rate\nlimit increased or no rate limit at all (depending on your\nsubscription).",[12,686,687,688,693],{},"There are different ways to authenticate with Docker Hub on Gitlab CI and\nit's ",[16,689,692],{"href":690,"rel":691},"https://docs.gitlab.com/ci/docker/using_docker_images/#define-an-image-from-a-private-container-registry",[],"documented in\ndetail",".\nA few examples:",[78,695,696,702,712],{},[81,697,698,701],{},[104,699,700],{},"DOCKER_AUTH_CONFIG"," variable provided.",[81,703,704,707,708,711],{},[104,705,706],{},"config.json"," file placed in ",[104,709,710],{},"$HOME/.docker"," directory of the user running GitLab Runner process.",[81,713,714,715,718,719,722],{},"Run ",[104,716,717],{},"docker login"," if you are using ",[16,720,313],{"href":311,"rel":721},[]," workflow.",[64,724,726],{"id":725},"in-summary","In summary",[12,728,729,730,43],{},"As you can see, there are several ways you can adapt to the new Docker Hub rate limits and we encourage our users to choose the right one for their organization's needs. Along with the options described in this post, there's also the option of staying within the GitLab ecosystem using the ",[16,731,733],{"href":732},"/blog/minor-breaking-change-dependency-proxy/","GitLab Container Proxy, which will soon be available to Core users",[735,736,737],"style",{},"html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}",{"title":102,"searchDepth":134,"depth":134,"links":739},[740,741,742,751,756],{"id":33,"depth":134,"text":34},{"id":46,"depth":134,"text":47},{"id":53,"depth":134,"text":54,"children":743},[744,745,746,747,749],{"id":66,"depth":145,"text":67},{"id":214,"depth":145,"text":215},{"id":114,"depth":145,"text":229},{"id":282,"depth":145,"text":748},"docker+machine executor",{"id":308,"depth":145,"text":750},"Docker-in-Docker to build Docker images",{"id":325,"depth":134,"text":326,"children":752},[753,754,755],{"id":329,"depth":145,"text":330},{"id":351,"depth":145,"text":352},{"id":417,"depth":145,"text":418},{"id":674,"depth":134,"text":675,"children":757},[758],{"id":725,"depth":145,"text":726},"news","2020-10-30","Docker announced it will be rate-limiting the number of pull requests to the service in its free plan. We share strategies to mitigate the impact of the new pull request limits for users and customers that are managing their own GitLab instance.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663397/Blog/Hero%20Images/logoforblogpost.jpg",{},"/en-us/blog/mitigating-the-impact-of-docker-hub-pull-requests-limits",{"title":769,"description":761,"ogTitle":769,"ogDescription":761,"noIndex":764,"ogImage":765,"ogUrl":770,"ogSiteName":771,"ogType":772,"canonicalUrls":770},"How to cache Docker images and reduce Hub calls in CI/CD","https://about.gitlab.com/blog/mitigating-the-impact-of-docker-hub-pull-requests-limits","https://about.gitlab.com","article","mitigating-the-impact-of-docker-hub-pull-requests-limits","en-us/blog/mitigating-the-impact-of-docker-hub-pull-requests-limits",[759],"BlogPost","zlvpTOOC2Z8D9JxYYZvDKcTzD0UxDODuW1_qfhaKlXM",{"logo":779,"freeTrial":784,"sales":789,"login":794,"items":799,"search":1126,"minimal":1157,"duo":1176,"switchNav":1185,"pricingDeployment":1196},{"config":780},{"href":781,"dataGaName":782,"dataGaLocation":783},"/","gitlab logo","header",{"text":785,"config":786},"Get free trial",{"href":787,"dataGaName":788,"dataGaLocation":783},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":790,"config":791},"Request a demo",{"href":792,"dataGaName":793,"dataGaLocation":783},"/sales/?contact-topic=request-demo","sales",{"text":795,"config":796},"Sign in",{"href":797,"dataGaName":798,"dataGaLocation":783},"https://gitlab.com/users/sign_in/","sign in",[800,829,929,934,1048,1104],{"text":801,"config":802,"menu":804},"Platform",{"dataNavLevelOne":803},"platform",{"type":805,"columns":806},"cards",[807,813,821],{"title":801,"description":808,"link":809},"The intelligent orchestration platform for DevSecOps",{"text":810,"config":811},"Explore our Platform",{"href":812,"dataGaName":803,"dataGaLocation":783},"/platform/",{"title":814,"description":815,"link":816},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":817,"config":818},"Meet GitLab Duo",{"href":819,"dataGaName":820,"dataGaLocation":783},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":822,"description":823,"link":824},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":825,"config":826},"Learn more",{"href":827,"dataGaName":828,"dataGaLocation":783},"/why-gitlab/","why gitlab",{"text":830,"left":394,"config":831,"menu":833},"Product",{"dataNavLevelOne":832},"solutions",{"type":834,"link":835,"columns":839,"feature":908},"lists",{"text":836,"config":837},"View all Solutions",{"href":838,"dataGaName":832,"dataGaLocation":783},"/solutions/",[840,864,887],{"title":841,"description":842,"link":843,"items":848},"Automation","CI/CD and automation to accelerate deployment",{"config":844},{"icon":845,"href":846,"dataGaName":847,"dataGaLocation":783},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[849,853,856,860],{"text":850,"config":851},"CI/CD",{"href":852,"dataGaLocation":783,"dataGaName":850},"/solutions/continuous-integration/",{"text":814,"config":854},{"href":819,"dataGaLocation":783,"dataGaName":855},"gitlab duo agent platform - product menu",{"text":857,"config":858},"Source Code Management",{"href":859,"dataGaLocation":783,"dataGaName":857},"/solutions/source-code-management/",{"text":861,"config":862},"Automated Software Delivery",{"href":846,"dataGaLocation":783,"dataGaName":863},"Automated software delivery",{"title":865,"description":866,"link":867,"items":872},"Security","Deliver code faster without compromising security",{"config":868},{"href":869,"dataGaName":870,"dataGaLocation":783,"icon":871},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[873,877,882],{"text":874,"config":875},"Application Security Testing",{"href":869,"dataGaName":876,"dataGaLocation":783},"Application security testing",{"text":878,"config":879},"Software Supply Chain Security",{"href":880,"dataGaLocation":783,"dataGaName":881},"/solutions/supply-chain/","Software supply chain security",{"text":883,"config":884},"Software Compliance",{"href":885,"dataGaName":886,"dataGaLocation":783},"/solutions/software-compliance/","software compliance",{"title":888,"link":889,"items":894},"Measurement",{"config":890},{"icon":891,"href":892,"dataGaName":893,"dataGaLocation":783},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[895,899,903],{"text":896,"config":897},"Visibility & Measurement",{"href":892,"dataGaLocation":783,"dataGaName":898},"Visibility and Measurement",{"text":900,"config":901},"Value Stream Management",{"href":902,"dataGaLocation":783,"dataGaName":900},"/solutions/value-stream-management/",{"text":904,"config":905},"Analytics & Insights",{"href":906,"dataGaLocation":783,"dataGaName":907},"/solutions/analytics-and-insights/","Analytics and insights",{"title":909,"type":834,"items":910},"GitLab for",[911,917,923],{"text":912,"config":913},"Enterprise",{"icon":914,"href":915,"dataGaLocation":783,"dataGaName":916},"Building","/enterprise/","enterprise",{"text":918,"config":919},"Small Business",{"icon":920,"href":921,"dataGaLocation":783,"dataGaName":922},"Work","/small-business/","small business",{"text":924,"config":925},"Public Sector",{"icon":926,"href":927,"dataGaLocation":783,"dataGaName":928},"Organization","/solutions/public-sector/","public sector",{"text":930,"config":931},"Pricing",{"href":932,"dataGaName":933,"dataGaLocation":783,"dataNavLevelOne":933},"/pricing/","pricing",{"text":935,"config":936,"menu":938},"Resources",{"dataNavLevelOne":937},"resources",{"type":834,"link":939,"columns":943,"feature":1037},{"text":940,"config":941},"View all resources",{"href":942,"dataGaName":937,"dataGaLocation":783},"/resources/",[944,977,1004],{"title":945,"items":946},"Getting started",[947,952,957,962,967,972],{"text":948,"config":949},"Install",{"href":950,"dataGaName":951,"dataGaLocation":783},"/install/","install",{"text":953,"config":954},"Quick start guides",{"href":955,"dataGaName":956,"dataGaLocation":783},"/get-started/","quick setup checklists",{"text":958,"config":959},"Learn",{"href":960,"dataGaLocation":783,"dataGaName":961},"https://university.gitlab.com/","learn",{"text":963,"config":964},"Product documentation",{"href":965,"dataGaName":966,"dataGaLocation":783},"https://docs.gitlab.com/","product documentation",{"text":968,"config":969},"Best practice videos",{"href":970,"dataGaName":971,"dataGaLocation":783},"/getting-started-videos/","best practice videos",{"text":973,"config":974},"Integrations",{"href":975,"dataGaName":976,"dataGaLocation":783},"/integrations/","integrations",{"title":978,"items":979},"Discover",[980,985,990,995,999],{"text":981,"config":982},"Customer success stories",{"href":983,"dataGaName":984,"dataGaLocation":783},"/customers/","customer success stories",{"text":986,"config":987},"Blog",{"href":988,"dataGaName":989,"dataGaLocation":783},"/blog/","blog",{"text":991,"config":992},"Demo Hub",{"href":993,"dataGaName":994,"dataGaLocation":783},"/demo-hub/","demo hub",{"text":996,"config":997},"The Source",{"href":998,"dataGaName":989,"dataGaLocation":783},"/the-source/",{"text":1000,"config":1001},"Remote",{"href":1002,"dataGaName":1003,"dataGaLocation":783},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":1005,"items":1006},"Connect",[1007,1012,1017,1022,1027,1032],{"text":1008,"config":1009},"GitLab Services",{"href":1010,"dataGaName":1011,"dataGaLocation":783},"/services/","services",{"text":1013,"config":1014},"Contribute",{"href":1015,"dataGaName":1016,"dataGaLocation":783},"https://contributors.gitlab.com","contribute",{"text":1018,"config":1019},"Community",{"href":1020,"dataGaName":1021,"dataGaLocation":783},"/community/","community",{"text":1023,"config":1024},"Forum",{"href":1025,"dataGaName":1026,"dataGaLocation":783},"https://forum.gitlab.com/","forum",{"text":1028,"config":1029},"Events",{"href":1030,"dataGaName":1031,"dataGaLocation":783},"/events/","events",{"text":1033,"config":1034},"Partners",{"href":1035,"dataGaName":1036,"dataGaLocation":783},"/partners/","partners",{"config":1038,"title":1041,"text":1042,"link":1043},{"background":1039,"textColor":1040},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":1044,"config":1045},"Read the latest",{"href":1046,"dataGaName":1047,"dataGaLocation":783},"/whats-new/","whats new",{"text":1049,"config":1050,"menu":1052},"Company",{"dataNavLevelOne":1051},"company",{"type":834,"columns":1053},[1054],{"items":1055},[1056,1061,1067,1069,1074,1079,1084,1089,1094,1099],{"text":1057,"config":1058},"About",{"href":1059,"dataGaName":1060,"dataGaLocation":783},"/company/","about",{"text":1062,"config":1063,"footerGa":1066},"Jobs",{"href":1064,"dataGaName":1065,"dataGaLocation":783},"/jobs/","jobs",{"dataGaName":1065},{"text":1028,"config":1068},{"href":1030,"dataGaName":1031,"dataGaLocation":783},{"text":1070,"config":1071},"Leadership",{"href":1072,"dataGaName":1073,"dataGaLocation":783},"/company/team/e-group/","leadership",{"text":1075,"config":1076},"Handbook",{"href":1077,"dataGaName":1078,"dataGaLocation":783},"https://handbook.gitlab.com/","handbook",{"text":1080,"config":1081},"Investor relations",{"href":1082,"dataGaName":1083,"dataGaLocation":783},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":1085,"config":1086},"Trust Center",{"href":1087,"dataGaName":1088,"dataGaLocation":783},"/security/","trust center",{"text":1090,"config":1091},"AI Transparency Center",{"href":1092,"dataGaName":1093,"dataGaLocation":783},"/ai-transparency-center/","ai transparency center",{"text":1095,"config":1096},"Newsletter",{"href":1097,"dataGaName":1098,"dataGaLocation":783},"/company/contact/#contact-forms","newsletter",{"text":1100,"config":1101},"Press",{"href":1102,"dataGaName":1103,"dataGaLocation":783},"/press/","press",{"text":1105,"config":1106,"menu":1107},"Contact us",{"dataNavLevelOne":1051},{"type":834,"columns":1108},[1109],{"items":1110},[1111,1116,1121],{"text":1112,"config":1113},"Talk to sales",{"href":1114,"dataGaName":1115,"dataGaLocation":783},"/sales/","talk to sales",{"text":1117,"config":1118},"Support portal",{"href":1119,"dataGaName":1120,"dataGaLocation":783},"https://support.gitlab.com/hc/en-us","support portal",{"text":1122,"config":1123},"Customer portal",{"href":1124,"dataGaName":1125,"dataGaLocation":783},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":1127,"login":1128,"suggestions":1135},"Close",{"text":1129,"link":1130},"To search repositories and projects, login to",{"text":1131,"config":1132},"gitlab.com",{"href":797,"dataGaName":1133,"dataGaLocation":1134},"search login","search",{"text":1136,"default":1137},"Suggestions",[1138,1140,1144,1146,1150,1154],{"text":814,"config":1139},{"href":819,"dataGaName":814,"dataGaLocation":1134},{"text":1141,"config":1142},"Code Suggestions (AI)",{"href":1143,"dataGaName":1141,"dataGaLocation":1134},"/solutions/code-suggestions/",{"text":850,"config":1145},{"href":852,"dataGaName":850,"dataGaLocation":1134},{"text":1147,"config":1148},"GitLab on AWS",{"href":1149,"dataGaName":1147,"dataGaLocation":1134},"/partners/technology-partners/aws/",{"text":1151,"config":1152},"GitLab on Google Cloud",{"href":1153,"dataGaName":1151,"dataGaLocation":1134},"/partners/technology-partners/google-cloud-platform/",{"text":1155,"config":1156},"Why GitLab?",{"href":827,"dataGaName":1155,"dataGaLocation":1134},{"freeTrial":1158,"mobileIcon":1163,"desktopIcon":1168,"secondaryButton":1171},{"text":1159,"config":1160},"Start free trial",{"href":1161,"dataGaName":788,"dataGaLocation":1162},"https://gitlab.com/-/trials/new/","nav",{"altText":1164,"config":1165},"Gitlab Icon",{"src":1166,"dataGaName":1167,"dataGaLocation":1162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":1164,"config":1169},{"src":1170,"dataGaName":1167,"dataGaLocation":1162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":1172,"config":1173},"Get Started",{"href":1174,"dataGaName":1175,"dataGaLocation":1162},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":1177,"mobileIcon":1181,"desktopIcon":1183},{"text":1178,"config":1179},"Learn more about GitLab Duo",{"href":819,"dataGaName":1180,"dataGaLocation":1162},"gitlab duo",{"altText":1164,"config":1182},{"src":1166,"dataGaName":1167,"dataGaLocation":1162},{"altText":1164,"config":1184},{"src":1170,"dataGaName":1167,"dataGaLocation":1162},{"button":1186,"mobileIcon":1191,"desktopIcon":1193},{"text":1187,"config":1188},"/switch",{"href":1189,"dataGaName":1190,"dataGaLocation":1162},"#contact","switch",{"altText":1164,"config":1192},{"src":1166,"dataGaName":1167,"dataGaLocation":1162},{"altText":1164,"config":1194},{"src":1195,"dataGaName":1167,"dataGaLocation":1162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":1197,"mobileIcon":1202,"desktopIcon":1204},{"text":1198,"config":1199},"Back to pricing",{"href":932,"dataGaName":1200,"dataGaLocation":1162,"icon":1201},"back to pricing","GoBack",{"altText":1164,"config":1203},{"src":1166,"dataGaName":1167,"dataGaLocation":1162},{"altText":1164,"config":1205},{"src":1170,"dataGaName":1167,"dataGaLocation":1162},{"title":1207,"titleMobile":1208,"button":1209,"config":1214},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":825,"config":1210},{"href":1211,"dataGaName":1212,"dataGaLocation":1213},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":1215,"disabled":764},"release",{"data":1217},{"text":1218,"source":1219,"edit":1225,"contribute":1230,"config":1235,"items":1240,"minimal":1449},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":1220,"config":1221},"View page source",{"href":1222,"dataGaName":1223,"dataGaLocation":1224},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":1226,"config":1227},"Edit this page",{"href":1228,"dataGaName":1229,"dataGaLocation":1224},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":1231,"config":1232},"Please contribute",{"href":1233,"dataGaName":1234,"dataGaLocation":1224},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":1236,"facebook":1237,"youtube":1238,"linkedin":1239},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[1241,1288,1341,1385,1417],{"title":930,"links":1242,"subMenu":1257},[1243,1247,1252],{"text":1244,"config":1245},"View plans",{"href":932,"dataGaName":1246,"dataGaLocation":1224},"view plans",{"text":1248,"config":1249},"Why Premium?",{"href":1250,"dataGaName":1251,"dataGaLocation":1224},"/pricing/premium/","why premium",{"text":1253,"config":1254},"Why Ultimate?",{"href":1255,"dataGaName":1256,"dataGaLocation":1224},"/pricing/ultimate/","why ultimate",[1258],{"title":1259,"links":1260},"Contact Us",[1261,1264,1266,1268,1273,1278,1283],{"text":1262,"config":1263},"Contact sales",{"href":1114,"dataGaName":793,"dataGaLocation":1224},{"text":1117,"config":1265},{"href":1119,"dataGaName":1120,"dataGaLocation":1224},{"text":1122,"config":1267},{"href":1124,"dataGaName":1125,"dataGaLocation":1224},{"text":1269,"config":1270},"Status",{"href":1271,"dataGaName":1272,"dataGaLocation":1224},"https://status.gitlab.com/","status",{"text":1274,"config":1275},"Terms of use",{"href":1276,"dataGaName":1277,"dataGaLocation":1224},"/terms/","terms of use",{"text":1279,"config":1280},"Privacy statement",{"href":1281,"dataGaName":1282,"dataGaLocation":1224},"/privacy/","privacy statement",{"text":1284,"config":1285},"Cookie preferences",{"dataGaName":1286,"dataGaLocation":1224,"id":1287,"isOneTrustButton":394},"cookie preferences","ot-sdk-btn",{"title":830,"links":1289,"subMenu":1298},[1290,1294],{"text":1291,"config":1292},"DevSecOps platform",{"href":812,"dataGaName":1293,"dataGaLocation":1224},"devsecops platform",{"text":1295,"config":1296},"AI-Assisted Development",{"href":819,"dataGaName":1297,"dataGaLocation":1224},"ai-assisted development",[1299],{"title":1300,"links":1301},"Topics",[1302,1306,1311,1316,1321,1326,1331,1336],{"text":1303,"config":1304},"CICD",{"href":27,"dataGaName":1305,"dataGaLocation":1224},"cicd",{"text":1307,"config":1308},"GitOps",{"href":1309,"dataGaName":1310,"dataGaLocation":1224},"/topics/gitops/","gitops",{"text":1312,"config":1313},"DevOps",{"href":1314,"dataGaName":1315,"dataGaLocation":1224},"/topics/devops/","devops",{"text":1317,"config":1318},"Version Control",{"href":1319,"dataGaName":1320,"dataGaLocation":1224},"/topics/version-control/","version control",{"text":1322,"config":1323},"DevSecOps",{"href":1324,"dataGaName":1325,"dataGaLocation":1224},"/topics/devsecops/","devsecops",{"text":1327,"config":1328},"Cloud Native",{"href":1329,"dataGaName":1330,"dataGaLocation":1224},"/topics/cloud-native/","cloud native",{"text":1332,"config":1333},"AI for Coding",{"href":1334,"dataGaName":1335,"dataGaLocation":1224},"/topics/devops/ai-for-coding/","ai for coding",{"text":1337,"config":1338},"Agentic AI",{"href":1339,"dataGaName":1340,"dataGaLocation":1224},"/topics/agentic-ai/","agentic ai",{"title":1342,"links":1343},"Solutions",[1344,1346,1348,1353,1357,1360,1364,1367,1369,1372,1375,1380],{"text":874,"config":1345},{"href":869,"dataGaName":874,"dataGaLocation":1224},{"text":863,"config":1347},{"href":846,"dataGaName":847,"dataGaLocation":1224},{"text":1349,"config":1350},"Agile development",{"href":1351,"dataGaName":1352,"dataGaLocation":1224},"/solutions/agile-delivery/","agile delivery",{"text":1354,"config":1355},"SCM",{"href":859,"dataGaName":1356,"dataGaLocation":1224},"source code management",{"text":1303,"config":1358},{"href":852,"dataGaName":1359,"dataGaLocation":1224},"continuous integration & delivery",{"text":1361,"config":1362},"Value stream management",{"href":902,"dataGaName":1363,"dataGaLocation":1224},"value stream management",{"text":1307,"config":1365},{"href":1366,"dataGaName":1310,"dataGaLocation":1224},"/solutions/gitops/",{"text":912,"config":1368},{"href":915,"dataGaName":916,"dataGaLocation":1224},{"text":1370,"config":1371},"Small business",{"href":921,"dataGaName":922,"dataGaLocation":1224},{"text":1373,"config":1374},"Public sector",{"href":927,"dataGaName":928,"dataGaLocation":1224},{"text":1376,"config":1377},"Education",{"href":1378,"dataGaName":1379,"dataGaLocation":1224},"/solutions/education/","education",{"text":1381,"config":1382},"Financial services",{"href":1383,"dataGaName":1384,"dataGaLocation":1224},"/solutions/finance/","financial services",{"title":935,"links":1386},[1387,1389,1391,1393,1396,1398,1401,1403,1405,1407,1409,1411,1413,1415],{"text":948,"config":1388},{"href":950,"dataGaName":951,"dataGaLocation":1224},{"text":953,"config":1390},{"href":955,"dataGaName":956,"dataGaLocation":1224},{"text":958,"config":1392},{"href":960,"dataGaName":961,"dataGaLocation":1224},{"text":963,"config":1394},{"href":965,"dataGaName":1395,"dataGaLocation":1224},"docs",{"text":986,"config":1397},{"href":988,"dataGaName":989,"dataGaLocation":1224},{"text":1399,"config":1400},"What's new",{"href":1046,"dataGaName":1047,"dataGaLocation":1224},{"text":981,"config":1402},{"href":983,"dataGaName":984,"dataGaLocation":1224},{"text":1000,"config":1404},{"href":1002,"dataGaName":1003,"dataGaLocation":1224},{"text":1008,"config":1406},{"href":1010,"dataGaName":1011,"dataGaLocation":1224},{"text":1013,"config":1408},{"href":1015,"dataGaName":1016,"dataGaLocation":1224},{"text":1018,"config":1410},{"href":1020,"dataGaName":1021,"dataGaLocation":1224},{"text":1023,"config":1412},{"href":1025,"dataGaName":1026,"dataGaLocation":1224},{"text":1028,"config":1414},{"href":1030,"dataGaName":1031,"dataGaLocation":1224},{"text":1033,"config":1416},{"href":1035,"dataGaName":1036,"dataGaLocation":1224},{"title":1049,"links":1418},[1419,1421,1423,1425,1427,1429,1433,1438,1440,1442,1444],{"text":1057,"config":1420},{"href":1059,"dataGaName":1051,"dataGaLocation":1224},{"text":1062,"config":1422},{"href":1064,"dataGaName":1065,"dataGaLocation":1224},{"text":1070,"config":1424},{"href":1072,"dataGaName":1073,"dataGaLocation":1224},{"text":1075,"config":1426},{"href":1077,"dataGaName":1078,"dataGaLocation":1224},{"text":1080,"config":1428},{"href":1082,"dataGaName":1083,"dataGaLocation":1224},{"text":1430,"config":1431},"Sustainability",{"href":1432,"dataGaName":1430,"dataGaLocation":1224},"/sustainability/",{"text":1434,"config":1435},"Diversity, inclusion and belonging (DIB)",{"href":1436,"dataGaName":1437,"dataGaLocation":1224},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":1085,"config":1439},{"href":1087,"dataGaName":1088,"dataGaLocation":1224},{"text":1095,"config":1441},{"href":1097,"dataGaName":1098,"dataGaLocation":1224},{"text":1100,"config":1443},{"href":1102,"dataGaName":1103,"dataGaLocation":1224},{"text":1445,"config":1446},"Modern Slavery Transparency Statement",{"href":1447,"dataGaName":1448,"dataGaLocation":1224},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1450},[1451,1454,1457],{"text":1452,"config":1453},"Terms",{"href":1276,"dataGaName":1277,"dataGaLocation":1224},{"text":1455,"config":1456},"Cookies",{"dataGaName":1286,"dataGaLocation":1224,"id":1287,"isOneTrustButton":394},{"text":1458,"config":1459},"Privacy",{"href":1281,"dataGaName":1282,"dataGaLocation":1224},[1461],{"id":1462,"title":7,"body":763,"config":1463,"content":1465,"description":763,"extension":1468,"meta":1469,"navigation":394,"path":1470,"seo":1471,"stem":1472,"__hash__":1473},"blogAuthors/en-us/blog/authors/steve-azzopardi.yml",{"template":1464},"BlogAuthor",{"name":7,"config":1466},{"headshot":102,"ctfId":1467},"steveazz","yml",{},"/en-us/blog/authors/steve-azzopardi",{},"en-us/blog/authors/steve-azzopardi","qnb6MwMS78l86ZK9JZJ-5qc-NcHCq2bdzgXn2tHRN40",[1475,1483,1490],{"title":1476,"description":1477,"heroImage":1478,"category":759,"date":1479,"authors":1480,"slug":1482,"externalUrl":763},"GitLab named a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms","Agents made coding fast. GitLab is the Intelligent Orchestration Platform for DevSecOps that brings speed with control for the rest of the software lifecycle.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-06-17",[1481],"Manav Khurana","gitlab-leader-2026-gartner-mq-devsecops-platforms",{"title":1484,"description":1485,"heroImage":1486,"category":759,"date":1479,"authors":1487,"slug":1489,"externalUrl":763},"GitLab and Capgemini accelerate DevSecOps transformation","The global alliance helps organizations modernize software delivery, secure their supply chain, and bring AI into development workflows.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781279411/n3pkmddd2eswa8qbu06z.png",[1488],"Alex Picker","gitlab-and-capgemini-global-alliance-partnership",{"title":1491,"description":1492,"heroImage":1493,"category":759,"date":1479,"authors":1494,"slug":1495,"externalUrl":763},"Introducing the 2026 EMEA GitLab Partner Award winners","Learn about the EMEA partners who made an outstanding impact over the past year.\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781608381/biycl2ib2kpsbspjlac7.png",[1488],"2026-emea-gitlab-partner-awards",{"promotions":1497},[1498,1512,1524,1536],{"id":1499,"categories":1500,"header":1502,"text":1503,"button":1504,"image":1509},"ai-modernization",[1501],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1505,"config":1506},"Get your AI maturity score",{"href":1507,"dataGaName":1508,"dataGaLocation":989},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1510},{"src":1511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1513,"categories":1514,"header":1516,"text":1503,"button":1517,"image":1521},"devops-modernization",[1515,1325],"product","Are you just managing tools or shipping innovation?",{"text":1518,"config":1519},"Get your DevOps maturity score",{"href":1520,"dataGaName":1508,"dataGaLocation":989},"/assessments/devops-modernization-assessment/",{"config":1522},{"src":1523},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1525,"categories":1526,"header":1528,"text":1503,"button":1529,"image":1533},"security-modernization",[1527],"security","Are you trading speed for security?",{"text":1530,"config":1531},"Get your security maturity score",{"href":1532,"dataGaName":1508,"dataGaLocation":989},"/assessments/security-modernization-assessment/",{"config":1534},{"src":1535},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1537,"paths":1538,"header":1541,"text":1542,"button":1543,"image":1548},"github-azure-migration",[1539,1540],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1544,"config":1545},"See how GitLab compares to GitHub",{"href":1546,"dataGaName":1547,"dataGaLocation":989},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1549},{"src":1523},{"header":1551,"blurb":1552,"button":1553,"secondaryButton":1558},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1554,"config":1555},"Get your free trial",{"href":1556,"dataGaName":788,"dataGaLocation":1557},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":1262,"config":1559},{"href":1114,"dataGaName":793,"dataGaLocation":1557},1786803736315]