[{"data":1,"prerenderedAt":1076},["ShallowReactive",2],{"/blog/updating-the-os-version-of-saas-runners-on-linux":3,"navigation-en-us":294,"banner-en-us":721,"footer-en-us":731,"blog-post-authors-en-us-Gabriel Engel":976,"blog-related-posts-en-us-updating-the-os-version-of-saas-runners-on-linux":991,"blog-promotions-en-us":1013,"next-steps-en-us":1066},{"id":4,"title":5,"authors":6,"body":8,"category":273,"date":274,"description":275,"extension":276,"externalUrl":277,"faq":277,"featured":278,"heroImage":279,"meta":280,"navigation":281,"path":282,"seo":283,"slug":287,"stem":288,"tags":289,"template":292,"updatedDate":277,"__hash__":293},"blogPosts/en-us/blog/updating-the-os-version-of-saas-runners-on-linux.md","Upgrading the operating system version of our SaaS runners on Linux",[7],"Gabriel Engel",{"type":9,"value":10,"toc":262},"minimark",[11,22,27,35,40,53,84,88,100,108,112,115,118,125,183,186,195,227,231,258],[12,13,14,15,21],"p",{},"GitLab 17.0, due in May 2024, comes with an upgrade to the container-optimized operating system (",[16,17,20],"a",{"href":18,"rel":19},"https://cloud.google.com/container-optimized-os/docs",[],"COS",") of the ephemeral VMs used to execute jobs for SaaS runners on Linux. That COS upgrade includes a Docker Engine upgrade from Version 19.03.15 to Version 23.0.5, which introduces a known compatibility issue.",[23,24,26],"h2",{"id":25},"who-will-be-impacted-by-the-change","Who will be impacted by the change?",[12,28,29,30,34],{},"The fleet of SaaS runners on Linux with the tags ",[31,32,33],"code",{},"saas-linux-*-amd64"," will receive an update. This change does not affect the SaaS Runners on macOS and Windows.",[36,37,39],"h3",{"id":38},"using-docker-in-docker","Using Docker-in-Docker",[12,41,42,43,48,49,52],{},"Using ",[16,44,47],{"href":45,"rel":46},"https://docs.gitlab.com/ci/docker/using_docker_build/#use-docker-in-docker",[],"Docker-in-Docker based jobs","\nwith a version prior to ",[31,50,51],{},"20.10"," on a host that uses Docker Engine 20.10 or newer, you'll get the following error:",[54,55,60],"pre",{"className":56,"code":57,"language":58,"meta":59,"style":59},"language-yaml shiki shiki-themes github-light","cgroups: cgroup mountpoint does not exist: unknown\n","yaml","",[31,61,62],{"__ignoreMap":59},[63,64,67,71,75,78,80],"span",{"class":65,"line":66},"line",1,[63,68,70],{"class":69},"shJU0","cgroups",[63,72,74],{"class":73},"sgsFI",": ",[63,76,77],{"class":69},"cgroup mountpoint does not exist",[63,79,74],{"class":73},[63,81,83],{"class":82},"sYBdl","unknown\n",[36,85,87],{"id":86},"using-kaniko","Using Kaniko",[12,89,90,95,96,99],{},[16,91,94],{"href":92,"rel":93},"https://docs.gitlab.com/ci/docker/using_kaniko/",[],"Using Kaniko to build container images"," is another impacted use case.\nKaniko versions older than ",[31,97,98],{},"v1.9.0",", are unable to detect the container runtime and fail with the error:",[54,101,106],{"className":102,"code":104,"language":105,"meta":59},[103],"language-text","kaniko should only be run inside of a container, run with the --force flag if you are sure you want to continue\n","text",[31,107,104],{"__ignoreMap":59},[23,109,111],{"id":110},"how-to-fix-the-issue","How to fix the issue",[12,113,114],{},"To fix this, simply update the version of Docker-in-Docker or Kaniko images used in your job.\nIn general, we strongly advise the regular testing and updating to the latest possible version, and referencing it explicitly in the job definition.\nThis will prevent your jobs from randomly failing when image updates are published.",[36,116,39],{"id":117},"using-docker-in-docker-1",[12,119,120,121,124],{},"Update your jobs to use ",[31,122,123],{},"docker:dind"," in Version 20.10 or newer, such as:",[54,126,128],{"className":56,"code":127,"language":58,"meta":59,"style":59},"job:\n  services:\n  - docker:24.0.5-dind\n  image: docker:24.0.5\n  script:\n  - ...\n\n",[31,129,130,138,146,155,166,174],{"__ignoreMap":59},[63,131,132,135],{"class":65,"line":66},[63,133,134],{"class":69},"job",[63,136,137],{"class":73},":\n",[63,139,141,144],{"class":65,"line":140},2,[63,142,143],{"class":69},"  services",[63,145,137],{"class":73},[63,147,149,152],{"class":65,"line":148},3,[63,150,151],{"class":73},"  - ",[63,153,154],{"class":82},"docker:24.0.5-dind\n",[63,156,158,161,163],{"class":65,"line":157},4,[63,159,160],{"class":69},"  image",[63,162,74],{"class":73},[63,164,165],{"class":82},"docker:24.0.5\n",[63,167,169,172],{"class":65,"line":168},5,[63,170,171],{"class":69},"  script",[63,173,137],{"class":73},[63,175,177,179],{"class":65,"line":176},6,[63,178,151],{"class":73},[63,180,182],{"class":181},"sYu0t","...\n",[36,184,87],{"id":185},"using-kaniko-1",[12,187,120,188,191,192,194],{},[31,189,190],{},"gcr.io/kaniko-project/executor"," in Version ",[31,193,98],{}," or newer, such as:",[54,196,198],{"className":56,"code":197,"language":58,"meta":59,"style":59},"job:\n  image: gcr.io/kaniko-project/executor:v1.14.0\n  script:\n  - ...\n\n",[31,199,200,206,215,221],{"__ignoreMap":59},[63,201,202,204],{"class":65,"line":66},[63,203,134],{"class":69},[63,205,137],{"class":73},[63,207,208,210,212],{"class":65,"line":140},[63,209,160],{"class":69},[63,211,74],{"class":73},[63,213,214],{"class":82},"gcr.io/kaniko-project/executor:v1.14.0\n",[63,216,217,219],{"class":65,"line":148},[63,218,171],{"class":69},[63,220,137],{"class":73},[63,222,223,225],{"class":65,"line":157},[63,224,151],{"class":73},[63,226,182],{"class":181},[23,228,230],{"id":229},"read-more","Read more",[232,233,234,242,245,252],"ul",{},[235,236,237],"li",{},[16,238,241],{"href":239,"rel":240},"https://docs.gitlab.com/ci/runners/",[],"What are SaaS runners?",[235,243,244],{},"SaaS runners on Linux documentation",[235,246,247],{},[16,248,251],{"href":249,"rel":250},"https://docs.gitlab.com/ci/docker/using_docker_build/",[],"Building Docker images with Docker documentation",[235,253,254],{},[16,255,257],{"href":92,"rel":256},[],"Building Docker images with Kaniko documentation",[259,260,261],"style",{},"html pre.shiki code .shJU0, html code.shiki .shJU0{--shiki-default:#22863A}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}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 .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}",{"title":59,"searchDepth":140,"depth":140,"links":263},[264,268,272],{"id":25,"depth":140,"text":26,"children":265},[266,267],{"id":38,"depth":148,"text":39},{"id":86,"depth":148,"text":87},{"id":110,"depth":140,"text":111,"children":269},[270,271],{"id":117,"depth":148,"text":39},{"id":185,"depth":148,"text":87},{"id":229,"depth":140,"text":230},"news","2023-10-04","With GitLab 17.0, we are updating the operating system version of our SaaS runners on Linux. Learn what will change and how to mitigate potential incompatibilities.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669863/Blog/Hero%20Images/security-pipelines.jpg",{},true,"/en-us/blog/updating-the-os-version-of-saas-runners-on-linux",{"title":5,"description":275,"ogTitle":5,"ogDescription":275,"noIndex":278,"ogImage":279,"ogUrl":284,"ogSiteName":285,"ogType":286,"canonicalUrls":284},"https://about.gitlab.com/blog/updating-the-os-version-of-saas-runners-on-linux","https://about.gitlab.com","article","updating-the-os-version-of-saas-runners-on-linux","en-us/blog/updating-the-os-version-of-saas-runners-on-linux",[290,291,273],"CI/CD","product","BlogPost","lJlK61HN1WEkG66DH-WOZgfx_0Pefti5G7ZGTgGYJbE",{"logo":295,"freeTrial":300,"sales":305,"login":310,"items":315,"search":641,"minimal":672,"duo":691,"switchNav":700,"pricingDeployment":711},{"config":296},{"href":297,"dataGaName":298,"dataGaLocation":299},"/","gitlab logo","header",{"text":301,"config":302},"Get free trial",{"href":303,"dataGaName":304,"dataGaLocation":299},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":306,"config":307},"Request a demo",{"href":308,"dataGaName":309,"dataGaLocation":299},"/sales/?contact-topic=request-demo","sales",{"text":311,"config":312},"Sign in",{"href":313,"dataGaName":314,"dataGaLocation":299},"https://gitlab.com/users/sign_in/","sign in",[316,345,444,449,563,619],{"text":317,"config":318,"menu":320},"Platform",{"dataNavLevelOne":319},"platform",{"type":321,"columns":322},"cards",[323,329,337],{"title":317,"description":324,"link":325},"The intelligent orchestration platform for DevSecOps",{"text":326,"config":327},"Explore our Platform",{"href":328,"dataGaName":319,"dataGaLocation":299},"/platform/",{"title":330,"description":331,"link":332},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":333,"config":334},"Meet GitLab Duo",{"href":335,"dataGaName":336,"dataGaLocation":299},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":338,"description":339,"link":340},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":341,"config":342},"Learn more",{"href":343,"dataGaName":344,"dataGaLocation":299},"/why-gitlab/","why gitlab",{"text":346,"left":281,"config":347,"menu":349},"Product",{"dataNavLevelOne":348},"solutions",{"type":350,"link":351,"columns":355,"feature":423},"lists",{"text":352,"config":353},"View all Solutions",{"href":354,"dataGaName":348,"dataGaLocation":299},"/solutions/",[356,379,402],{"title":357,"description":358,"link":359,"items":364},"Automation","CI/CD and automation to accelerate deployment",{"config":360},{"icon":361,"href":362,"dataGaName":363,"dataGaLocation":299},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[365,368,371,375],{"text":290,"config":366},{"href":367,"dataGaLocation":299,"dataGaName":290},"/solutions/continuous-integration/",{"text":330,"config":369},{"href":335,"dataGaLocation":299,"dataGaName":370},"gitlab duo agent platform - product menu",{"text":372,"config":373},"Source Code Management",{"href":374,"dataGaLocation":299,"dataGaName":372},"/solutions/source-code-management/",{"text":376,"config":377},"Automated Software Delivery",{"href":362,"dataGaLocation":299,"dataGaName":378},"Automated software delivery",{"title":380,"description":381,"link":382,"items":387},"Security","Deliver code faster without compromising security",{"config":383},{"href":384,"dataGaName":385,"dataGaLocation":299,"icon":386},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[388,392,397],{"text":389,"config":390},"Application Security Testing",{"href":384,"dataGaName":391,"dataGaLocation":299},"Application security testing",{"text":393,"config":394},"Software Supply Chain Security",{"href":395,"dataGaLocation":299,"dataGaName":396},"/solutions/supply-chain/","Software supply chain security",{"text":398,"config":399},"Software Compliance",{"href":400,"dataGaName":401,"dataGaLocation":299},"/solutions/software-compliance/","software compliance",{"title":403,"link":404,"items":409},"Measurement",{"config":405},{"icon":406,"href":407,"dataGaName":408,"dataGaLocation":299},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[410,414,418],{"text":411,"config":412},"Visibility & Measurement",{"href":407,"dataGaLocation":299,"dataGaName":413},"Visibility and Measurement",{"text":415,"config":416},"Value Stream Management",{"href":417,"dataGaLocation":299,"dataGaName":415},"/solutions/value-stream-management/",{"text":419,"config":420},"Analytics & Insights",{"href":421,"dataGaLocation":299,"dataGaName":422},"/solutions/analytics-and-insights/","Analytics and insights",{"title":424,"type":350,"items":425},"GitLab for",[426,432,438],{"text":427,"config":428},"Enterprise",{"icon":429,"href":430,"dataGaLocation":299,"dataGaName":431},"Building","/enterprise/","enterprise",{"text":433,"config":434},"Small Business",{"icon":435,"href":436,"dataGaLocation":299,"dataGaName":437},"Work","/small-business/","small business",{"text":439,"config":440},"Public Sector",{"icon":441,"href":442,"dataGaLocation":299,"dataGaName":443},"Organization","/solutions/public-sector/","public sector",{"text":445,"config":446},"Pricing",{"href":447,"dataGaName":448,"dataGaLocation":299,"dataNavLevelOne":448},"/pricing/","pricing",{"text":450,"config":451,"menu":453},"Resources",{"dataNavLevelOne":452},"resources",{"type":350,"link":454,"columns":458,"feature":552},{"text":455,"config":456},"View all resources",{"href":457,"dataGaName":452,"dataGaLocation":299},"/resources/",[459,492,519],{"title":460,"items":461},"Getting started",[462,467,472,477,482,487],{"text":463,"config":464},"Install",{"href":465,"dataGaName":466,"dataGaLocation":299},"/install/","install",{"text":468,"config":469},"Quick start guides",{"href":470,"dataGaName":471,"dataGaLocation":299},"/get-started/","quick setup checklists",{"text":473,"config":474},"Learn",{"href":475,"dataGaLocation":299,"dataGaName":476},"https://university.gitlab.com/","learn",{"text":478,"config":479},"Product documentation",{"href":480,"dataGaName":481,"dataGaLocation":299},"https://docs.gitlab.com/","product documentation",{"text":483,"config":484},"Best practice videos",{"href":485,"dataGaName":486,"dataGaLocation":299},"/getting-started-videos/","best practice videos",{"text":488,"config":489},"Integrations",{"href":490,"dataGaName":491,"dataGaLocation":299},"/integrations/","integrations",{"title":493,"items":494},"Discover",[495,500,505,510,514],{"text":496,"config":497},"Customer success stories",{"href":498,"dataGaName":499,"dataGaLocation":299},"/customers/","customer success stories",{"text":501,"config":502},"Blog",{"href":503,"dataGaName":504,"dataGaLocation":299},"/blog/","blog",{"text":506,"config":507},"Demo Hub",{"href":508,"dataGaName":509,"dataGaLocation":299},"/demo-hub/","demo hub",{"text":511,"config":512},"The Source",{"href":513,"dataGaName":504,"dataGaLocation":299},"/the-source/",{"text":515,"config":516},"Remote",{"href":517,"dataGaName":518,"dataGaLocation":299},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":520,"items":521},"Connect",[522,527,532,537,542,547],{"text":523,"config":524},"GitLab Services",{"href":525,"dataGaName":526,"dataGaLocation":299},"/services/","services",{"text":528,"config":529},"Contribute",{"href":530,"dataGaName":531,"dataGaLocation":299},"https://contributors.gitlab.com","contribute",{"text":533,"config":534},"Community",{"href":535,"dataGaName":536,"dataGaLocation":299},"/community/","community",{"text":538,"config":539},"Forum",{"href":540,"dataGaName":541,"dataGaLocation":299},"https://forum.gitlab.com/","forum",{"text":543,"config":544},"Events",{"href":545,"dataGaName":546,"dataGaLocation":299},"/events/","events",{"text":548,"config":549},"Partners",{"href":550,"dataGaName":551,"dataGaLocation":299},"/partners/","partners",{"config":553,"title":556,"text":557,"link":558},{"background":554,"textColor":555},"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":559,"config":560},"Read the latest",{"href":561,"dataGaName":562,"dataGaLocation":299},"/whats-new/","whats new",{"text":564,"config":565,"menu":567},"Company",{"dataNavLevelOne":566},"company",{"type":350,"columns":568},[569],{"items":570},[571,576,582,584,589,594,599,604,609,614],{"text":572,"config":573},"About",{"href":574,"dataGaName":575,"dataGaLocation":299},"/company/","about",{"text":577,"config":578,"footerGa":581},"Jobs",{"href":579,"dataGaName":580,"dataGaLocation":299},"/jobs/","jobs",{"dataGaName":580},{"text":543,"config":583},{"href":545,"dataGaName":546,"dataGaLocation":299},{"text":585,"config":586},"Leadership",{"href":587,"dataGaName":588,"dataGaLocation":299},"/company/team/e-group/","leadership",{"text":590,"config":591},"Handbook",{"href":592,"dataGaName":593,"dataGaLocation":299},"https://handbook.gitlab.com/","handbook",{"text":595,"config":596},"Investor relations",{"href":597,"dataGaName":598,"dataGaLocation":299},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":600,"config":601},"Trust Center",{"href":602,"dataGaName":603,"dataGaLocation":299},"/security/","trust center",{"text":605,"config":606},"AI Transparency Center",{"href":607,"dataGaName":608,"dataGaLocation":299},"/ai-transparency-center/","ai transparency center",{"text":610,"config":611},"Newsletter",{"href":612,"dataGaName":613,"dataGaLocation":299},"/company/contact/#contact-forms","newsletter",{"text":615,"config":616},"Press",{"href":617,"dataGaName":618,"dataGaLocation":299},"/press/","press",{"text":620,"config":621,"menu":622},"Contact us",{"dataNavLevelOne":566},{"type":350,"columns":623},[624],{"items":625},[626,631,636],{"text":627,"config":628},"Talk to sales",{"href":629,"dataGaName":630,"dataGaLocation":299},"/sales/","talk to sales",{"text":632,"config":633},"Support portal",{"href":634,"dataGaName":635,"dataGaLocation":299},"https://support.gitlab.com/hc/en-us","support portal",{"text":637,"config":638},"Customer portal",{"href":639,"dataGaName":640,"dataGaLocation":299},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":642,"login":643,"suggestions":650},"Close",{"text":644,"link":645},"To search repositories and projects, login to",{"text":646,"config":647},"gitlab.com",{"href":313,"dataGaName":648,"dataGaLocation":649},"search login","search",{"text":651,"default":652},"Suggestions",[653,655,659,661,665,669],{"text":330,"config":654},{"href":335,"dataGaName":330,"dataGaLocation":649},{"text":656,"config":657},"Code Suggestions (AI)",{"href":658,"dataGaName":656,"dataGaLocation":649},"/solutions/code-suggestions/",{"text":290,"config":660},{"href":367,"dataGaName":290,"dataGaLocation":649},{"text":662,"config":663},"GitLab on AWS",{"href":664,"dataGaName":662,"dataGaLocation":649},"/partners/technology-partners/aws/",{"text":666,"config":667},"GitLab on Google Cloud",{"href":668,"dataGaName":666,"dataGaLocation":649},"/partners/technology-partners/google-cloud-platform/",{"text":670,"config":671},"Why GitLab?",{"href":343,"dataGaName":670,"dataGaLocation":649},{"freeTrial":673,"mobileIcon":678,"desktopIcon":683,"secondaryButton":686},{"text":674,"config":675},"Start free trial",{"href":676,"dataGaName":304,"dataGaLocation":677},"https://gitlab.com/-/trials/new/","nav",{"altText":679,"config":680},"Gitlab Icon",{"src":681,"dataGaName":682,"dataGaLocation":677},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":679,"config":684},{"src":685,"dataGaName":682,"dataGaLocation":677},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":687,"config":688},"Get Started",{"href":689,"dataGaName":690,"dataGaLocation":677},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":692,"mobileIcon":696,"desktopIcon":698},{"text":693,"config":694},"Learn more about GitLab Duo",{"href":335,"dataGaName":695,"dataGaLocation":677},"gitlab duo",{"altText":679,"config":697},{"src":681,"dataGaName":682,"dataGaLocation":677},{"altText":679,"config":699},{"src":685,"dataGaName":682,"dataGaLocation":677},{"button":701,"mobileIcon":706,"desktopIcon":708},{"text":702,"config":703},"/switch",{"href":704,"dataGaName":705,"dataGaLocation":677},"#contact","switch",{"altText":679,"config":707},{"src":681,"dataGaName":682,"dataGaLocation":677},{"altText":679,"config":709},{"src":710,"dataGaName":682,"dataGaLocation":677},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":712,"mobileIcon":717,"desktopIcon":719},{"text":713,"config":714},"Back to pricing",{"href":447,"dataGaName":715,"dataGaLocation":677,"icon":716},"back to pricing","GoBack",{"altText":679,"config":718},{"src":681,"dataGaName":682,"dataGaLocation":677},{"altText":679,"config":720},{"src":685,"dataGaName":682,"dataGaLocation":677},{"title":722,"titleMobile":723,"button":724,"config":729},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":341,"config":725},{"href":726,"dataGaName":727,"dataGaLocation":728},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":730,"disabled":278},"release",{"data":732},{"text":733,"source":734,"edit":740,"contribute":745,"config":750,"items":755,"minimal":965},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":735,"config":736},"View page source",{"href":737,"dataGaName":738,"dataGaLocation":739},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":741,"config":742},"Edit this page",{"href":743,"dataGaName":744,"dataGaLocation":739},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":746,"config":747},"Please contribute",{"href":748,"dataGaName":749,"dataGaLocation":739},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":751,"facebook":752,"youtube":753,"linkedin":754},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[756,803,857,901,933],{"title":445,"links":757,"subMenu":772},[758,762,767],{"text":759,"config":760},"View plans",{"href":447,"dataGaName":761,"dataGaLocation":739},"view plans",{"text":763,"config":764},"Why Premium?",{"href":765,"dataGaName":766,"dataGaLocation":739},"/pricing/premium/","why premium",{"text":768,"config":769},"Why Ultimate?",{"href":770,"dataGaName":771,"dataGaLocation":739},"/pricing/ultimate/","why ultimate",[773],{"title":774,"links":775},"Contact Us",[776,779,781,783,788,793,798],{"text":777,"config":778},"Contact sales",{"href":629,"dataGaName":309,"dataGaLocation":739},{"text":632,"config":780},{"href":634,"dataGaName":635,"dataGaLocation":739},{"text":637,"config":782},{"href":639,"dataGaName":640,"dataGaLocation":739},{"text":784,"config":785},"Status",{"href":786,"dataGaName":787,"dataGaLocation":739},"https://status.gitlab.com/","status",{"text":789,"config":790},"Terms of use",{"href":791,"dataGaName":792,"dataGaLocation":739},"/terms/","terms of use",{"text":794,"config":795},"Privacy statement",{"href":796,"dataGaName":797,"dataGaLocation":739},"/privacy/","privacy statement",{"text":799,"config":800},"Cookie preferences",{"dataGaName":801,"dataGaLocation":739,"id":802,"isOneTrustButton":281},"cookie preferences","ot-sdk-btn",{"title":346,"links":804,"subMenu":813},[805,809],{"text":806,"config":807},"DevSecOps platform",{"href":328,"dataGaName":808,"dataGaLocation":739},"devsecops platform",{"text":810,"config":811},"AI-Assisted Development",{"href":335,"dataGaName":812,"dataGaLocation":739},"ai-assisted development",[814],{"title":815,"links":816},"Topics",[817,822,827,832,837,842,847,852],{"text":818,"config":819},"CICD",{"href":820,"dataGaName":821,"dataGaLocation":739},"/topics/ci-cd/","cicd",{"text":823,"config":824},"GitOps",{"href":825,"dataGaName":826,"dataGaLocation":739},"/topics/gitops/","gitops",{"text":828,"config":829},"DevOps",{"href":830,"dataGaName":831,"dataGaLocation":739},"/topics/devops/","devops",{"text":833,"config":834},"Version Control",{"href":835,"dataGaName":836,"dataGaLocation":739},"/topics/version-control/","version control",{"text":838,"config":839},"DevSecOps",{"href":840,"dataGaName":841,"dataGaLocation":739},"/topics/devsecops/","devsecops",{"text":843,"config":844},"Cloud Native",{"href":845,"dataGaName":846,"dataGaLocation":739},"/topics/cloud-native/","cloud native",{"text":848,"config":849},"AI for Coding",{"href":850,"dataGaName":851,"dataGaLocation":739},"/topics/devops/ai-for-coding/","ai for coding",{"text":853,"config":854},"Agentic AI",{"href":855,"dataGaName":856,"dataGaLocation":739},"/topics/agentic-ai/","agentic ai",{"title":858,"links":859},"Solutions",[860,862,864,869,873,876,880,883,885,888,891,896],{"text":389,"config":861},{"href":384,"dataGaName":389,"dataGaLocation":739},{"text":378,"config":863},{"href":362,"dataGaName":363,"dataGaLocation":739},{"text":865,"config":866},"Agile development",{"href":867,"dataGaName":868,"dataGaLocation":739},"/solutions/agile-delivery/","agile delivery",{"text":870,"config":871},"SCM",{"href":374,"dataGaName":872,"dataGaLocation":739},"source code management",{"text":818,"config":874},{"href":367,"dataGaName":875,"dataGaLocation":739},"continuous integration & delivery",{"text":877,"config":878},"Value stream management",{"href":417,"dataGaName":879,"dataGaLocation":739},"value stream management",{"text":823,"config":881},{"href":882,"dataGaName":826,"dataGaLocation":739},"/solutions/gitops/",{"text":427,"config":884},{"href":430,"dataGaName":431,"dataGaLocation":739},{"text":886,"config":887},"Small business",{"href":436,"dataGaName":437,"dataGaLocation":739},{"text":889,"config":890},"Public sector",{"href":442,"dataGaName":443,"dataGaLocation":739},{"text":892,"config":893},"Education",{"href":894,"dataGaName":895,"dataGaLocation":739},"/solutions/education/","education",{"text":897,"config":898},"Financial services",{"href":899,"dataGaName":900,"dataGaLocation":739},"/solutions/finance/","financial services",{"title":450,"links":902},[903,905,907,909,912,914,917,919,921,923,925,927,929,931],{"text":463,"config":904},{"href":465,"dataGaName":466,"dataGaLocation":739},{"text":468,"config":906},{"href":470,"dataGaName":471,"dataGaLocation":739},{"text":473,"config":908},{"href":475,"dataGaName":476,"dataGaLocation":739},{"text":478,"config":910},{"href":480,"dataGaName":911,"dataGaLocation":739},"docs",{"text":501,"config":913},{"href":503,"dataGaName":504,"dataGaLocation":739},{"text":915,"config":916},"What's new",{"href":561,"dataGaName":562,"dataGaLocation":739},{"text":496,"config":918},{"href":498,"dataGaName":499,"dataGaLocation":739},{"text":515,"config":920},{"href":517,"dataGaName":518,"dataGaLocation":739},{"text":523,"config":922},{"href":525,"dataGaName":526,"dataGaLocation":739},{"text":528,"config":924},{"href":530,"dataGaName":531,"dataGaLocation":739},{"text":533,"config":926},{"href":535,"dataGaName":536,"dataGaLocation":739},{"text":538,"config":928},{"href":540,"dataGaName":541,"dataGaLocation":739},{"text":543,"config":930},{"href":545,"dataGaName":546,"dataGaLocation":739},{"text":548,"config":932},{"href":550,"dataGaName":551,"dataGaLocation":739},{"title":564,"links":934},[935,937,939,941,943,945,949,954,956,958,960],{"text":572,"config":936},{"href":574,"dataGaName":566,"dataGaLocation":739},{"text":577,"config":938},{"href":579,"dataGaName":580,"dataGaLocation":739},{"text":585,"config":940},{"href":587,"dataGaName":588,"dataGaLocation":739},{"text":590,"config":942},{"href":592,"dataGaName":593,"dataGaLocation":739},{"text":595,"config":944},{"href":597,"dataGaName":598,"dataGaLocation":739},{"text":946,"config":947},"Sustainability",{"href":948,"dataGaName":946,"dataGaLocation":739},"/sustainability/",{"text":950,"config":951},"Diversity, inclusion and belonging (DIB)",{"href":952,"dataGaName":953,"dataGaLocation":739},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":600,"config":955},{"href":602,"dataGaName":603,"dataGaLocation":739},{"text":610,"config":957},{"href":612,"dataGaName":613,"dataGaLocation":739},{"text":615,"config":959},{"href":617,"dataGaName":618,"dataGaLocation":739},{"text":961,"config":962},"Modern Slavery Transparency Statement",{"href":963,"dataGaName":964,"dataGaLocation":739},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":966},[967,970,973],{"text":968,"config":969},"Terms",{"href":791,"dataGaName":792,"dataGaLocation":739},{"text":971,"config":972},"Cookies",{"dataGaName":801,"dataGaLocation":739,"id":802,"isOneTrustButton":281},{"text":974,"config":975},"Privacy",{"href":796,"dataGaName":797,"dataGaLocation":739},[977],{"id":978,"title":7,"body":277,"config":979,"content":981,"description":277,"extension":985,"meta":986,"navigation":281,"path":987,"seo":988,"stem":989,"__hash__":990},"blogAuthors/en-us/blog/authors/gabriel-engel.yml",{"template":980},"BlogAuthor",{"name":7,"config":982},{"headshot":983,"ctfId":984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl","yml",{},"/en-us/blog/authors/gabriel-engel",{},"en-us/blog/authors/gabriel-engel","iVkglJtikdZz4_wER91EaHRwdIt1ZjN3O1LGKFcDThM",[992,1000,1007],{"title":993,"description":994,"heroImage":995,"category":273,"date":996,"authors":997,"slug":999,"externalUrl":277},"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",[998],"Manav Khurana","gitlab-leader-2026-gartner-mq-devsecops-platforms",{"title":1001,"description":1002,"heroImage":1003,"category":273,"date":996,"authors":1004,"slug":1006,"externalUrl":277},"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",[1005],"Alex Picker","gitlab-and-capgemini-global-alliance-partnership",{"title":1008,"description":1009,"heroImage":1010,"category":273,"date":996,"authors":1011,"slug":1012,"externalUrl":277},"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",[1005],"2026-emea-gitlab-partner-awards",{"promotions":1014},[1015,1029,1040,1052],{"id":1016,"categories":1017,"header":1019,"text":1020,"button":1021,"image":1026},"ai-modernization",[1018],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1022,"config":1023},"Get your AI maturity score",{"href":1024,"dataGaName":1025,"dataGaLocation":504},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1027},{"src":1028},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1030,"categories":1031,"header":1032,"text":1020,"button":1033,"image":1037},"devops-modernization",[291,841],"Are you just managing tools or shipping innovation?",{"text":1034,"config":1035},"Get your DevOps maturity score",{"href":1036,"dataGaName":1025,"dataGaLocation":504},"/assessments/devops-modernization-assessment/",{"config":1038},{"src":1039},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1041,"categories":1042,"header":1044,"text":1020,"button":1045,"image":1049},"security-modernization",[1043],"security","Are you trading speed for security?",{"text":1046,"config":1047},"Get your security maturity score",{"href":1048,"dataGaName":1025,"dataGaLocation":504},"/assessments/security-modernization-assessment/",{"config":1050},{"src":1051},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1053,"paths":1054,"header":1057,"text":1058,"button":1059,"image":1064},"github-azure-migration",[1055,1056],"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":1060,"config":1061},"See how GitLab compares to GitHub",{"href":1062,"dataGaName":1063,"dataGaLocation":504},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1065},{"src":1039},{"header":1067,"blurb":1068,"button":1069,"secondaryButton":1074},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1070,"config":1071},"Get your free trial",{"href":1072,"dataGaName":304,"dataGaLocation":1073},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":777,"config":1075},{"href":629,"dataGaName":309,"dataGaLocation":1073},1786803755986]