Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sue445/dockerfile-packer-serverspec
Dockerfile with Packer and Serverspec installed
https://github.com/sue445/dockerfile-packer-serverspec
dockerfile packer serverspec
Last synced: about 2 months ago
JSON representation
Dockerfile with Packer and Serverspec installed
- Host: GitHub
- URL: https://github.com/sue445/dockerfile-packer-serverspec
- Owner: sue445
- License: mit
- Created: 2023-02-08T02:49:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T21:06:23.000Z (6 months ago)
- Last Synced: 2024-07-31T01:22:21.816Z (6 months ago)
- Topics: dockerfile, packer, serverspec
- Language: Dockerfile
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerfile-packer-serverspec
Dockerfile with Packer and Serverspec installed[![docker-ghcr](https://github.com/sue445/dockerfile-packer-serverspec/actions/workflows/docker-ghcr.yml/badge.svg)](https://github.com/sue445/dockerfile-packer-serverspec/actions/workflows/docker-ghcr.yml)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/sue445/dockerfile-packer-serverspec/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/sue445/dockerfile-packer-serverspec/tree/main)## Installed packages
* https://www.packer.io/
* https://github.com/unifio/packer-provisioner-serverspec
* https://serverspec.org/## Usage
```bash
docker pull ghcr.io/sue445/packer-serverspec:latest
```Image version tag is formatted like `${PACKER_VERSION}-${PACKER_PROVISIONER_SERVERSPEC_VERSION}` (e.g. `1.8.5-0.2.1`)