Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alilotfi23/packer-docker-ansible
build docker images using ansible and packer
https://github.com/alilotfi23/packer-docker-ansible
ansible ansible-playbook docker docker-image packer
Last synced: 2 days ago
JSON representation
build docker images using ansible and packer
- Host: GitHub
- URL: https://github.com/alilotfi23/packer-docker-ansible
- Owner: alilotfi23
- Created: 2023-09-18T08:47:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T08:48:48.000Z (over 1 year ago)
- Last Synced: 2024-12-20T00:14:52.245Z (about 2 months ago)
- Topics: ansible, ansible-playbook, docker, docker-image, packer
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packer-docker-ansible
build docker images using ansible and packer
## UsageInstall builder
```shell
packer init .
```make sure your configuration is syntactically valid by using the packer validate command.
```shell
packer validate .
```Build the image with the packer build command.
```shell
packer build .
```