[{"data":1,"prerenderedAt":1338},["ShallowReactive",2],{"/ja-jp/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd":3,"navigation-ja-jp":556,"banner-ja-jp":985,"footer-ja-jp":993,"blog-post-authors-ja-jp-Tim Rizzi":1235,"blog-related-posts-ja-jp-prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd":1250,"blog-promotions-ja-jp":1275,"next-steps-ja-jp":1329},{"id":4,"title":5,"authors":6,"body":8,"category":534,"date":535,"description":536,"extension":537,"externalUrl":538,"faq":538,"featured":296,"heroImage":539,"meta":540,"navigation":296,"path":541,"seo":542,"slug":547,"stem":548,"tags":549,"template":553,"updatedDate":554,"__hash__":555},"blogPosts/ja-jp/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd.md","今すぐ対策を：Docker Hubのレート制限がGitLab CI/CDに与える影響",[7],"Tim Rizzi",{"type":9,"value":10,"toc":526},"minimark",[11,22,26,29,94,97,110,114,120,123,128,137,142,164,171,175,178,210,213,218,221,237,242,251,266,333,342,347,350,353,367,370,375,388,396,401,406,409,413,416,433,444,447,452,470,475,480,485,490,493,505,511,519,522],[12,13,14,15,21],"p",{},"2025年4月1日より、DockerはDocker\nHubに新たな",[16,17,20],"a",{"href":18,"rel":19},"https://docs.docker.com/docker-hub/usage/",[],"プルレート制限","を導入します。これは、GitLabで稼働しているものを含め、業界全体のCI/CDパイプラインに大きな影響を及ぼす可能性があります。最も大きな変更点は、未認証ユーザーに対して1時間あたり10回までというプル制限が設けられることです。",[23,24,25],"h2",{"id":25},"変更点",[12,27,28],{},"4月1日から、Dockerは以下のプルレート制限を適用します。",[30,31,32,51],"table",{},[33,34,35],"thead",{},[36,37,38,42,45,48],"tr",{},[39,40,41],"th",{},"ユーザータイプ",[39,43,44],{},"1時間あたりのプルレート制限",[39,46,47],{},"パブリックリポジトリ数",[39,49,50],{},"プライベートリポジトリ数",[52,53,54,68,81],"tbody",{},[36,55,56,60,63,66],{},[57,58,59],"td",{},"Business、Team、Pro（認証済）",[57,61,62],{},"無制限（フェアユース）",[57,64,65],{},"無制限",[57,67,65],{},[36,69,70,73,76,78],{},[57,71,72],{},"Personal（認証済）",[57,74,75],{},"100",[57,77,65],{},[57,79,80],{},"最大1つ",[36,82,83,86,89,92],{},[57,84,85],{},"未認証ユーザー",[57,87,88],{},"IPv4アドレスまたはIPv6/64サブネットごとに1時間あたり10回",[57,90,91],{},"該当なし",[57,93,91],{},[12,95,96],{},"この変更が重要な理由は以下のとおりです。",[98,99,100,104,107],"ul",{},[101,102,103],"li",{},"GitLabの依存プロキシは現在、未認証ユーザーとしてDocker Hubからプルしています。",[101,105,106],{},"依存プロキシを使用していないほとんどのCI/CDパイプラインは、未認証ユーザーとしてDocker Hubから直接プルしています。",[101,108,109],{},"GitLab.comのホステッドランナーでは、複数のユーザーが同じIPアドレスやサブネットを共有することがあり、全体がこの制限の対象になります。",[23,111,113],{"id":112},"gitlabユーザーへの影響","GitLabユーザーへの影響",[12,115,116],{},[117,118,119],"strong",{},"Docker Hubからの直接プルに関する影響",[12,121,122],{},"CI/CDパイプラインがDocker\nHubから認証なしで直接イメージをプルしている場合、IPアドレスごとに1時間あたり10回の制限が適用されます。頻繁に実行されるパイプラインや、同じランナーインフラを共有している複数プロジェクトでは、この制限にすぐに達してしまい、パイプラインの失敗が発生する可能性があります。",[12,124,125],{},[117,126,127],{},"GitLab依存プロキシへの影響",[12,129,130,131,136],{},"GitLabの依存プロキシ機能は、",[16,132,135],{"href":133,"rel":134},"https://about.gitlab.com/ja-jp/blog/what-is-docker/",[],"Dockerイメージ","をGitLab内にキャッシュすることでパイプラインの高速化や外部依存関係の削減を実現します。ただし、現在の実装では未認証ユーザーとしてDocker\nHubからプルしているため、これも1時間あたり10回という制限の対象になります。",[12,138,139],{},[117,140,141],{},"ホステッドランナーへの影響",[12,143,144,145,150,151,155,156,159,160,163],{},"GitLab.comのホステッドランナーでは、",[16,146,149],{"href":147,"rel":148},"https://cloud.google.com/artifact-registry/docs/pull-cached-dockerhub-images?hl=ja",[],"Google\nCloudのプルスルーキャッシュ","を使用しています。これにより、よく使われるイメージがミラーされ、レート制限を回避できます。",[152,153,154],"code",{},".gitlab-ci.yml","ファイル内で",[152,157,158],{},"image:","または",[152,161,162],{},"services:","として定義されたジョブイメージは、レート制限の影響を受けません。",[12,165,166,167,170],{},"一方で、ランナー環境内でイメージをプルするケースではやや複雑になります。ランナー実行中にイメージをプルする最も一般的なユースケースは、Docker-in-DockerやKanikoを使ってイメージをビルドする場合です。このシナリオでは、",[152,168,169],{},"Dockerfile","で指定されたDocker\nHubのイメージが直接プルされるため、レート制限の影響を受ける可能性があります。",[23,172,174],{"id":173},"gitlabの対応","GitLabの対応",[12,176,177],{},"この問題を緩和するため、GitLabでは以下の対応を進めています。",[98,179,180,192,204],{},[101,181,182,185,186,191],{},[117,183,184],{},"依存プロキシの認証：","\nGitLabの",[16,187,190],{"href":188,"rel":189},"https://gitlab.com/gitlab-org/gitlab/-/issues/331741",[],"依存プロキシ機能","にDocker\nHubの認証のサポートを追加しました。これにより、依存プロキシは認証済みユーザーとしてDocker\nHubからイメージをプルできるようになり、レート制限が大幅に緩和されます。",[101,193,194,197,198,203],{},[117,195,196],{},"ドキュメントの更新："," Docker\nHubのパイプライン認証の設定に関する明確なガイダンスを提供するために、",[16,199,202],{"href":200,"rel":201},"https://docs.gitlab.com/ja-jp/user/packages/dependency_proxy/#configure-credentials",[],"ドキュメント","を更新しました。",[101,205,206,209],{},[117,207,208],{},"内部インフラの整備："," GitLab.comのホステッドランナーへの影響を最小限にするため、内部インフラを整備中です。",[23,211,212],{"id":212},"ユーザー側でできる対策",[12,214,215],{},[117,216,217],{},"オプション1：パイプラインでDocker Hub認証を設定する",[12,219,220],{},"Docker\nHubから直接プルしているパイプラインでは、認証を設定することでレート制限を1時間あたり100回（または有料プランなら無制限）まで増やせます。",[12,222,223,224,226,227,230,231,236],{},"Docker\nHubの認証情報をプロジェクトまたはグループのCI/CD変数に追加してください（",[152,225,154],{},"には追加しないでください）。",[152,228,229],{},"DOCKER_AUTH_CONFIG","\nCI/CD変数の正しい設定方法については、",[16,232,235],{"href":233,"rel":234},"https://docs.gitlab.com/ja-jp/ci/docker/using_docker_images/#use-statically-defined-credentials",[],"Dockerイメージの使用に関するドキュメント","を参照してください。",[12,238,239],{},[117,240,241],{},"オプション2：GitLabのコンテナレジストリを使用する",[12,243,244,245,250],{},"頻繁に使用するDockerイメージを",[16,246,249],{"href":247,"rel":248},"https://docs.gitlab.com/ja-jp/user/packages/container_registry/",[],"GitLabのコンテナレジストリ","にプッシュすることで、CI/CDの実行中にDocker\nHubからプルする必要がなくなります。",[252,253,254,257,260,263],"ol",{},[101,255,256],{},"Docker Hubからイメージをプルします",[101,258,259],{},"GitLabコンテナレジストリにタグ付けします",[101,261,262],{},"GitLabコンテナレジストリにプッシュします",[101,264,265],{},"パイプラインをGitLabコンテナレジストリからプルするよう更新します",[267,268,273],"pre",{"className":269,"code":270,"language":271,"meta":272,"style":272},"language-shell shiki shiki-themes github-light","docker pull busybox:latest\n\ndocker tag busybox:latest $CI_REGISTRY_IMAGE/busybox:latest\n\ndocker push $CI_REGISTRY_IMAGE/busybox:latest\n","shell","",[152,274,275,291,298,316,321],{"__ignoreMap":272},[276,277,280,284,288],"span",{"class":278,"line":279},"line",1,[276,281,283],{"class":282},"s7eDp","docker",[276,285,287],{"class":286},"sYBdl"," pull",[276,289,290],{"class":286}," busybox:latest\n",[276,292,294],{"class":278,"line":293},2,[276,295,297],{"emptyLinePlaceholder":296},true,"\n",[276,299,301,303,306,309,313],{"class":278,"line":300},3,[276,302,283],{"class":282},[276,304,305],{"class":286}," tag",[276,307,308],{"class":286}," busybox:latest",[276,310,312],{"class":311},"sgsFI"," $CI_REGISTRY_IMAGE",[276,314,315],{"class":286},"/busybox:latest\n",[276,317,319],{"class":278,"line":318},4,[276,320,297],{"emptyLinePlaceholder":296},[276,322,324,326,329,331],{"class":278,"line":323},5,[276,325,283],{"class":282},[276,327,328],{"class":286}," push",[276,330,312],{"class":311},[276,332,315],{"class":286},[12,334,335,336,338,339],{},"それから、",[152,337,154],{},"で以下のように記述します。 ",[152,340,341],{},"image: $CI_REGISTRY_IMAGE/busybox:latest",[12,343,344],{},[117,345,346],{},"オプション3：GitLabの依存プロキシを使用する",[12,348,349],{},"GitLabの依存プロキシ機能を使うことで、Dockerイメージをキャッシュしてプロキシ経由で取得できるため、外部依存関係を減らし、レート制限の問題を軽減できます。",[12,351,352],{},"現在の認証オプションは以下のとおりです。",[98,354,355,364],{},[101,356,357,358,363],{},"GitLab 17.10：",[16,359,362],{"href":360,"rel":361},"https://docs.gitlab.com/ja-jp/user/packages/dependency_proxy/#configure-credentials-using-the-graphql-api",[],"GraphQL\nAPI","を使って、依存プロキシ用のDocker\nHub認証を設定",[101,365,366],{},"GitLab 17.11：グループ設定に新しく追加されたUIベースの設定を使用（GitLab.comでは既に利用可能）",[12,368,369],{},"認証が正しく設定されると、以下の操作が可能になります。",[252,371,372],{},[101,373,374],{},"グループの依存プロキシ設定でDocker Hubの認証情報を設定する",[98,376,377,380],{},[101,378,379],{},"GitLab 17.11以降（またはGitLab.com）：グループ設定 > パッケージとレジストリ > 依存プロキシで設定",[101,381,357,382,387],{},[16,383,386],{"href":384,"rel":385},"https://about.gitlab.com/ja-jp/blog/what-is-graphql",[],"GraphQL API","で認証を設定",[252,389,390],{"start":293},[101,391,392,393],{},"CI/CD設定で依存プロキシURLを使用するよう、パイプラインを更新する",[394,395],"br",{},[12,397,398],{},[152,399,400],{},"image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/busybox:latest",[12,402,403],{},[117,404,405],{},"オプション4：Docker Hubの有料プランを検討する",[12,407,408],{},"Docker\nHubの利用が多い組織の場合は、プル回数が無制限の有料Dockerサブスクリプション（TeamまたはBusiness）へのアップグレードが最も簡単な解決策となる場合があります。",[23,410,412],{"id":411},"docker-hubのレート制限による影響を減らすベストプラクティス","Docker Hubのレート制限による影響を減らすベストプラクティス",[12,414,415],{},"どのオプションを選ぶ場合でも、Docker Hubのレート制限の影響を最小限に抑えるために、以下のベストプラクティスを参考にしてください。",[98,417,418,424,427,430],{},[101,419,420,423],{},[152,421,422],{},"latest","タグではなく、特定のバージョンタグを使用して不要なプルを避ける",[101,425,426],{},"Dockerファイルを統合し、同じベースイメージを複数のプロジェクトで使い回す",[101,428,429],{},"あまり重要でないパイプラインは、ピーク時間を避けて実行するようスケジュールする",[101,431,432],{},"キャッシュを有効活用し、同じイメージを繰り返しプルするのを避ける",[12,434,435,438,439,443],{},[117,436,437],{},"注："," Docker\nHubの",[16,440,202],{"href":441,"rel":442},"https://docs.docker.com/docker-hub/usage/pulls/#pull-definition",[],"によると、プル回数はイメージのサイズやレイヤー数ではなく、manifestを取得した時点で1回とカウントされます。",[23,445,446],{"id":446},"スケジュールと今後の流れ",[12,448,449],{},[117,450,451],{},"現在",[98,453,454,457],{},[101,455,456],{},"Docker Hubからの直接プルに認証を実装します",[101,458,459,460],{},"GitLab.comユーザーは以下のいずれかで依存プロキシ認証を設定できます",[98,461,462,464,467],{},[101,463,386],{},[101,465,466],{},"グループ設定のUI",[101,468,469],{},"Self-ManagedのGitLab 17.10ユーザーはGraphQL APIを使用して依存プロキシ認証を設定できます",[12,471,472],{},[117,473,474],{},"2025年4月1日",[98,476,477],{},[101,478,479],{},"Docker Hubのレート制限が始まります",[12,481,482],{},[117,483,484],{},"2025年4月17日",[98,486,487],{},[101,488,489],{},"Self-Managedインスタンス向けの依存プロキシ認証機能をUIに追加したGitLab 17.11がリリースされます",[12,491,492],{},"パイプラインの予期せぬ失敗を回避するために、可能な限り速やかに対応することをおすすめします。多くのユーザーにとっては、Docker\nHub認証を使用して依存プロキシを設定することが最も効率的な長期的解決策となります。",[494,495,496],"blockquote",{},[12,497,498,499,504],{},"ご質問がある場合や、実装に関してサポートが必要な場合は、",[16,500,503],{"href":501,"rel":502},"https://gitlab.com/gitlab-org/gitlab/-/issues/526605",[],"こちらのイシュー","をご覧ください。GitLabのチームによる対応が確認できます。",[12,506,507,509],{},[394,508],{},[394,510],{},[12,512,513,514],{},"*監修：川瀬 洋平 ",[16,515,518],{"href":516,"rel":517},"https://gitlab.com/ykawase",[],"@ykawase",[12,520,521],{},"（GitLab合同会社 カスタマーサクセス本部 シニアカスタマーサクセスマネージャー）*",[523,524,525],"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":272,"searchDepth":293,"depth":293,"links":527},[528,529,530,531,532,533],{"id":25,"depth":293,"text":25},{"id":112,"depth":293,"text":113},{"id":173,"depth":293,"text":174},{"id":212,"depth":293,"text":212},{"id":411,"depth":293,"text":412},{"id":446,"depth":293,"text":446},"bulletin-board","2025-03-24","Docker Hubの新しいプルレート制限がGitLabのパイプラインにどのような影響を与えるか、また、その影響によってCI/CDパイプラインが中断されるのを防ぐ対策を解説します。","md",null,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662488/Blog/Hero%20Images/blog-image-template-1800x945__3_.png",{},"/ja-jp/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd",{"ogTitle":5,"ogImage":539,"ogDescription":536,"ogSiteName":543,"noIndex":544,"ogType":545,"ogUrl":546,"title":5,"canonicalUrls":546,"description":536},"https://about.gitlab.com",false,"article","https://about.gitlab.com/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd","prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd","ja-jp/blog/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd",[550,551,552],"CI/CD","news","DevSecOps platform","BlogPost","2026-07-06","rSNjlNopUOEP1Fm9n3wYP9hBUBhmXz_3IfPjba0neHI",{"logo":557,"freeTrial":562,"sales":567,"login":572,"items":577,"search":905,"minimal":938,"duo":955,"switchNav":964,"pricingDeployment":975},{"config":558},{"href":559,"dataGaName":560,"dataGaLocation":561},"/ja-jp/","gitlab logo","header",{"text":563,"config":564},"無料トライアルを開始",{"href":565,"dataGaName":566,"dataGaLocation":561},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":568,"config":569},"デモをリクエスト",{"href":570,"dataGaName":571,"dataGaLocation":561},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":573,"config":574},"サインイン",{"href":575,"dataGaName":576,"dataGaLocation":561},"https://gitlab.com/users/sign_in/","sign in",[578,607,708,713,827,883],{"text":579,"config":580,"menu":582},"プラットフォーム",{"dataNavLevelOne":581},"platform",{"type":583,"columns":584},"cards",[585,591,599],{"title":579,"description":586,"link":587},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":588,"config":589},"プラットフォームの詳細はこちら",{"href":590,"dataGaName":581,"dataGaLocation":561},"/ja-jp/platform/",{"title":592,"description":593,"link":594},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":595,"config":596},"GitLab Duoのご紹介",{"href":597,"dataGaName":598,"dataGaLocation":561},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":600,"description":601,"link":602},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":603,"config":604},"詳細はこちら",{"href":605,"dataGaName":606,"dataGaLocation":561},"/ja-jp/why-gitlab/","why gitlab",{"text":608,"left":296,"config":609,"menu":611},"製品",{"dataNavLevelOne":610},"solutions",{"type":612,"link":613,"columns":617,"feature":687},"lists",{"text":614,"config":615},"すべてのソリューションを表示",{"href":616,"dataGaName":610,"dataGaLocation":561},"/ja-jp/solutions/",[618,642,665],{"title":619,"description":620,"link":621,"items":626},"自動化","CI/CDと自動化でデプロイを加速",{"config":622},{"icon":623,"href":624,"dataGaName":625,"dataGaLocation":561},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[627,630,633,638],{"text":550,"config":628},{"href":629,"dataGaLocation":561,"dataGaName":550},"/ja-jp/solutions/continuous-integration/",{"text":592,"config":631},{"href":597,"dataGaLocation":561,"dataGaName":632},"gitlab duo agent platform - product menu",{"text":634,"config":635},"ソースコード管理",{"href":636,"dataGaLocation":561,"dataGaName":637},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":639,"config":640},"自動化されたソフトウェアデリバリー",{"href":624,"dataGaLocation":561,"dataGaName":641},"Automated software delivery",{"title":643,"description":644,"link":645,"items":650},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":646},{"href":647,"dataGaName":648,"dataGaLocation":561,"icon":649},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[651,655,660],{"text":652,"config":653},"アプリケーションセキュリティテスト",{"href":647,"dataGaName":654,"dataGaLocation":561},"Application security testing",{"text":656,"config":657},"ソフトウェアサプライチェーンセキュリティ",{"href":658,"dataGaLocation":561,"dataGaName":659},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":661,"config":662},"ソフトウェアコンプライアンス",{"href":663,"dataGaName":664,"dataGaLocation":561},"/ja-jp/solutions/software-compliance/","software compliance",{"title":666,"link":667,"items":672},"測定",{"config":668},{"icon":669,"href":670,"dataGaName":671,"dataGaLocation":561},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[673,677,682],{"text":674,"config":675},"可視性と測定",{"href":670,"dataGaLocation":561,"dataGaName":676},"Visibility and Measurement",{"text":678,"config":679},"バリューストリーム管理",{"href":680,"dataGaLocation":561,"dataGaName":681},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":683,"config":684},"分析とインサイト",{"href":685,"dataGaLocation":561,"dataGaName":686},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":688,"type":612,"items":689},"GitLabが活躍する場所",[690,696,702],{"text":691,"config":692},"大企業",{"icon":693,"href":694,"dataGaLocation":561,"dataGaName":695},"Building","/ja-jp/enterprise/","enterprise",{"text":697,"config":698},"スモールビジネス",{"icon":699,"href":700,"dataGaLocation":561,"dataGaName":701},"Work","/ja-jp/small-business/","small business",{"text":703,"config":704},"公共部門",{"icon":705,"href":706,"dataGaLocation":561,"dataGaName":707},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":709,"config":710},"価格",{"href":711,"dataGaName":712,"dataGaLocation":561,"dataNavLevelOne":712},"/ja-jp/pricing/","pricing",{"text":714,"config":715,"menu":717},"関連リソース",{"dataNavLevelOne":716},"resources",{"type":612,"link":718,"columns":722,"feature":816},{"text":719,"config":720},"すべてのリソースを表示",{"href":721,"dataGaName":716,"dataGaLocation":561},"/ja-jp/resources/",[723,756,783],{"title":724,"items":725},"はじめに",[726,731,736,741,746,751],{"text":727,"config":728},"インストール",{"href":729,"dataGaName":730,"dataGaLocation":561},"/ja-jp/install/","install",{"text":732,"config":733},"クイックスタートガイド",{"href":734,"dataGaName":735,"dataGaLocation":561},"/ja-jp/get-started/","quick setup checklists",{"text":737,"config":738},"学ぶ",{"href":739,"dataGaLocation":561,"dataGaName":740},"https://university.gitlab.com/","learn",{"text":742,"config":743},"製品ドキュメント",{"href":744,"dataGaName":745,"dataGaLocation":561},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":747,"config":748},"ベストプラクティスビデオ",{"href":749,"dataGaName":750,"dataGaLocation":561},"/ja-jp/getting-started-videos/","best practice videos",{"text":752,"config":753},"インテグレーション",{"href":754,"dataGaName":755,"dataGaLocation":561},"/ja-jp/integrations/","integrations",{"title":757,"items":758},"検索する",[759,764,769,774,778],{"text":760,"config":761},"お客様成功事例",{"href":762,"dataGaName":763,"dataGaLocation":561},"/ja-jp/customers/","customer success stories",{"text":765,"config":766},"ブログ",{"href":767,"dataGaName":768,"dataGaLocation":561},"/ja-jp/blog/","blog",{"text":770,"config":771},"Demo Hub",{"href":772,"dataGaName":773,"dataGaLocation":561},"/ja-jp/demo-hub/","demo hub",{"text":775,"config":776},"The Source",{"href":777,"dataGaName":768,"dataGaLocation":561},"/ja-jp/the-source/",{"text":779,"config":780},"リモート",{"href":781,"dataGaName":782,"dataGaLocation":561},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":784,"items":785},"つなげる",[786,791,796,801,806,811],{"text":787,"config":788},"GitLabサービス",{"href":789,"dataGaName":790,"dataGaLocation":561},"/ja-jp/services/","services",{"text":792,"config":793},"コントリビュート",{"href":794,"dataGaName":795,"dataGaLocation":561},"https://contributors.gitlab.com","contribute",{"text":797,"config":798},"コミュニティ",{"href":799,"dataGaName":800,"dataGaLocation":561},"/community/","community",{"text":802,"config":803},"フォーラム",{"href":804,"dataGaName":805,"dataGaLocation":561},"https://forum.gitlab.com/","forum",{"text":807,"config":808},"イベント",{"href":809,"dataGaName":810,"dataGaLocation":561},"/events/","events",{"text":812,"config":813},"パートナー",{"href":814,"dataGaName":815,"dataGaLocation":561},"/ja-jp/partners/","partners",{"config":817,"title":820,"text":821,"link":822},{"background":818,"textColor":819},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":823,"config":824},"最新情報を読む",{"href":825,"dataGaName":826,"dataGaLocation":561},"/ja-jp/whats-new/","whats new",{"text":828,"config":829,"menu":831},"企業情報",{"dataNavLevelOne":830},"company",{"type":612,"columns":832},[833],{"items":834},[835,840,846,848,853,858,863,868,873,878],{"text":836,"config":837},"GitLabについて",{"href":838,"dataGaName":839,"dataGaLocation":561},"/ja-jp/company/","about",{"text":841,"config":842,"footerGa":845},"採用情報",{"href":843,"dataGaName":844,"dataGaLocation":561},"/jobs/","jobs",{"dataGaName":844},{"text":807,"config":847},{"href":809,"dataGaName":810,"dataGaLocation":561},{"text":849,"config":850},"経営陣",{"href":851,"dataGaName":852,"dataGaLocation":561},"/company/team/e-group/","leadership",{"text":854,"config":855},"ハンドブック",{"href":856,"dataGaName":857,"dataGaLocation":561},"https://handbook.gitlab.com/","handbook",{"text":859,"config":860},"投資家向け情報",{"href":861,"dataGaName":862,"dataGaLocation":561},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":864,"config":865},"トラストセンター",{"href":866,"dataGaName":867,"dataGaLocation":561},"/ja-jp/security/","trust center",{"text":869,"config":870},"AI Transparency Center",{"href":871,"dataGaName":872,"dataGaLocation":561},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":874,"config":875},"ニュースレター",{"href":876,"dataGaName":877,"dataGaLocation":561},"/company/contact/#contact-forms","newsletter",{"text":879,"config":880},"プレス",{"href":881,"dataGaName":882,"dataGaLocation":561},"/press/","press",{"text":884,"config":885,"menu":886},"お問い合わせ",{"dataNavLevelOne":830},{"type":612,"columns":887},[888],{"items":889},[890,895,900],{"text":891,"config":892},"お問い合わせはこちら",{"href":893,"dataGaName":894,"dataGaLocation":561},"/ja-jp/sales/","talk to sales",{"text":896,"config":897},"サポートを受ける",{"href":898,"dataGaName":899,"dataGaLocation":561},"https://support.gitlab.com/hc/en-us","support portal",{"text":901,"config":902},"カスタマーポータル",{"href":903,"dataGaName":904,"dataGaLocation":561},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":906,"login":907,"suggestions":914},"閉じる",{"text":908,"link":909},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":910,"config":911},"GitLab.com",{"href":575,"dataGaName":912,"dataGaLocation":913},"search login","search",{"text":915,"default":916},"提案",[917,919,924,926,930,934],{"text":592,"config":918},{"href":597,"dataGaName":592,"dataGaLocation":913},{"text":920,"config":921},"コード提案（AI）",{"href":922,"dataGaName":923,"dataGaLocation":913},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":550,"config":925},{"href":629,"dataGaName":550,"dataGaLocation":913},{"text":927,"config":928},"GitLab on AWS",{"href":929,"dataGaName":927,"dataGaLocation":913},"/ja-jp/partners/technology-partners/aws/",{"text":931,"config":932},"GitLab on Google Cloud",{"href":933,"dataGaName":931,"dataGaLocation":913},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":935,"config":936},"GitLabを選ぶ理由",{"href":605,"dataGaName":937,"dataGaLocation":913},"Why GitLab?",{"freeTrial":939,"mobileIcon":943,"desktopIcon":948,"secondaryButton":951},{"text":563,"config":940},{"href":941,"dataGaName":566,"dataGaLocation":942},"https://gitlab.com/-/trials/new/","nav",{"altText":944,"config":945},"GitLabアイコン",{"src":946,"dataGaName":947,"dataGaLocation":942},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":944,"config":949},{"src":950,"dataGaName":947,"dataGaLocation":942},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":724,"config":952},{"href":953,"dataGaName":954,"dataGaLocation":942},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":956,"mobileIcon":960,"desktopIcon":962},{"text":957,"config":958},"GitLab Duoの詳細について",{"href":597,"dataGaName":959,"dataGaLocation":942},"gitlab duo",{"altText":944,"config":961},{"src":946,"dataGaName":947,"dataGaLocation":942},{"altText":944,"config":963},{"src":950,"dataGaName":947,"dataGaLocation":942},{"button":965,"mobileIcon":970,"desktopIcon":972},{"text":966,"config":967},"/switch",{"href":968,"dataGaName":969,"dataGaLocation":942},"#contact","switch",{"altText":944,"config":971},{"src":946,"dataGaName":947,"dataGaLocation":942},{"altText":944,"config":973},{"src":974,"dataGaName":947,"dataGaLocation":942},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":976,"mobileIcon":981,"desktopIcon":983},{"text":977,"config":978},"料金ページに戻る",{"href":711,"dataGaName":979,"dataGaLocation":942,"icon":980},"back to pricing","GoBack",{"altText":944,"config":982},{"src":946,"dataGaName":947,"dataGaLocation":942},{"altText":944,"config":984},{"src":950,"dataGaName":947,"dataGaLocation":942},{"title":986,"button":987,"config":991},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":603,"config":988},{"href":989,"dataGaName":990,"dataGaLocation":561},"/ja-jp/gitlab-orbit/","orbit",{"layout":992,"disabled":544},"release",{"data":994},{"text":995,"source":996,"edit":1002,"contribute":1007,"config":1012,"items":1017,"minimal":1226},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":997,"config":998},"ページのソースを表示",{"href":999,"dataGaName":1000,"dataGaLocation":1001},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":1003,"config":1004},"このページを編集",{"href":1005,"dataGaName":1006,"dataGaLocation":1001},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":1008,"config":1009},"ご協力をお願いします",{"href":1010,"dataGaName":1011,"dataGaLocation":1001},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":1013,"facebook":1014,"youtube":1015,"linkedin":1016},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[1018,1063,1116,1159,1193],{"title":709,"links":1019,"subMenu":1034},[1020,1024,1029],{"text":1021,"config":1022},"プランの表示",{"href":711,"dataGaName":1023,"dataGaLocation":1001},"view plans",{"text":1025,"config":1026},"Premiumを選ぶ理由",{"href":1027,"dataGaName":1028,"dataGaLocation":1001},"/ja-jp/pricing/premium/","why premium",{"text":1030,"config":1031},"Ultimateを選ぶ理由",{"href":1032,"dataGaName":1033,"dataGaLocation":1001},"/ja-jp/pricing/ultimate/","why ultimate",[1035],{"title":884,"links":1036},[1037,1039,1041,1043,1048,1053,1058],{"text":884,"config":1038},{"href":893,"dataGaName":571,"dataGaLocation":1001},{"text":896,"config":1040},{"href":898,"dataGaName":899,"dataGaLocation":1001},{"text":901,"config":1042},{"href":903,"dataGaName":904,"dataGaLocation":1001},{"text":1044,"config":1045},"ステータス",{"href":1046,"dataGaName":1047,"dataGaLocation":1001},"https://status.gitlab.com/","status",{"text":1049,"config":1050},"利用規約",{"href":1051,"dataGaName":1052,"dataGaLocation":1001},"/terms/","terms of use",{"text":1054,"config":1055},"プライバシーに関する声明",{"href":1056,"dataGaName":1057,"dataGaLocation":1001},"/ja-jp/privacy/","privacy statement",{"text":1059,"config":1060},"Cookie 優先設定",{"dataGaName":1061,"dataGaLocation":1001,"id":1062,"isOneTrustButton":296},"cookie preferences","ot-sdk-btn",{"title":608,"links":1064,"subMenu":1073},[1065,1069],{"text":1066,"config":1067},"DevSecOpsプラットフォーム",{"href":590,"dataGaName":1068,"dataGaLocation":1001},"devsecops platform",{"text":1070,"config":1071},"AI支援開発",{"href":597,"dataGaName":1072,"dataGaLocation":1001},"ai-assisted development",[1074],{"title":1075,"links":1076},"トピック",[1077,1081,1086,1091,1096,1101,1106,1111],{"text":550,"config":1078},{"href":1079,"dataGaName":1080,"dataGaLocation":1001},"/ja-jp/topics/ci-cd/","cicd",{"text":1082,"config":1083},"GitOps",{"href":1084,"dataGaName":1085,"dataGaLocation":1001},"/ja-jp/topics/gitops/","gitops",{"text":1087,"config":1088},"DevOps",{"href":1089,"dataGaName":1090,"dataGaLocation":1001},"/ja-jp/topics/devops/","devops",{"text":1092,"config":1093},"バージョン管理",{"href":1094,"dataGaName":1095,"dataGaLocation":1001},"/ja-jp/topics/version-control/","version control",{"text":1097,"config":1098},"DevSecOps",{"href":1099,"dataGaName":1100,"dataGaLocation":1001},"/ja-jp/topics/devsecops/","devsecops",{"text":1102,"config":1103},"クラウドネイティブ",{"href":1104,"dataGaName":1105,"dataGaLocation":1001},"/ja-jp/topics/cloud-native/","cloud native",{"text":1107,"config":1108},"コーディングのためのAI",{"href":1109,"dataGaName":1110,"dataGaLocation":1001},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":1112,"config":1113},"エージェント型AI",{"href":1114,"dataGaName":1115,"dataGaLocation":1001},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":1117,"links":1118},"ソリューション",[1119,1122,1124,1129,1133,1136,1139,1142,1144,1146,1149,1154],{"text":652,"config":1120},{"href":647,"dataGaName":1121,"dataGaLocation":1001},"Application Security Testing",{"text":639,"config":1123},{"href":624,"dataGaName":625,"dataGaLocation":1001},{"text":1125,"config":1126},"アジャイル開発",{"href":1127,"dataGaName":1128,"dataGaLocation":1001},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":1130,"config":1131},"SCM",{"href":636,"dataGaName":1132,"dataGaLocation":1001},"source code management",{"text":550,"config":1134},{"href":629,"dataGaName":1135,"dataGaLocation":1001},"continuous integration & delivery",{"text":678,"config":1137},{"href":680,"dataGaName":1138,"dataGaLocation":1001},"value stream management",{"text":1082,"config":1140},{"href":1141,"dataGaName":1085,"dataGaLocation":1001},"/ja-jp/solutions/gitops/",{"text":691,"config":1143},{"href":694,"dataGaName":695,"dataGaLocation":1001},{"text":697,"config":1145},{"href":700,"dataGaName":701,"dataGaLocation":1001},{"text":1147,"config":1148},"公共機関",{"href":706,"dataGaName":707,"dataGaLocation":1001},{"text":1150,"config":1151},"教育",{"href":1152,"dataGaName":1153,"dataGaLocation":1001},"/ja-jp/solutions/education/","education",{"text":1155,"config":1156},"金融サービス",{"href":1157,"dataGaName":1158,"dataGaLocation":1001},"/ja-jp/solutions/finance/","financial services",{"title":1160,"links":1161},"リソース",[1162,1164,1166,1168,1172,1174,1177,1179,1181,1183,1185,1187,1189,1191],{"text":727,"config":1163},{"href":729,"dataGaName":730,"dataGaLocation":1001},{"text":732,"config":1165},{"href":734,"dataGaName":735,"dataGaLocation":1001},{"text":737,"config":1167},{"href":739,"dataGaName":740,"dataGaLocation":1001},{"text":742,"config":1169},{"href":1170,"dataGaName":1171,"dataGaLocation":1001},"https://docs.gitlab.com/ja-jp","docs",{"text":765,"config":1173},{"href":767,"dataGaName":768,"dataGaLocation":1001},{"text":1175,"config":1176},"最新リリース",{"href":825,"dataGaName":826,"dataGaLocation":1001},{"text":760,"config":1178},{"href":762,"dataGaName":763,"dataGaLocation":1001},{"text":779,"config":1180},{"href":781,"dataGaName":782,"dataGaLocation":1001},{"text":787,"config":1182},{"href":789,"dataGaName":790,"dataGaLocation":1001},{"text":792,"config":1184},{"href":794,"dataGaName":795,"dataGaLocation":1001},{"text":797,"config":1186},{"href":799,"dataGaName":800,"dataGaLocation":1001},{"text":802,"config":1188},{"href":804,"dataGaName":805,"dataGaLocation":1001},{"text":807,"config":1190},{"href":809,"dataGaName":810,"dataGaLocation":1001},{"text":812,"config":1192},{"href":814,"dataGaName":815,"dataGaLocation":1001},{"title":1194,"links":1195},"会社情報",[1196,1198,1200,1202,1204,1206,1210,1215,1217,1219,1221],{"text":836,"config":1197},{"href":838,"dataGaName":830,"dataGaLocation":1001},{"text":841,"config":1199},{"href":843,"dataGaName":844,"dataGaLocation":1001},{"text":849,"config":1201},{"href":851,"dataGaName":852,"dataGaLocation":1001},{"text":854,"config":1203},{"href":856,"dataGaName":857,"dataGaLocation":1001},{"text":859,"config":1205},{"href":861,"dataGaName":862,"dataGaLocation":1001},{"text":1207,"config":1208},"Sustainability",{"href":1209,"dataGaName":1207,"dataGaLocation":1001},"/sustainability/",{"text":1211,"config":1212},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1213,"dataGaName":1214,"dataGaLocation":1001},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":864,"config":1216},{"href":866,"dataGaName":867,"dataGaLocation":1001},{"text":874,"config":1218},{"href":876,"dataGaName":877,"dataGaLocation":1001},{"text":879,"config":1220},{"href":881,"dataGaName":882,"dataGaLocation":1001},{"text":1222,"config":1223},"現代奴隷制の透明性に関する声明",{"href":1224,"dataGaName":1225,"dataGaLocation":1001},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1227},[1228,1230,1233],{"text":1049,"config":1229},{"href":1051,"dataGaName":1052,"dataGaLocation":1001},{"text":1231,"config":1232},"Cookieの設定",{"dataGaName":1061,"dataGaLocation":1001,"id":1062,"isOneTrustButton":296},{"text":1054,"config":1234},{"href":1056,"dataGaName":1057,"dataGaLocation":1001},[1236],{"id":1237,"title":7,"body":538,"config":1238,"content":1240,"description":538,"extension":1244,"meta":1245,"navigation":296,"path":1246,"seo":1247,"stem":1248,"__hash__":1249},"blogAuthors/en-us/blog/authors/tim-rizzi.yml",{"template":1239},"BlogAuthor",{"name":7,"config":1241},{"headshot":1242,"ctfId":1243},"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",[1251,1259,1267],{"title":1252,"description":1253,"heroImage":1254,"category":534,"date":1255,"authors":1256,"slug":1258,"externalUrl":538},"Claude Opus 4.7がGitLab Duo Agent Platformで利用可能になりました","Anthropic社の最新モデルが利用可能に。エージェントの能力がさらに強化されます。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776174711/ksndibz6sgj1umx5cjsj.png","2026-04-16",[1257],"Rebecca Carter","claude-opus-4-7-is-now-available-in-gitlab-duo-agent-platform",{"title":1260,"description":1261,"heroImage":1262,"category":534,"date":1263,"authors":1264,"slug":1266,"externalUrl":538},"GitLabでパスキーによるパスワードレスサインインと2FAが利用可能に","アカウントにパスキーを登録する方法と、フィッシング耐性のある2要素認証の仕組みについて解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1772029801/qk75nu1eezxa6aiefpup.png","2026-02-25",[1265],"GitLab","passkeys-now-available-for-passwordless-sign-in-and-2fa-on-gitlab",{"title":1268,"description":1269,"heroImage":1270,"category":534,"date":1271,"authors":1272,"slug":1274,"externalUrl":538},"GitLabパッケージリポジトリのメタデータ署名に使用されるGPGキーの有効期限が延長されました","packages.gitlab.comのGitLab Packagecloudインスタンスでリポジトリメタデータの署名に使用されるGPGキーの有効期限が延長されました。以下に重要な情報をまとめました。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1771934335/c4f7zzdelhwcihaqwxym.png","2026-02-24",[1273],"Denis Afonso","gpg-key-used-to-sign-gitlab-package-repositories-metadata-has-been-extended",{"promotions":1276},[1277,1291,1303,1315],{"id":1278,"categories":1279,"header":1281,"text":1282,"button":1283,"image":1288},"ai-modernization",[1280],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1284,"config":1285},"AI成熟度スコアを確認する",{"href":1286,"dataGaName":1287,"dataGaLocation":768},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1289},{"src":1290},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1292,"categories":1293,"header":1295,"text":1282,"button":1296,"image":1300},"devops-modernization",[1294,1100],"product","単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1297,"config":1298},"DevOps成熟度スコアを確認しましょう",{"href":1299,"dataGaName":1287,"dataGaLocation":768},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1301},{"src":1302},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1304,"categories":1305,"header":1307,"text":1282,"button":1308,"image":1312},"security-modernization",[1306],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1309,"config":1310},"セキュリティ成熟度スコアを確認しましょう",{"href":1311,"dataGaName":1287,"dataGaLocation":768},"/ja-jp/assessments/security-modernization-assessment/",{"config":1313},{"src":1314},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1316,"paths":1317,"header":1320,"text":1321,"button":1322,"image":1327},"github-azure-migration",[1318,1319],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1323,"config":1324},"GitLabとGitHubの比較を見る",{"href":1325,"dataGaName":1326,"dataGaLocation":768},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1328},{"src":1302},{"header":1330,"blurb":1331,"button":1332,"secondaryButton":1336},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":563,"config":1333},{"href":1334,"dataGaName":566,"dataGaLocation":1335},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":884,"config":1337},{"href":893,"dataGaName":571,"dataGaLocation":1335},1786803783202]