Skip to content

Conversation

@VasanthKumarTR
Copy link
Owner

…cution

  • Combine 'packer init' and 'packer validate' in single container to preserve plugin installation
  • Combine 'packer init' and 'packer build' in single container for the same reason
  • Use shell commands (sh -c) to execute multiple commands in sequence within one container
  • This prevents plugin installation from being lost between separate Docker runs

…cution

- Combine 'packer init' and 'packer validate' in single container to preserve plugin installation
- Combine 'packer init' and 'packer build' in single container for the same reason
- Use shell commands (sh -c) to execute multiple commands in sequence within one container
- This prevents plugin installation from being lost between separate Docker runs
@VasanthKumarTR VasanthKumarTR merged commit 1f00ab6 into main Aug 31, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants