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: about 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T08:48:48.000Z (almost 3 years ago)
- Last Synced: 2025-08-08T21:27:23.558Z (11 months ago)
- Topics: ansible, ansible-playbook, docker, docker-image, packer
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 3
- 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
## Usage
Install 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 .
```