Hello, Could someone please help me configure Packer to be able to do a docker-push to an AWS ECS private registry? Let me explain the problem.
The AWS ECS private registry uses a password that expires every twelve hours. An AWS tool allows one to get a new password when the password expires. In the packer file where the post-processor docker-push is defined exists a field called login_password. It is this field that uses that 12 hour password. I am looking for a way to automatically update that password in the packer file possibly by interpolating a variable to fill in the login_password field. I can't seem to find a way to do this. While I can simply write shell scripts using regex to target the field, I was hoping there would be an elegant way built into Packer to accomplish this? Thank you. P -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/a93a7a06-eed0-44b4-9432-63f30b30f805%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
