Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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` | Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -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 }, { Loading templates/gitlab-ci-maven-jib.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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` | Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -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 }, { Loading
templates/gitlab-ci-maven-jib.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading