Replies: 1 comment
-
There a few different ways you could customise the container, but unfortunately you can't specify a custom image when running the action. Take a look here for some other options: https://github.com/dflook/terraform-github-actions/blob/main/docs/custom_tools.md If you just need to add a certificate, TERRAFORM_PRE_RUN might be the easiest way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyway we can specify in the action what container to pull? It would be great to build on https://hub.docker.com/r/danielflook/terraform-github-actions-base and add scenario specific setups.
I would like to continue to use these actions but with the introduction of an internal firewall in my company, the default dflook container won't be able to make requests to our GitHub Enterprise server without a private CA loaded.
Beta Was this translation helpful? Give feedback.
All reactions