Commit d7ea86c9 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent 129d3dad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ The GitLab Package template uses some global configuration used throughout all j

| Input / Variable | Description                            | Default value     |
| --------------------- | -------------------------------------- | ----------------- |
| `image` / `GLPKG_IMAGE` | The Docker image used to publish GitLab packages  | `registry.hub.docker.com/curlimages/curl:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-GLPKG_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-GLPKG_IMAGE) |
| `image` / `GLPKG_IMAGE` | The Docker image used to publish GitLab packages  | `docker.io/curlimages/curl:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-GLPKG_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-GLPKG_IMAGE) |

## Jobs

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    {
      "name": "GLPKG_IMAGE",
      "description": "The Docker image used to publish packages",
      "default": "registry.hub.docker.com/curlimages/curl:latest",
      "default": "docker.io/curlimages/curl:latest",
      "advanced": true
    },
    {
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to publish packages
      default: registry.hub.docker.com/curlimages/curl:latest
      default: docker.io/curlimages/curl:latest
    files:
      description: 'Glob patterns matching files to include in the GitLab package (:warning: does not support double star)'
      default: ''