Skip to content

Commit

Permalink
update README to highlight build_versions.json and .gitlab-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Apr 10, 2024
1 parent 3a00946 commit c744c1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

This container should be used to test voxpupuli puppet modules. It has the voxpupuli-test, -acceptance, -release gems and all dependencies installed.

### Versions

Too see which gems and versions are included in the container, see:

[build_versions.json](build_versions.json)

## Example usage

```shell
Expand All @@ -17,6 +23,10 @@ docker run -it --rm -v $(pwd):/repo voxpupuli/voxbox spec # rake spec
docker run -it --rm -v $(pwd):/repo --entrypoint bash voxpupuli/voxbox # get shell
```

## Example Gitlab CI configuration

see [.gitlab-ci.yml](.gitlab-ci.yml)

## Version Schema

The version schema has the following layout:
Expand Down

0 comments on commit c744c1d

Please sign in to comment.