Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Puppet Development Container

License

NotificationsYou must be signed in to change notification settings

betadots/pdc

Maintained by betadots GmbHQA🚦Build and publish a 🛢️ containerLicense

This repository contains the code for the betadots Puppet Development Container (PDC).

ToC

Usage

docker run -ti --rm ghcr.io:betadots/pdc:latest bash

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

For any given container tag you can lookup the specific versions here:https://github.com/betadots/pdc/blob/$TAG/build_versions.json

Version schema

The version schema has the following layout:

v<container.major>.<container.minor>.<container.patch>-<puppet.major>

Example usage:

docker run -ti --rm ghcr.io:betadots/pdc:v1.0.1-8 bash
NameDescription
container.majorDescribes the major version of the base container (Ubunutu 22.04) or incompatible changes
container.minorDescribes new features or refactoring with backward compatibility
container.patchDescribes if minor changes or bugfixes have been implemented
puppet.majorDescribes the contained major Puppet version (7 or 8)

other tags

latestlatest-<puppet.major>main-<puppet.major>

latest should be self-explanatory. Themain tags are built with every push to the main branch and can be regarded as development tags.

Version updates

PDC will update its minor version to align with minor version updates of the tools it encapsulates. A major version update of any tool, the base container, or incompatible changes in the container build setup will trigger a major version update of PDC.

Changelog

seeCHANGELOG.md

How to contribute

seeCONTRIBUTING.md

How to release

seeRELEASE.md


[8]ページ先頭

©2009-2025 Movatter.jp