You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,20 @@ to use `public.ecr.aws/spacelift/runner-ansible` as the runner image for the sta
12
12
The image is pushed to the `public.ecr.aws/spacelift/runner-ansible` public repository. It is also pushed to the
13
13
`ghcr.io/spacelift-io/runner-ansible` repository as a backup in case of issues with ECR.
14
14
15
+
Altogether we have 3 flavors of the image:
16
+
17
+
-`public.ecr.aws/spacelift/runner-ansible` - built on top of the [Spacelift Terraform runner image](https://github.com/spacelift-io/runner-terraform), with Ansible installed.
18
+
-`public.ecr.aws/spacelift/runner-ansible-aws` - built on top of `runner-ansible`, with `boto3` installed.
19
+
-`public.ecr.aws/spacelift/runner-ansible-gcp` - built on top of `runner-ansible`, with `google-auth` installed.
20
+
15
21
## Branch Model
16
22
17
23
This repository uses two main branches:
18
24
19
25
-`main` - contains the production version of the runner image.
20
26
-`future` - used to test development changes.
21
27
22
-
Pushes to main deploy to the latest tag, whereas pushes to future deploy to the future tag. This
28
+
Pushes to main deploy to the `latest` tag, whereas pushes to future deploy to the `future` tag. This
23
29
means that to use the development version you can use the `public.ecr.aws/spacelift/runner-ansible:future` image.
0 commit comments