@@ -72,21 +72,21 @@ docker run --rm --user=$(id -u) --volume=$HOME:$HOME:ro --workdir=$PWD --env=PLU
7272
7373## Settings
7474
75- | Settings Name | Environment | Default | Description |
76- | ------------------- | ------------------------ | ---------------- | --------------------------------------------- -------------------------------------------------- |
77- | ` addr ` | PLUGIN_ADDR | ` $BUILDKIT_HOST ` | Buildkit host to use. |
78- | ` frontend ` | PLUGIN_FRONTEND | ` dockerfile.v0 ` | Only dockerfile frontend supported right now |
79- | ` context ` | PLUGIN_CONTEXT | ` $PWD ` | Context directory to use for build |
80- | ` dockerfile ` | PLUGIN_DOCKERFILE | ` Dockerfile ` | Dockerfile to use. |
81- | ` target ` | PLUGIN_TARGET | ` none ` | Dockerfile target |
82- | ` build-args ` | PLUGIN_BUILD_ARGS | ` none ` | Build args to pass to build |
83- | ` platform ` | PLUGIN_PLATFORM | ` none ` | Target platform for container image. |
84- | ` source-epoch-date ` | PLUGIN_SOURCE_DATE_EPOCH | ` 0 ` | Timestamp to use for reproduceable builds. |
85- | ` name ` | PLUGIN_NAME | ` none ` | Images names where to push the image. |
86- | ` annotation ` | PLUGIN_ANNOTATION | ` none ` | Annotations (also known as labels) to add to image |
87- | ` push ` | PLUGIN_PUSH | ` true ` | Push images if output names are set. |
88- | ` auth ` | PLUGIN_AUTH | ` none ` | Auth for private registries |
89- | ` env-file ` | PLUGIN_ENV_FILE | ` none ` | Source environment values from given file |
75+ | Settings Name | Environment | Default | Description |
76+ | ------------------- | ------------------------ | --------------------------- | -------------------------------------------------- |
77+ | ` addr ` | PLUGIN_ADDR | ` $BUILDKIT_HOST ` | Buildkit host to use. |
78+ | ` frontend ` | PLUGIN_FRONTEND | ` dockerfile.v0 ` | Only dockerfile frontend supported right now |
79+ | ` context ` | PLUGIN_CONTEXT | ` $PWD ` | Context directory to use for build |
80+ | ` dockerfile ` | PLUGIN_DOCKERFILE | ` Dockerfile ` | Dockerfile to use. |
81+ | ` target ` | PLUGIN_TARGET | ` none ` | Dockerfile target |
82+ | ` build-args ` | PLUGIN_BUILD_ARGS | ` none ` | Build args to pass to build |
83+ | ` platform ` | PLUGIN_PLATFORM | ` none ` | Target platform for container image. |
84+ | ` source-epoch-date ` | PLUGIN_SOURCE_DATE_EPOCH | ` git log -1 --format="%at" ` | Timestamp to use for reproduceable builds. |
85+ | ` name ` | PLUGIN_NAME | ` none ` | Images names where to push the image. |
86+ | ` annotation ` | PLUGIN_ANNOTATION | ` none ` | Annotations (also known as labels) to add to image |
87+ | ` push ` | PLUGIN_PUSH | ` true ` | Push images if output names are set. |
88+ | ` auth ` | PLUGIN_AUTH | ` none ` | Auth for private registries |
89+ | ` env-file ` | PLUGIN_ENV_FILE | ` none ` | Source environment values from given file |
9090
9191## Alternatives
9292
0 commit comments