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