Skip to content

Commit

Permalink
Merge pull request #13 from voxpupuli/update_docu
Browse files Browse the repository at this point in the history
update docu
  • Loading branch information
rwaffen authored Oct 19, 2023
2 parents 78e16eb + 22d2fcd commit 7058f26
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,12 @@

[![Sponsored by betadots GmbH](https://img.shields.io/badge/Sponsored%20by-betadots%20GmbH-blue.svg)](https://www.betadots.de)
[![License](https://img.shields.io/github/license/voxpupuli/container-puppetserver.svg)](https://github.com/voxpupuli/container-puppetserver/blob/main/LICENSE)
[![CI](https://github.com/voxpupuli/container-puppetserver/actions/workflows/ci.yaml/badge.svg)](https://github.com/voxpupuli/container-puppetserver/actions/workflows/ci.yaml)

This project hosts the Dockerfile and the required scripts to build a Puppet Server container image.

For compose file see: [CRAFTY](https://github.com/voxpupuli/crafty)
For compose file see: [CRAFTY](https://github.com/voxpupuli/crafty/tree/main/puppet/oss)

## How to build the container

If you wanna build for example puppetserver 7.13.0, you can do it like this:
Check the latest deb package version [here](https://apt.puppet.com/pool/jammy/puppet7/p/puppetserver/index.html). The container is Ubuntu 22.04 at the moment.

If you checked the version and it is available as Ubuntu package, just create a tag and push it.

```bash
git tag 7.13.0
git push --tags
```

The build will be triggerd on any new tag. The tag has to match the version, because it is used internally as version referrence.

The build system watches for tags which begin with a 7 for puppet7-release and 8 for puppet8-release.
[see here](https://github.com/voxpupuli/crafty/blob/main/docs/how-to-build.md)

0 comments on commit 7058f26

Please sign in to comment.