You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/betadots/pdc/actions/workflows/build_container.yml)
4
6
5
-
This repository holds the code base for the Puppet Development Container (PDC).
7
+
This repository contains the code for the betadots Puppet Development Container (PDC).
6
8
7
9
## Usage
8
10
9
11
```shell
10
-
docker run -ti ghcr.io:betadots/pdc:latest bash
12
+
docker run -ti --rm ghcr.io:betadots/pdc:latest bash
11
13
```
12
14
13
-
Instead of running bash, one can mount the repo and execute a script.
15
+
Rather than using bash directly, you have the option to mount the repository and run a script.
14
16
17
+
Included fixed software versions, see: [build_versions.json](build_versions.json)
15
18
16
-
included fixed software see: [build_versions.json](build_versions.json)
19
+
For any given container tag you can lookup the specific versions here: `https://github.com/betadots/pdc/blob/$TAG/build_versions.json`
0 commit comments