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

fix(skopeo): use official image

parent da29bbe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ the `pom.xml` using the Maven Release Plugin, e.g., `release:prepare`. The `mvn-

| Input / Variable | Description                                                | Default value     |
| --------------------------------- | ---------------------------------------------------------- | ----------------- |
| `skopeo-image` / `MAVEN_SKOPEO_IMAGE` | The image used to publish docker image with Skopeo         | `quay.io/skopeo/stable:latest` |
| `skopeo-image` / `MAVEN_SKOPEO_IMAGE` | The image used to publish docker image with Skopeo         | `quay.io/containers/skopeo:latest` |
| `jib-build-args` / `MAVEN_JIB_BUILD_ARGS` | [Jib Maven Plugin arguments](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#extended-usage). | `-Djib.to.image=$MAVEN_JIB_SNAPSHOT_IMAGE` |
| `jib-publish-args` / `MAVEN_JIB_PUBLISH_ARGS` | Additional [`skopeo copy` arguments](https://github.com/containers/skopeo/blob/main/docs/skopeo-copy.1.md), e.g., `--additional-tag=strings`  | _none_ |
| `jib-prod-publish-strategy` / `MAVEN_JIB_PROD_PUBLISH_STRATEGY` | Defines the publish to production strategy for `mvn-release` and `mvn-deploy-release` jobs. One of `none`, `auto`, `manual`.   | `manual` |
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@
        {
          "name": "MAVEN_SKOPEO_IMAGE",
          "description": "The image used to publish images with Skopeo",
          "default": "quay.io/skopeo/stable:latest",
          "default": "quay.io/containers/skopeo:latest",
          "advanced": true
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ spec:
      default: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
    skopeo-image:
      description: The image used to publish images with Skopeo
      default: quay.io/skopeo/stable:latest
      default: quay.io/containers/skopeo:latest
    jib-build-args:
      description: '[Jib Maven Plugin arguments](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#extended-usage)'
      default: -Djib.to.image=$MAVEN_JIB_SNAPSHOT_IMAGE