-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from spacelift-io/future
Synchronizing future with main
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |