Skip to content

Commit 834c243

Browse files
committed
Deploying to gh-pages from @ 2926b46 🚀
1 parent 75d60fc commit 834c243

14 files changed

Lines changed: 31 additions & 31 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400

401401

402402
<span class="md-ellipsis">
403-
Docker Hub ratelimit
403+
Docker-in-Docker service and Docker Hub ratelimit
404404
</span>
405405

406406

14.6 KB
Loading

assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433

434434

435435
<span class="md-ellipsis">
436-
Docker Hub ratelimit
436+
Docker-in-Docker service and Docker Hub ratelimit
437437
</span>
438438

439439

examples/docker/docker-on-wsl/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533

534534

535535
<span class="md-ellipsis">
536-
Docker Hub ratelimit
536+
Docker-in-Docker service and Docker Hub ratelimit
537537
</span>
538538

539539

examples/gitlab-ci/docker-hub-ratelimit/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Tutorial on how to tests if GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner.">
9+
<meta name="description" content="Tutorial on how to test if Docker-in-Docker service in GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner.">
1010

1111

1212

@@ -24,7 +24,7 @@
2424

2525

2626

27-
<title>Docker Hub ratelimit - CI/CD Examples</title>
27+
<title>Docker-in-Docker service and Docker Hub ratelimit - CI/CD Examples</title>
2828

2929

3030

@@ -61,9 +61,9 @@
6161

6262
<meta property="og:type" content="website" >
6363

64-
<meta property="og:title" content="Docker Hub ratelimit - CI/CD Examples" >
64+
<meta property="og:title" content="Docker-in-Docker service and Docker Hub ratelimit - CI/CD Examples" >
6565

66-
<meta property="og:description" content="Tutorial on how to tests if GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner." >
66+
<meta property="og:description" content="Tutorial on how to test if Docker-in-Docker service in GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner." >
6767

6868
<meta property="og:image" content="https://kangasta.github.io/cicd-examples/assets/images/social/examples/gitlab-ci/docker-hub-ratelimit/README.png" >
6969

@@ -77,9 +77,9 @@
7777

7878
<meta name="twitter:card" content="summary_large_image" >
7979

80-
<meta name="twitter:title" content="Docker Hub ratelimit - CI/CD Examples" >
80+
<meta name="twitter:title" content="Docker-in-Docker service and Docker Hub ratelimit - CI/CD Examples" >
8181

82-
<meta name="twitter:description" content="Tutorial on how to tests if GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner." >
82+
<meta name="twitter:description" content="Tutorial on how to test if Docker-in-Docker service in GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner." >
8383

8484
<meta name="twitter:image" content="https://kangasta.github.io/cicd-examples/assets/images/social/examples/gitlab-ci/docker-hub-ratelimit/README.png" >
8585

@@ -104,7 +104,7 @@
104104
<div data-md-component="skip">
105105

106106

107-
<a href="#docker-hub-ratelimit" class="md-skip">
107+
<a href="#docker-in-docker-service-and-docker-hub-ratelimit" class="md-skip">
108108
Skip to content
109109
</a>
110110

@@ -151,7 +151,7 @@
151151
<div class="md-header__topic" data-md-component="header-topic">
152152
<span class="md-ellipsis">
153153

154-
Docker Hub ratelimit
154+
Docker-in-Docker service and Docker Hub ratelimit
155155

156156
</span>
157157
</div>
@@ -448,7 +448,7 @@
448448

449449

450450
<span class="md-ellipsis">
451-
Docker Hub ratelimit
451+
Docker-in-Docker service and Docker Hub ratelimit
452452
</span>
453453

454454

@@ -459,7 +459,7 @@
459459

460460

461461
<span class="md-ellipsis">
462-
Docker Hub ratelimit
462+
Docker-in-Docker service and Docker Hub ratelimit
463463
</span>
464464

465465

@@ -741,7 +741,7 @@
741741

742742

743743

744-
<h1 id="docker-hub-ratelimit">Docker Hub ratelimit</h1>
744+
<h1 id="docker-in-docker-service-and-docker-hub-ratelimit">Docker-in-Docker service and Docker Hub ratelimit</h1>
745745
<p>The recommended way of running Docker commands in a GitLab CI Kubernets runner is to use a service to run Docker-in-Docker container (<code>docker:dind</code>). By default the <code>docker:dind</code> container pulls container images from Docker Hub without caching. This can cause problems as pulls from Docker Hub are rate-limited.</p>
746746
<p>This example tests how <code>docker pull ubuntu:24.04</code> commands consume Docker Hub ratelimit and provides example on how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner.</p>
747747
<h2 id="how-to-check-if-docker-pull-commands-are-cached">How to check if <code>docker pull</code> commands are cached</h2>
@@ -836,7 +836,7 @@ <h2 id="how-to-setup-pull-through-cache-to-kubernetes-runner">How to setup pull-
836836
<span class="md-icon" title="Last update">
837837
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
838838
</span>
839-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 13, 2024</span>
839+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 14, 2024</span>
840840
</span>
841841

842842

examples/jenkins/ansible-kubernetes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437

438438

439439
<span class="md-ellipsis">
440-
Docker Hub ratelimit
440+
Docker-in-Docker service and Docker Hub ratelimit
441441
</span>
442442

443443

examples/jenkins/build-status-pipelines/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437

438438

439439
<span class="md-ellipsis">
440-
Docker Hub ratelimit
440+
Docker-in-Docker service and Docker Hub ratelimit
441441
</span>
442442

443443

examples/jenkins/jenkins-host-docker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437

438438

439439
<span class="md-ellipsis">
440-
Docker Hub ratelimit
440+
Docker-in-Docker service and Docker Hub ratelimit
441441
</span>
442442

443443

examples/jenkins/parallel-robot-pipeline/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437

438438

439439
<span class="md-ellipsis">
440-
Docker Hub ratelimit
440+
Docker-in-Docker service and Docker Hub ratelimit
441441
</span>
442442

443443

examples/jenkins/sonarqube-jenkins/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435

436436

437437
<span class="md-ellipsis">
438-
Docker Hub ratelimit
438+
Docker-in-Docker service and Docker Hub ratelimit
439439
</span>
440440

441441

0 commit comments

Comments
 (0)