Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-gen/environment_variables/TERRAFORM_PRE_RUN.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.
The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.
For example:
Expand Down
2 changes: 1 addition & 1 deletion docs/custom_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These are the options available to you.
## Using the released actions

The published actions run Terraform/OpenTofu in a container using a pre-prepared image.
The image is based on `debian:bullseye-slim` and is designed to be as small as possible.
The image is based on `debian:bookworm-slim` and is designed to be as small as possible.

It is possible to use the `TERRAFORM_PRE_RUN` environment variable to customise the environment before running Terraform.
The command is run using `bash -xeo pipefail`.
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG VERSION=99.0.0
COPY src/ /tmp/src/
COPY setup.py /tmp
RUN sed -i "s|version='.*'|version=\'${VERSION}\'|" /tmp/setup.py \
&& pip install --no-cache-dir /tmp \
&& pip install --break-system-packages --no-cache-dir /tmp \
&& rm -rf /tmp/src /tmp/setup.py

RUN if [ "$FETCH_CHECKSUMS" = "yes" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion terraform-apply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ These input values must be the same as any [`dflook/terraform-plan`](https://git

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ This is intended to run on a schedule to notify if manual changes to your infras

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-destroy-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ This action uses the `terraform destroy` command to destroy all resources in a T

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-destroy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ and [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-new-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Creates a new Terraform workspace. If the workspace already exists, succeeds wit

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Retrieve the root-level outputs from a Terraform configuration.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-refresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ This will synchronise the Terraform state with the actual resources, but will no

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ If the tests fail, the job will stop with a failure status.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-unlock-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Force unlocks a Terraform remote state.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ If the Terraform configuration is not valid, the build is failed.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion terraform-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ outputs yourself.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-apply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ These input values must be the same as any [`dflook/tofu-plan`](https://github.c

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ This is intended to run on a schedule to notify if manual changes to your infras

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-destroy-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ This action uses the `tofu destroy` command to destroy all resources in an OpenT

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-destroy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ and [dflook/tofu-apply](https://github.com/dflook/terraform-github-actions/tree/

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-new-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Creates a new OpenTofu workspace. If the workspace already exists, succeeds with

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Retrieve the root-level outputs from an OpenTofu configuration.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ The [dflook/tofu-apply](https://github.com/dflook/terraform-github-actions/tree/

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-refresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ This will synchronise the OpenTofu state with the actual resources, but will not

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ If the tests fail, the job will stop with a failure status.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-unlock-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Force unlocks an OpenTofu remote state.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ If the OpenTofu configuration is not valid, the build is failed.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
2 changes: 1 addition & 1 deletion tofu-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ outputs yourself.

The runtime environment for these actions is subject to change in minor version releases. If using this environment variable, specify the minor version of the action to use.

The runtime image is currently based on `debian:bullseye`, with the command run using `bash -xeo pipefail`.
The runtime image is currently based on `debian:bookworm`, with the command run using `bash -xeo pipefail`.

For example:

Expand Down
Loading