-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from betadots/also_push_to_dockerhub
Also push to dockerhub
- Loading branch information
Showing
3 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# Puppet Development Container | ||
|
||
maintained by [betadots GmbH](https://www.betadots.de) | ||
[![Maintained by betadots GmbH](https://img.shields.io/badge/Maintained%20by-betadots%20GmbH-blue.svg)](https://www.betadots.de) | ||
[![QA🚦](https://github.com/betadots/pdc/actions/workflows/ci.yaml/badge.svg)](https://github.com/betadots/pdc/actions/workflows/ci.yaml) | ||
[![Build and publish a 🛢️ container](https://github.com/betadots/pdc/actions/workflows/build_container.yml/badge.svg)](https://github.com/betadots/pdc/actions/workflows/build_container.yml) | ||
|
||
This repository holds the code base for the Puppet Development Container (PDC). | ||
This repository contains the code for the betadots Puppet Development Container (PDC). | ||
|
||
## Usage | ||
|
||
```shell | ||
docker run -ti ghcr.io:betadots/pdc:latest bash | ||
docker run -ti --rm ghcr.io:betadots/pdc:latest bash | ||
``` | ||
|
||
Instead of running bash, one can mount the repo and execute a script. | ||
Rather than using bash directly, you have the option to mount the repository and run a script. | ||
|
||
Included fixed software versions, see: [build_versions.json](build_versions.json) | ||
|
||
included fixed software see: [build_versions.json](build_versions.json) | ||
For any given container tag you can lookup the specific versions here: `https://github.com/betadots/pdc/blob/$TAG/build_versions.json` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters