Custom software installation / ubuntu2004 #8570
Closed
runnerImages
started this conversation in
Installed software
Replies: 2 comments 1 reply
-
As I see, you already adds custom script to packer template. So for now you need to set building environment and start build process. Here is step-by-step guide with explaining how to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you @sergei-pyshnoi for help. I've found the problem which was not related to the software installation. |
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
-
I've added a custom software installation script that installs Terragrunt in the image build.
Script is also including a simple test (as presented below).
It occurred that terragrunt is not available in the scale set instances deployed from custom image.
It is very important for me to have it installed in the image (same as i.e. terraform and other tools).
I've seen some discussions about installing it in the pipeline where terragrunt is used, but unfortunately I can't use that solution due to organizational procedures.
Could you please let me know what other steps should I perform to add extra software into the image?
agentrunners/images/linux/ubuntu2004.json
customsoftwarelin.sh
Beta Was this translation helpful? Give feedback.
All reactions