Skip to content

Commit

Permalink
refs platform#3202 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevesibilia authored Oct 24, 2024
1 parent 4c116d9 commit a4f396d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/.gitlab-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ image: ghcr.io/sparkfabrik/spark-k8s-deployer:latest

# MTU configuration: https://docs.gitlab.com/runner/executors/kubernetes/troubleshooting.html#curl-35-openssl-ssl_connect-ssl_error_syscall-in-connection-to-githubcom443
services:
- name: ghcr.io/sparkfabrik/gcp-artifact-registry-docker-proxy:latest
command:
[
"--registry=https://europe-west1-docker.pkg.dev/spark-int-cloud-services/docker-hub-mirror",
"--listen=0.0.0.0:5000",
]
- name: docker:26.1.0-dind-alpine3.19
command:
[
Expand All @@ -14,12 +20,6 @@ services:
"--network-control-plane-mtu=1460",
"--default-network-opt=bridge=com.docker.network.driver.mtu=1460",
]
- name: ghcr.io/sparkfabrik/gcp-artifact-registry-docker-proxy:latest
command:
[
"--registry=https://europe-west1-docker.pkg.dev/spark-int-cloud-services/docker-hub-mirror",
"--listen=0.0.0.0:5000",
]
variables:
# When using dind service, we need to instruct docker to talk with
# the daemon started inside of the service. The daemon is available
Expand Down

0 comments on commit a4f396d

Please sign in to comment.