terragrunt icon indicating copy to clipboard operation
terragrunt copied to clipboard

Remove Dockerfile templating in main build

Open JulianCBC opened this issue 8 months ago • 2 comments

Build args can be used to specify the version of containers in FROM lines, so skip a step in the build process by passing the Terraform version in as an argument instead of templating the Dockerfile.

I haven't done the same conversion to the EKS image as it doesn't build at present.

This conflicts with #27 so I'll sort that out once one of these is merged.

JulianCBC avatar Oct 25 '23 01:10 JulianCBC