Skip to content

Commit

Permalink
Merge pull request #17 from spacelift-io/future
Browse files Browse the repository at this point in the history
Synchronizing future with main
  • Loading branch information
adamconnelly authored Jun 13, 2022
2 parents d6e73f0 + 8ceb536 commit 0b65ac9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk -U upgrade && apk add --no-cache \
git \
jq \
openssh \
openssh-keygen
openssh-keygen \
tzdata

# Download infracost
RUN curl -s -L https://github.com/infracost/infracost/releases/latest/download/infracost-linux-amd64.tar.gz | \
Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# runner-terraform
Spacelift runner image for Terraform
# Terraform Runner Image

This repo contains the Dockerfile for building the default Spacelift Terraform runner image.

## Docker Repository

The image is pushed to the `public.ecr.aws/spacelift/runner-terraform` public repository. It
is also pushed to the `ghcr.io/spacelift-io/runner-terraform` as a backup in case of issues
with ECR.

## Branch Model

This repository uses two main branches:

- `main` - contains the production version of the runner image.
- `future` - used to test development changes.

Pushes to `main` deploy to the `latest` tag, whereas pushes to `future` deploy to the `future`
tag. This means that to use the development version you can use the `public.ecr.aws/spacelift/runner-terraform:future`
image.

0 comments on commit 0b65ac9

Please sign in to comment.