[{"data":1,"prerenderedAt":1320},["ShallowReactive",2],{"/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd":3,"navigation-en-us":535,"banner-en-us":962,"footer-en-us":972,"blog-post-authors-en-us-Tim Rizzi":1216,"blog-related-posts-en-us-prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd":1231,"blog-promotions-en-us":1256,"next-steps-en-us":1310},{"id":4,"title":5,"authors":6,"body":8,"category":514,"date":515,"description":516,"extension":517,"externalUrl":518,"faq":518,"featured":278,"heroImage":519,"meta":520,"navigation":278,"path":521,"seo":522,"slug":527,"stem":528,"tags":529,"template":533,"updatedDate":518,"__hash__":534},"blogPosts/en-us/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd.md","Prepare now: Docker Hub rate limits will impact GitLab CI/CD",[7],"Tim Rizzi",{"type":9,"value":10,"toc":506},"minimark",[11,22,27,30,95,98,111,115,121,124,129,132,137,159,166,170,173,205,209,214,217,233,238,247,262,334,340,345,350,353,356,369,372,377,385,390,395,400,403,407,410,428,439,443,448,467,472,477,482,487,490,502],[12,13,14,15,21],"p",{},"On April 1, 2025, Docker will implement new ",[16,17,20],"a",{"href":18,"rel":19},"https://docs.docker.com/docker-hub/usage/",[],"pull rate limits"," to Docker Hub that may significantly impact CI/CD pipelines across the industry, including those running on GitLab. The most significant change is the 100 pulls-per-6-hours limit for unauthenticated users.",[23,24,26],"h2",{"id":25},"whats-changing","What's changing?",[12,28,29],{},"Starting April 1, Docker will enforce the following pull rate limits:",[31,32,33,52],"table",{},[34,35,36],"thead",{},[37,38,39,43,46,49],"tr",{},[40,41,42],"th",{},"User type",[40,44,45],{},"Pull rate limit per hour",[40,47,48],{},"Number of public repositories",[40,50,51],{},"Number of private repositories",[53,54,55,69,82],"tbody",{},[37,56,57,61,64,67],{},[58,59,60],"td",{},"Business, Team, Pro (authenticated)",[58,62,63],{},"Unlimited (fair use)",[58,65,66],{},"Unlimited",[58,68,66],{},[37,70,71,74,77,79],{},[58,72,73],{},"Personal (authenticated)",[58,75,76],{},"200 per 6-hour window",[58,78,66],{},[58,80,81],{},"Up to 1",[37,83,84,87,90,93],{},[58,85,86],{},"Unauthenticated users",[58,88,89],{},"100 per 6-hour window per IPv4 address or IPv6 /64 subnet",[58,91,92],{},"Not applicable",[58,94,92],{},[12,96,97],{},"This is particularly important because:",[99,100,101,105,108],"ul",{},[102,103,104],"li",{},"GitLab's Dependency Proxy currently pulls from Docker Hub as an\nunauthenticated user.",[102,106,107],{},"Most CI/CD pipelines that don't use the Dependency Proxy pull directly\nfrom Docker Hub as unauthenticated users.",[102,109,110],{},"On hosted runners for GitLab.com, multiple users might share the same IP\naddress or subnet, making them collectively subject to this limit.",[23,112,114],{"id":113},"how-this-impacts-gitlab-users","How this impacts GitLab users",[12,116,117],{},[118,119,120],"strong",{},"Impact on direct Docker Hub pulls",[12,122,123],{},"If your CI/CD pipelines directly pull images from Docker Hub without authentication, they will be limited to 100 pulls per six-hour window per IP address. For pipelines that run frequently or across multiple projects sharing the same runner infrastructure, this will quickly exhaust the limit and cause pipeline failures.",[12,125,126],{},[118,127,128],{},"Impact on GitLab Dependency Proxy",[12,130,131],{},"The GitLab Dependency Proxy feature allows you to cache Docker images within\nGitLab to speed up pipelines and reduce external dependencies. However, the current implementation pulls from Docker Hub as an unauthenticated user, meaning it will also be subject to the 100 pulls-per-6-hours limit.",[12,133,134],{},[118,135,136],{},"Impact on hosted runners",[12,138,139,140,145,146,150,151,154,155,158],{},"For hosted runners on GitLab.com, we use ",[16,141,144],{"href":142,"rel":143},"https://cloud.google.com/artifact-registry/docs/pull-cached-dockerhub-images",[],"Google Cloud's pull-through cache",".\nThis mirrors the commonly pulled images and allows us to avoid rate limits.\nJob images defined as ",[147,148,149],"code",{},"image:"," or ",[147,152,153],{},"services:"," in your ",[147,156,157],{},".gitlab-ci.yml"," file, are not affected by rate limits.",[12,160,161,162,165],{},"Things are slightly more challenging whenever images are pulled within the runner environment. The most common use case to pull images during runner runtime is to build an image using Docker-in-Docker or Kaniko. In this scenario, the Docker Hub image defined in your ",[147,163,164],{},"Dockerfile"," is pulled directly from Docker Hub and is likely to be affected by rate limits.",[23,167,169],{"id":168},"how-gitlab-is-responding","How GitLab is responding",[12,171,172],{},"We're actively working on solutions to mitigate these challenges:",[99,174,175,187,199],{},[102,176,177,180,181,186],{},[118,178,179],{},"Dependency Proxy authentication:"," We've added support for Docker Hub\nauthentication in the ",[16,182,185],{"href":183,"rel":184},"https://gitlab.com/gitlab-org/gitlab/-/issues/331741",[],"GitLab Dependency Proxy feature",". This will allow the Dependency Proxy to pull images from Docker Hub as an authenticated user, significantly increasing the rate limits.",[102,188,189,192,193,198],{},[118,190,191],{},"Documentation updates:"," We've updated our\n",[16,194,197],{"href":195,"rel":196},"https://docs.gitlab.com/user/packages/dependency_proxy/#configure-credentials",[],"documentation","\nto provide clear guidance on configuring pipeline authentication for Docker\nHub.",[102,200,201,204],{},[118,202,203],{},"Internal infrastructure preparation:"," We're preparing our internal\ninfrastructure to minimize the impact on hosted runners for GitLab.com.",[23,206,208],{"id":207},"how-you-can-prepare","How you can prepare",[12,210,211],{},[118,212,213],{},"Option 1: Configure Docker Hub authentication in your pipelines",[12,215,216],{},"For pipelines that pull directly from Docker Hub, you can configure authentication to increase your rate limit to 200 pulls per six-hour window (or unlimited with a paid Docker Hub subscription).",[12,218,219,220,222,223,228,229,232],{},"Add Docker Hub credentials to your project or group CI/CD variables (not in your ",[147,221,157],{}," file). Please refer to our ",[16,224,227],{"href":225,"rel":226},"https://docs.gitlab.com/ci/docker/using_docker_images/#use-statically-defined-credentials",[],"documentation on using\nDocker images","\nfor detailed instructions on setting up the ",[147,230,231],{},"DOCKER_AUTH_CONFIG"," CI/CD variable correctly.",[12,234,235],{},[118,236,237],{},"Option 2: Use the GitLab Container Registry",[12,239,240,241,246],{},"Consider pushing your frequently used Docker images to your ",[16,242,245],{"href":243,"rel":244},"https://docs.gitlab.com/user/packages/container_registry/",[],"GitLab\nContainer\nRegistry",". This eliminates the need to pull from Docker Hub during CI/CD runs:",[248,249,250,253,256,259],"ol",{},[102,251,252],{},"Pull the image from Docker Hub.",[102,254,255],{},"Tag it for your GitLab Container Registry.",[102,257,258],{},"Push it to your GitLab Container Registry.",[102,260,261],{},"Update your pipelines to pull from GitLab Container Registry.",[263,264,269],"pre",{"className":265,"code":266,"language":267,"meta":268,"style":268},"language-shell shiki shiki-themes github-light","\ndocker pull busybox:latest\n\ndocker tag busybox:latest $CI_REGISTRY_IMAGE/busybox:latest\n\ndocker push $CI_REGISTRY_IMAGE/busybox:latest\n\n","shell","",[147,270,271,280,294,299,317,322],{"__ignoreMap":268},[272,273,276],"span",{"class":274,"line":275},"line",1,[272,277,279],{"emptyLinePlaceholder":278},true,"\n",[272,281,283,287,291],{"class":274,"line":282},2,[272,284,286],{"class":285},"s7eDp","docker",[272,288,290],{"class":289},"sYBdl"," pull",[272,292,293],{"class":289}," busybox:latest\n",[272,295,297],{"class":274,"line":296},3,[272,298,279],{"emptyLinePlaceholder":278},[272,300,302,304,307,310,314],{"class":274,"line":301},4,[272,303,286],{"class":285},[272,305,306],{"class":289}," tag",[272,308,309],{"class":289}," busybox:latest",[272,311,313],{"class":312},"sgsFI"," $CI_REGISTRY_IMAGE",[272,315,316],{"class":289},"/busybox:latest\n",[272,318,320],{"class":274,"line":319},5,[272,321,279],{"emptyLinePlaceholder":278},[272,323,325,327,330,332],{"class":274,"line":324},6,[272,326,286],{"class":285},[272,328,329],{"class":289}," push",[272,331,313],{"class":312},[272,333,316],{"class":289},[12,335,336,337,339],{},"Then in your ",[147,338,157],{},":",[12,341,342],{},[147,343,344],{},"image: $CI_REGISTRY_IMAGE/busybox:latest",[12,346,347],{},[118,348,349],{},"Option 3: Use GitLab Dependency Proxy",[12,351,352],{},"GitLab's Dependency Proxy feature provides a way to cache and proxy Docker images, reducing external dependencies and rate limit issues.",[12,354,355],{},"Current authentication options:",[99,357,358,366],{},[102,359,360,361],{},"GitLab 17.10: Configure Docker Hub authentication for the Dependency Proxy\nusing ",[16,362,365],{"href":363,"rel":364},"https://docs.gitlab.com/user/packages/dependency_proxy/#configure-credentials-using-the-graphql-api",[],"GraphQL\nAPI",[102,367,368],{},"GitLab 17.11: Use the new UI-based configuration in your group's settings\n(already available on GitLab.com)",[12,370,371],{},"Once authentication is properly configured, you can:",[248,373,374],{},[102,375,376],{},"Configure Docker Hub credentials in your group's Dependency Proxy\nsettings:",[99,378,379,382],{},[102,380,381],{},"For GitLab 17.11+ (or current GitLab.com): Navigate to your group's settings > Packages & Registries > Dependency Proxy.",[102,383,384],{},"For GitLab 17.10: Use the GraphQL API to configure authentication.",[248,386,387],{"start":282},[102,388,389],{},"Update your pipelines to use the Dependency Proxy URLs in your CI/CD\nconfiguration:",[12,391,392],{},[147,393,394],{},"image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/busybox:latest",[12,396,397],{},[118,398,399],{},"Option 4: Consider a Docker Hub paid subscription",[12,401,402],{},"For organizations with heavy Docker Hub usage, upgrading to a paid Docker subscription (Team or Business) will provide unlimited pulls, which may be the most straightforward solution.",[23,404,406],{"id":405},"best-practices-to-reduce-docker-hub-rate-limit-impact","Best practices to reduce Docker Hub rate limit impact",[12,408,409],{},"Regardless of which option you choose, consider these best practices to minimize Docker Hub rate limit impact:",[99,411,412,419,422,425],{},[102,413,414,415,418],{},"Use specific image tags instead of ",[147,416,417],{},"latest"," to avoid unnecessary pulls.",[102,420,421],{},"Consolidate your Docker files to use the same base images across projects.",[102,423,424],{},"Schedule less critical pipelines to run outside of peak hours.",[102,426,427],{},"Use caching effectively to avoid pulling the same images repeatedly.",[12,429,430,433,434,438],{},[118,431,432],{},"Note:"," According to Docker Hub ",[16,435,197],{"href":436,"rel":437},"https://docs.docker.com/docker-hub/usage/pulls/#pull-definition",[],", the pull count is incremented when pulling the image manifest, not based on image size or number of layers.",[23,440,442],{"id":441},"timeline-and-next-steps","Timeline and next steps",[12,444,445],{},[118,446,447],{},"Now",[99,449,450,453,464],{},[102,451,452],{},"Implement authentication for direct Docker Hub pulls.",[102,454,455,456],{},"GitLab.com users can already configure Docker Hub authentication for the Dependency Proxy using either:\n",[99,457,458,461],{},[102,459,460],{},"The GraphQL API, or",[102,462,463],{},"The UI in group settings",[102,465,466],{},"Self-managed GitLab 17.10 users can configure Dependency Proxy authentication using the GraphQL API.",[12,468,469],{},[118,470,471],{},"April 1, 2025",[99,473,474],{},[102,475,476],{},"Docker Hub rate limits go into effect.",[12,478,479],{},[118,480,481],{},"April 17, 2025",[99,483,484],{},[102,485,486],{},"GitLab 17.11 will be released with UI-based Dependency Proxy authentication support for self-managed instances.",[12,488,489],{},"We recommend taking action well before the April 1 deadline to avoid unexpected pipeline failures. For most users, configuring the Dependency\nProxy with Docker Hub authentication is the most efficient long-term solution.",[491,492,493],"blockquote",{},[12,494,495,496,501],{},"Have questions or need implementation help? Please visit ",[16,497,500],{"href":498,"rel":499},"https://gitlab.com/gitlab-org/gitlab/-/issues/526605",[],"this\nissue"," where our team is actively providing support.",[503,504,505],"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 .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}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);}",{"title":268,"searchDepth":282,"depth":282,"links":507},[508,509,510,511,512,513],{"id":25,"depth":282,"text":26},{"id":113,"depth":282,"text":114},{"id":168,"depth":282,"text":169},{"id":207,"depth":282,"text":208},{"id":405,"depth":282,"text":406},{"id":441,"depth":282,"text":442},"bulletin-board","2025-03-24","Learn how Docker Hub's upcoming pull rate limits will affect GitLab pipelines and what you can do to avoid disruptions.","md",null,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662488/Blog/Hero%20Images/blog-image-template-1800x945__3_.png",{},"/en-us/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd",{"title":5,"description":516,"ogTitle":5,"ogDescription":516,"noIndex":523,"ogImage":519,"ogUrl":524,"ogSiteName":525,"ogType":526,"canonicalUrls":524},false,"https://about.gitlab.com/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd","https://about.gitlab.com","article","prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd","en-us/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd",[530,531,532],"CI/CD","news","DevSecOps platform","BlogPost","v-_7DN5iYzjF872s-_1qY94g8ajVZDNZvja_u7Hw9Ns",{"logo":536,"freeTrial":541,"sales":546,"login":551,"items":556,"search":882,"minimal":913,"duo":932,"switchNav":941,"pricingDeployment":952},{"config":537},{"href":538,"dataGaName":539,"dataGaLocation":540},"/","gitlab logo","header",{"text":542,"config":543},"Get free trial",{"href":544,"dataGaName":545,"dataGaLocation":540},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":547,"config":548},"Request a demo",{"href":549,"dataGaName":550,"dataGaLocation":540},"/sales/?contact-topic=request-demo","sales",{"text":552,"config":553},"Sign in",{"href":554,"dataGaName":555,"dataGaLocation":540},"https://gitlab.com/users/sign_in/","sign in",[557,586,685,690,804,860],{"text":558,"config":559,"menu":561},"Platform",{"dataNavLevelOne":560},"platform",{"type":562,"columns":563},"cards",[564,570,578],{"title":558,"description":565,"link":566},"The intelligent orchestration platform for DevSecOps",{"text":567,"config":568},"Explore our Platform",{"href":569,"dataGaName":560,"dataGaLocation":540},"/platform/",{"title":571,"description":572,"link":573},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":574,"config":575},"Meet GitLab Duo",{"href":576,"dataGaName":577,"dataGaLocation":540},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":579,"description":580,"link":581},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":582,"config":583},"Learn more",{"href":584,"dataGaName":585,"dataGaLocation":540},"/why-gitlab/","why gitlab",{"text":587,"left":278,"config":588,"menu":590},"Product",{"dataNavLevelOne":589},"solutions",{"type":591,"link":592,"columns":596,"feature":664},"lists",{"text":593,"config":594},"View all Solutions",{"href":595,"dataGaName":589,"dataGaLocation":540},"/solutions/",[597,620,643],{"title":598,"description":599,"link":600,"items":605},"Automation","CI/CD and automation to accelerate deployment",{"config":601},{"icon":602,"href":603,"dataGaName":604,"dataGaLocation":540},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[606,609,612,616],{"text":530,"config":607},{"href":608,"dataGaLocation":540,"dataGaName":530},"/solutions/continuous-integration/",{"text":571,"config":610},{"href":576,"dataGaLocation":540,"dataGaName":611},"gitlab duo agent platform - product menu",{"text":613,"config":614},"Source Code Management",{"href":615,"dataGaLocation":540,"dataGaName":613},"/solutions/source-code-management/",{"text":617,"config":618},"Automated Software Delivery",{"href":603,"dataGaLocation":540,"dataGaName":619},"Automated software delivery",{"title":621,"description":622,"link":623,"items":628},"Security","Deliver code faster without compromising security",{"config":624},{"href":625,"dataGaName":626,"dataGaLocation":540,"icon":627},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[629,633,638],{"text":630,"config":631},"Application Security Testing",{"href":625,"dataGaName":632,"dataGaLocation":540},"Application security testing",{"text":634,"config":635},"Software Supply Chain Security",{"href":636,"dataGaLocation":540,"dataGaName":637},"/solutions/supply-chain/","Software supply chain security",{"text":639,"config":640},"Software Compliance",{"href":641,"dataGaName":642,"dataGaLocation":540},"/solutions/software-compliance/","software compliance",{"title":644,"link":645,"items":650},"Measurement",{"config":646},{"icon":647,"href":648,"dataGaName":649,"dataGaLocation":540},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[651,655,659],{"text":652,"config":653},"Visibility & Measurement",{"href":648,"dataGaLocation":540,"dataGaName":654},"Visibility and Measurement",{"text":656,"config":657},"Value Stream Management",{"href":658,"dataGaLocation":540,"dataGaName":656},"/solutions/value-stream-management/",{"text":660,"config":661},"Analytics & Insights",{"href":662,"dataGaLocation":540,"dataGaName":663},"/solutions/analytics-and-insights/","Analytics and insights",{"title":665,"type":591,"items":666},"GitLab for",[667,673,679],{"text":668,"config":669},"Enterprise",{"icon":670,"href":671,"dataGaLocation":540,"dataGaName":672},"Building","/enterprise/","enterprise",{"text":674,"config":675},"Small Business",{"icon":676,"href":677,"dataGaLocation":540,"dataGaName":678},"Work","/small-business/","small business",{"text":680,"config":681},"Public Sector",{"icon":682,"href":683,"dataGaLocation":540,"dataGaName":684},"Organization","/solutions/public-sector/","public sector",{"text":686,"config":687},"Pricing",{"href":688,"dataGaName":689,"dataGaLocation":540,"dataNavLevelOne":689},"/pricing/","pricing",{"text":691,"config":692,"menu":694},"Resources",{"dataNavLevelOne":693},"resources",{"type":591,"link":695,"columns":699,"feature":793},{"text":696,"config":697},"View all resources",{"href":698,"dataGaName":693,"dataGaLocation":540},"/resources/",[700,733,760],{"title":701,"items":702},"Getting started",[703,708,713,718,723,728],{"text":704,"config":705},"Install",{"href":706,"dataGaName":707,"dataGaLocation":540},"/install/","install",{"text":709,"config":710},"Quick start guides",{"href":711,"dataGaName":712,"dataGaLocation":540},"/get-started/","quick setup checklists",{"text":714,"config":715},"Learn",{"href":716,"dataGaLocation":540,"dataGaName":717},"https://university.gitlab.com/","learn",{"text":719,"config":720},"Product documentation",{"href":721,"dataGaName":722,"dataGaLocation":540},"https://docs.gitlab.com/","product documentation",{"text":724,"config":725},"Best practice videos",{"href":726,"dataGaName":727,"dataGaLocation":540},"/getting-started-videos/","best practice videos",{"text":729,"config":730},"Integrations",{"href":731,"dataGaName":732,"dataGaLocation":540},"/integrations/","integrations",{"title":734,"items":735},"Discover",[736,741,746,751,755],{"text":737,"config":738},"Customer success stories",{"href":739,"dataGaName":740,"dataGaLocation":540},"/customers/","customer success stories",{"text":742,"config":743},"Blog",{"href":744,"dataGaName":745,"dataGaLocation":540},"/blog/","blog",{"text":747,"config":748},"Demo Hub",{"href":749,"dataGaName":750,"dataGaLocation":540},"/demo-hub/","demo hub",{"text":752,"config":753},"The Source",{"href":754,"dataGaName":745,"dataGaLocation":540},"/the-source/",{"text":756,"config":757},"Remote",{"href":758,"dataGaName":759,"dataGaLocation":540},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":761,"items":762},"Connect",[763,768,773,778,783,788],{"text":764,"config":765},"GitLab Services",{"href":766,"dataGaName":767,"dataGaLocation":540},"/services/","services",{"text":769,"config":770},"Contribute",{"href":771,"dataGaName":772,"dataGaLocation":540},"https://contributors.gitlab.com","contribute",{"text":774,"config":775},"Community",{"href":776,"dataGaName":777,"dataGaLocation":540},"/community/","community",{"text":779,"config":780},"Forum",{"href":781,"dataGaName":782,"dataGaLocation":540},"https://forum.gitlab.com/","forum",{"text":784,"config":785},"Events",{"href":786,"dataGaName":787,"dataGaLocation":540},"/events/","events",{"text":789,"config":790},"Partners",{"href":791,"dataGaName":792,"dataGaLocation":540},"/partners/","partners",{"config":794,"title":797,"text":798,"link":799},{"background":795,"textColor":796},"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":800,"config":801},"Read the latest",{"href":802,"dataGaName":803,"dataGaLocation":540},"/whats-new/","whats new",{"text":805,"config":806,"menu":808},"Company",{"dataNavLevelOne":807},"company",{"type":591,"columns":809},[810],{"items":811},[812,817,823,825,830,835,840,845,850,855],{"text":813,"config":814},"About",{"href":815,"dataGaName":816,"dataGaLocation":540},"/company/","about",{"text":818,"config":819,"footerGa":822},"Jobs",{"href":820,"dataGaName":821,"dataGaLocation":540},"/jobs/","jobs",{"dataGaName":821},{"text":784,"config":824},{"href":786,"dataGaName":787,"dataGaLocation":540},{"text":826,"config":827},"Leadership",{"href":828,"dataGaName":829,"dataGaLocation":540},"/company/team/e-group/","leadership",{"text":831,"config":832},"Handbook",{"href":833,"dataGaName":834,"dataGaLocation":540},"https://handbook.gitlab.com/","handbook",{"text":836,"config":837},"Investor relations",{"href":838,"dataGaName":839,"dataGaLocation":540},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":841,"config":842},"Trust Center",{"href":843,"dataGaName":844,"dataGaLocation":540},"/security/","trust center",{"text":846,"config":847},"AI Transparency Center",{"href":848,"dataGaName":849,"dataGaLocation":540},"/ai-transparency-center/","ai transparency center",{"text":851,"config":852},"Newsletter",{"href":853,"dataGaName":854,"dataGaLocation":540},"/company/contact/#contact-forms","newsletter",{"text":856,"config":857},"Press",{"href":858,"dataGaName":859,"dataGaLocation":540},"/press/","press",{"text":861,"config":862,"menu":863},"Contact us",{"dataNavLevelOne":807},{"type":591,"columns":864},[865],{"items":866},[867,872,877],{"text":868,"config":869},"Talk to sales",{"href":870,"dataGaName":871,"dataGaLocation":540},"/sales/","talk to sales",{"text":873,"config":874},"Support portal",{"href":875,"dataGaName":876,"dataGaLocation":540},"https://support.gitlab.com/hc/en-us","support portal",{"text":878,"config":879},"Customer portal",{"href":880,"dataGaName":881,"dataGaLocation":540},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":883,"login":884,"suggestions":891},"Close",{"text":885,"link":886},"To search repositories and projects, login to",{"text":887,"config":888},"gitlab.com",{"href":554,"dataGaName":889,"dataGaLocation":890},"search login","search",{"text":892,"default":893},"Suggestions",[894,896,900,902,906,910],{"text":571,"config":895},{"href":576,"dataGaName":571,"dataGaLocation":890},{"text":897,"config":898},"Code Suggestions (AI)",{"href":899,"dataGaName":897,"dataGaLocation":890},"/solutions/code-suggestions/",{"text":530,"config":901},{"href":608,"dataGaName":530,"dataGaLocation":890},{"text":903,"config":904},"GitLab on AWS",{"href":905,"dataGaName":903,"dataGaLocation":890},"/partners/technology-partners/aws/",{"text":907,"config":908},"GitLab on Google Cloud",{"href":909,"dataGaName":907,"dataGaLocation":890},"/partners/technology-partners/google-cloud-platform/",{"text":911,"config":912},"Why GitLab?",{"href":584,"dataGaName":911,"dataGaLocation":890},{"freeTrial":914,"mobileIcon":919,"desktopIcon":924,"secondaryButton":927},{"text":915,"config":916},"Start free trial",{"href":917,"dataGaName":545,"dataGaLocation":918},"https://gitlab.com/-/trials/new/","nav",{"altText":920,"config":921},"Gitlab Icon",{"src":922,"dataGaName":923,"dataGaLocation":918},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":920,"config":925},{"src":926,"dataGaName":923,"dataGaLocation":918},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":928,"config":929},"Get Started",{"href":930,"dataGaName":931,"dataGaLocation":918},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":933,"mobileIcon":937,"desktopIcon":939},{"text":934,"config":935},"Learn more about GitLab Duo",{"href":576,"dataGaName":936,"dataGaLocation":918},"gitlab duo",{"altText":920,"config":938},{"src":922,"dataGaName":923,"dataGaLocation":918},{"altText":920,"config":940},{"src":926,"dataGaName":923,"dataGaLocation":918},{"button":942,"mobileIcon":947,"desktopIcon":949},{"text":943,"config":944},"/switch",{"href":945,"dataGaName":946,"dataGaLocation":918},"#contact","switch",{"altText":920,"config":948},{"src":922,"dataGaName":923,"dataGaLocation":918},{"altText":920,"config":950},{"src":951,"dataGaName":923,"dataGaLocation":918},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":953,"mobileIcon":958,"desktopIcon":960},{"text":954,"config":955},"Back to pricing",{"href":688,"dataGaName":956,"dataGaLocation":918,"icon":957},"back to pricing","GoBack",{"altText":920,"config":959},{"src":922,"dataGaName":923,"dataGaLocation":918},{"altText":920,"config":961},{"src":926,"dataGaName":923,"dataGaLocation":918},{"title":963,"titleMobile":964,"button":965,"config":970},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":582,"config":966},{"href":967,"dataGaName":968,"dataGaLocation":969},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":971,"disabled":523},"release",{"data":973},{"text":974,"source":975,"edit":981,"contribute":986,"config":991,"items":996,"minimal":1205},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":976,"config":977},"View page source",{"href":978,"dataGaName":979,"dataGaLocation":980},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":982,"config":983},"Edit this page",{"href":984,"dataGaName":985,"dataGaLocation":980},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":987,"config":988},"Please contribute",{"href":989,"dataGaName":990,"dataGaLocation":980},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":992,"facebook":993,"youtube":994,"linkedin":995},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[997,1044,1097,1141,1173],{"title":686,"links":998,"subMenu":1013},[999,1003,1008],{"text":1000,"config":1001},"View plans",{"href":688,"dataGaName":1002,"dataGaLocation":980},"view plans",{"text":1004,"config":1005},"Why Premium?",{"href":1006,"dataGaName":1007,"dataGaLocation":980},"/pricing/premium/","why premium",{"text":1009,"config":1010},"Why Ultimate?",{"href":1011,"dataGaName":1012,"dataGaLocation":980},"/pricing/ultimate/","why ultimate",[1014],{"title":1015,"links":1016},"Contact Us",[1017,1020,1022,1024,1029,1034,1039],{"text":1018,"config":1019},"Contact sales",{"href":870,"dataGaName":550,"dataGaLocation":980},{"text":873,"config":1021},{"href":875,"dataGaName":876,"dataGaLocation":980},{"text":878,"config":1023},{"href":880,"dataGaName":881,"dataGaLocation":980},{"text":1025,"config":1026},"Status",{"href":1027,"dataGaName":1028,"dataGaLocation":980},"https://status.gitlab.com/","status",{"text":1030,"config":1031},"Terms of use",{"href":1032,"dataGaName":1033,"dataGaLocation":980},"/terms/","terms of use",{"text":1035,"config":1036},"Privacy statement",{"href":1037,"dataGaName":1038,"dataGaLocation":980},"/privacy/","privacy statement",{"text":1040,"config":1041},"Cookie preferences",{"dataGaName":1042,"dataGaLocation":980,"id":1043,"isOneTrustButton":278},"cookie preferences","ot-sdk-btn",{"title":587,"links":1045,"subMenu":1053},[1046,1049],{"text":532,"config":1047},{"href":569,"dataGaName":1048,"dataGaLocation":980},"devsecops platform",{"text":1050,"config":1051},"AI-Assisted Development",{"href":576,"dataGaName":1052,"dataGaLocation":980},"ai-assisted development",[1054],{"title":1055,"links":1056},"Topics",[1057,1062,1067,1072,1077,1082,1087,1092],{"text":1058,"config":1059},"CICD",{"href":1060,"dataGaName":1061,"dataGaLocation":980},"/topics/ci-cd/","cicd",{"text":1063,"config":1064},"GitOps",{"href":1065,"dataGaName":1066,"dataGaLocation":980},"/topics/gitops/","gitops",{"text":1068,"config":1069},"DevOps",{"href":1070,"dataGaName":1071,"dataGaLocation":980},"/topics/devops/","devops",{"text":1073,"config":1074},"Version Control",{"href":1075,"dataGaName":1076,"dataGaLocation":980},"/topics/version-control/","version control",{"text":1078,"config":1079},"DevSecOps",{"href":1080,"dataGaName":1081,"dataGaLocation":980},"/topics/devsecops/","devsecops",{"text":1083,"config":1084},"Cloud Native",{"href":1085,"dataGaName":1086,"dataGaLocation":980},"/topics/cloud-native/","cloud native",{"text":1088,"config":1089},"AI for Coding",{"href":1090,"dataGaName":1091,"dataGaLocation":980},"/topics/devops/ai-for-coding/","ai for coding",{"text":1093,"config":1094},"Agentic AI",{"href":1095,"dataGaName":1096,"dataGaLocation":980},"/topics/agentic-ai/","agentic ai",{"title":1098,"links":1099},"Solutions",[1100,1102,1104,1109,1113,1116,1120,1123,1125,1128,1131,1136],{"text":630,"config":1101},{"href":625,"dataGaName":630,"dataGaLocation":980},{"text":619,"config":1103},{"href":603,"dataGaName":604,"dataGaLocation":980},{"text":1105,"config":1106},"Agile development",{"href":1107,"dataGaName":1108,"dataGaLocation":980},"/solutions/agile-delivery/","agile delivery",{"text":1110,"config":1111},"SCM",{"href":615,"dataGaName":1112,"dataGaLocation":980},"source code management",{"text":1058,"config":1114},{"href":608,"dataGaName":1115,"dataGaLocation":980},"continuous integration & delivery",{"text":1117,"config":1118},"Value stream management",{"href":658,"dataGaName":1119,"dataGaLocation":980},"value stream management",{"text":1063,"config":1121},{"href":1122,"dataGaName":1066,"dataGaLocation":980},"/solutions/gitops/",{"text":668,"config":1124},{"href":671,"dataGaName":672,"dataGaLocation":980},{"text":1126,"config":1127},"Small business",{"href":677,"dataGaName":678,"dataGaLocation":980},{"text":1129,"config":1130},"Public sector",{"href":683,"dataGaName":684,"dataGaLocation":980},{"text":1132,"config":1133},"Education",{"href":1134,"dataGaName":1135,"dataGaLocation":980},"/solutions/education/","education",{"text":1137,"config":1138},"Financial services",{"href":1139,"dataGaName":1140,"dataGaLocation":980},"/solutions/finance/","financial services",{"title":691,"links":1142},[1143,1145,1147,1149,1152,1154,1157,1159,1161,1163,1165,1167,1169,1171],{"text":704,"config":1144},{"href":706,"dataGaName":707,"dataGaLocation":980},{"text":709,"config":1146},{"href":711,"dataGaName":712,"dataGaLocation":980},{"text":714,"config":1148},{"href":716,"dataGaName":717,"dataGaLocation":980},{"text":719,"config":1150},{"href":721,"dataGaName":1151,"dataGaLocation":980},"docs",{"text":742,"config":1153},{"href":744,"dataGaName":745,"dataGaLocation":980},{"text":1155,"config":1156},"What's new",{"href":802,"dataGaName":803,"dataGaLocation":980},{"text":737,"config":1158},{"href":739,"dataGaName":740,"dataGaLocation":980},{"text":756,"config":1160},{"href":758,"dataGaName":759,"dataGaLocation":980},{"text":764,"config":1162},{"href":766,"dataGaName":767,"dataGaLocation":980},{"text":769,"config":1164},{"href":771,"dataGaName":772,"dataGaLocation":980},{"text":774,"config":1166},{"href":776,"dataGaName":777,"dataGaLocation":980},{"text":779,"config":1168},{"href":781,"dataGaName":782,"dataGaLocation":980},{"text":784,"config":1170},{"href":786,"dataGaName":787,"dataGaLocation":980},{"text":789,"config":1172},{"href":791,"dataGaName":792,"dataGaLocation":980},{"title":805,"links":1174},[1175,1177,1179,1181,1183,1185,1189,1194,1196,1198,1200],{"text":813,"config":1176},{"href":815,"dataGaName":807,"dataGaLocation":980},{"text":818,"config":1178},{"href":820,"dataGaName":821,"dataGaLocation":980},{"text":826,"config":1180},{"href":828,"dataGaName":829,"dataGaLocation":980},{"text":831,"config":1182},{"href":833,"dataGaName":834,"dataGaLocation":980},{"text":836,"config":1184},{"href":838,"dataGaName":839,"dataGaLocation":980},{"text":1186,"config":1187},"Sustainability",{"href":1188,"dataGaName":1186,"dataGaLocation":980},"/sustainability/",{"text":1190,"config":1191},"Diversity, inclusion and belonging (DIB)",{"href":1192,"dataGaName":1193,"dataGaLocation":980},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":841,"config":1195},{"href":843,"dataGaName":844,"dataGaLocation":980},{"text":851,"config":1197},{"href":853,"dataGaName":854,"dataGaLocation":980},{"text":856,"config":1199},{"href":858,"dataGaName":859,"dataGaLocation":980},{"text":1201,"config":1202},"Modern Slavery Transparency Statement",{"href":1203,"dataGaName":1204,"dataGaLocation":980},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1206},[1207,1210,1213],{"text":1208,"config":1209},"Terms",{"href":1032,"dataGaName":1033,"dataGaLocation":980},{"text":1211,"config":1212},"Cookies",{"dataGaName":1042,"dataGaLocation":980,"id":1043,"isOneTrustButton":278},{"text":1214,"config":1215},"Privacy",{"href":1037,"dataGaName":1038,"dataGaLocation":980},[1217],{"id":1218,"title":7,"body":518,"config":1219,"content":1221,"description":518,"extension":1225,"meta":1226,"navigation":278,"path":1227,"seo":1228,"stem":1229,"__hash__":1230},"blogAuthors/en-us/blog/authors/tim-rizzi.yml",{"template":1220},"BlogAuthor",{"name":7,"config":1222},{"headshot":1223,"ctfId":1224},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi","yml",{},"/en-us/blog/authors/tim-rizzi",{},"en-us/blog/authors/tim-rizzi","ADPqrpcnKveFJS0m_zFV0VLtb_h_txu59QVgz_YwKMc",[1232,1240,1248],{"title":1233,"description":1234,"heroImage":1235,"category":514,"date":1236,"authors":1237,"slug":1239,"externalUrl":518},"curl removed from Omnibus-GitLab FIPS packages in 19.0","With the Omnibus-GitLab 19.0 release, GitLab will stop building curl for FIPS customers. Here’s what you need to know.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776362275/ozbwn9tk0dditpnfddlz.png","2026-04-24",[1238],"Adam Chu","curl-removed-from-omnibus-gitlab-fips-packages-in-19-0",{"title":1241,"description":1242,"heroImage":1243,"category":514,"date":1244,"authors":1245,"slug":1247,"externalUrl":518},"Claude Opus 4.7 is now available in GitLab Duo Agent Platform","Anthropic's latest model, available now, for stronger agent work. ","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776174711/ksndibz6sgj1umx5cjsj.png","2026-04-16",[1246],"Rebecca Carter","claude-opus-4-7-is-now-available-in-gitlab-duo-agent-platform",{"title":1249,"description":1250,"heroImage":1251,"category":514,"date":1252,"authors":1253,"slug":1255,"externalUrl":518},"Passkeys now available for passwordless sign-in and 2FA on GitLab","Learn how to register a passkey to your account and how two-factor authentication works as a phishing-resistant method.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1772029801/qk75nu1eezxa6aiefpup.png","2026-02-25",[1254],"GitLab","passkeys-now-available-for-passwordless-sign-in-and-2fa-on-gitlab",{"promotions":1257},[1258,1272,1284,1296],{"id":1259,"categories":1260,"header":1262,"text":1263,"button":1264,"image":1269},"ai-modernization",[1261],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1265,"config":1266},"Get your AI maturity score",{"href":1267,"dataGaName":1268,"dataGaLocation":745},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1270},{"src":1271},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1273,"categories":1274,"header":1276,"text":1263,"button":1277,"image":1281},"devops-modernization",[1275,1081],"product","Are you just managing tools or shipping innovation?",{"text":1278,"config":1279},"Get your DevOps maturity score",{"href":1280,"dataGaName":1268,"dataGaLocation":745},"/assessments/devops-modernization-assessment/",{"config":1282},{"src":1283},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1285,"categories":1286,"header":1288,"text":1263,"button":1289,"image":1293},"security-modernization",[1287],"security","Are you trading speed for security?",{"text":1290,"config":1291},"Get your security maturity score",{"href":1292,"dataGaName":1268,"dataGaLocation":745},"/assessments/security-modernization-assessment/",{"config":1294},{"src":1295},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1297,"paths":1298,"header":1301,"text":1302,"button":1303,"image":1308},"github-azure-migration",[1299,1300],"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":1304,"config":1305},"See how GitLab compares to GitHub",{"href":1306,"dataGaName":1307,"dataGaLocation":745},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1309},{"src":1283},{"header":1311,"blurb":1312,"button":1313,"secondaryButton":1318},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1314,"config":1315},"Get your free trial",{"href":1316,"dataGaName":545,"dataGaLocation":1317},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":1018,"config":1319},{"href":870,"dataGaName":550,"dataGaLocation":1317},1786803736917]