From 097eba9e61254e0b4aa0f8f62a80a8629553922f Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Tue, 14 Jan 2025 15:16:34 +0100 Subject: [PATCH] Revert wrong change on the buildah-remote-oci-ta README.md Signed-off-by: cmoulliard --- .../build-paketo-builder-oci-ta/0.1/README.md | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/task/build-paketo-builder-oci-ta/0.1/README.md b/task/build-paketo-builder-oci-ta/0.1/README.md index d7740fb377..2e3047cf0a 100644 --- a/task/build-paketo-builder-oci-ta/0.1/README.md +++ b/task/build-paketo-builder-oci-ta/0.1/README.md @@ -4,20 +4,21 @@ The `build-paketo-builder-oci-ta` task builds a builder image (e.g. https://gith The task also produces the SBOM which is signed and added to the image. ## Parameters -| name | description | default value | required | -|----------------------|-------------------------------------------------------------------------------------|----------------------------------------------------------------------------|----------| -| BUILD_ARGS | Array of --build-arg values ("arg=value" strings) | [] | false | -| CACHI2_ARTIFACT | The Trusted Artifact URI pointing to the artifact with the prefetched dependencies. | "" | false | -| CONTEXT | Path to the directory to use as context. | . | false | -| HERMETIC | Determines if build will be executed without network access. | false | false | -| IMAGE | Reference of the image buildah will produce. | | true | -| PLATFORM | The platform to build on | | true | -| SOURCE_ARTIFACT | The Trusted Artifact URI pointing to the artifact with the application source code. | | true | -| SOURCE_CODE_DIR | The subpath of the application source code. | "." | true | -| STORAGE_DRIVER | Storage driver to configure for buildah | vfs | false | -| TLSVERIFY | Verify the TLS on the registry endpoint (for push/pull to a non-TLS registry) | true | false | -| caTrustConfigMapKey | The name of the key in the ConfigMap that contains the CA bundle data. | ca-bundle.crt | false | -| caTrustConfigMapName | The name of the ConfigMap to read CA bundle data from. | trusted-ca | false | +| name | description | default value | required | +|----------------------|-------------------------------------------------------------------------------------|---------------|----------| +| BUILD_ARGS | Array of --build-arg values ("arg=value" strings) | [] | false | +| CACHI2_ARTIFACT | The Trusted Artifact URI pointing to the artifact with the prefetched dependencies. | "" | false | +| CONTEXT | Path to the directory to use as context. | . | false | +| DOCKERFILE | Path or URL of the ubi base stack Dockerfile. | ./Dockerfile | false | +| HERMETIC | Determines if build will be executed without network access. | false | false | +| IMAGE | Reference of the image buildah will produce. | | true | +| PLATFORM | The platform to build on | | true | +| SOURCE_ARTIFACT | The Trusted Artifact URI pointing to the artifact with the application source code. | | true | +| SOURCE_CODE_DIR | The subpath of the application source code. | "." | true | +| STORAGE_DRIVER | Storage driver to configure for buildah | vfs | false | +| TLSVERIFY | Verify the TLS on the registry endpoint (for push/pull to a non-TLS registry) | true | false | +| caTrustConfigMapKey | The name of the key in the ConfigMap that contains the CA bundle data. | ca-bundle.crt | false | +| caTrustConfigMapName | The name of the ConfigMap to read CA bundle data from. | trusted-ca | false | ## Results |name|description|