Offline
Configuring CI without direct internet access
When GitLab CI runners have no direct internet acces, you can configure variables to sync images to an internal GitLab, as documented in the kubitus-images repo.
Then, configure the following CI/CD variables:
Environment variable | Description | Default value |
---|---|---|
OFFLINE_IMAGES_MIRROR_PREFIX | Prefix to images. Example: gitlab-registry.k8s.example.org/external-registries/ | "" |
TRIVY_INSECURE | Set to true to disable certificate verification | not set, i.e false |