Skip to content

Commit

Permalink
Merge pull request #35 from voxpupuli/new_version_schema
Browse files Browse the repository at this point in the history
update to new version schema
  • Loading branch information
tuxmea authored Jan 3, 2024
2 parents 7d3c00e + 157f8c7 commit 51c120b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
build_context: puppetdb
buildfile: puppetdb/Dockerfile
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-${{ matrix.release }}
ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ github.ref_name }}-${{ matrix.release }}
docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The PuppetDB container requires a working postgres container or other suitably
configured PostgreSQL database. With that in place, you can run PuppetDB like
so:

docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/puppetdb:v1.0.0-7
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/puppetdb:7.13.0-v1.0.0

You can change configuration settings by mounting volumes containing
configuration files or by using this image as a base image. For the defaults,
Expand Down

0 comments on commit 51c120b

Please sign in to comment.