devcontainers/Dev Container Publish

Package and publish development container assets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
generate-docsParse machine-readable (.json) configuration files and commit standardized documentationnofalse
disable-schema-validationDisables validation of the schema of metadata files (devcontainer-feature.json)nofalse
validate-onlyValidate the schema of metadata files (devcontainer-feature.json) and exit without publishing. (Cannot be combined with any publishing step).nofalse
disable-repo-taggingDisables adding a git repo tag for each Feature or Template release.nofalse
devcontainer-cli-versionOverride the version of the devcontainer CLI to use. Defaults to the latest published version.no""
publish-features(true/false) Enable publishing Dev Container Feature(s). Cannot be combined with publish-templates.nofalse
base-path-to-featuresRelative path to the folder containing Dev Container Feature(s)no""
oci-registryName of the OCI registry that implements the OCI Artifact Distribution Specificationno
features-namespacePublished Feature IDs will be prefixed with the namespace. If omitted, this value will default to the source repo nameno
publish-templates(true/false) Enable publishing Dev Container Template(s). Cannot be combined with publish-features.nofalse
base-path-to-templatesRelative path to the folder containing Dev Container Template(s)no""
oci-registry-for-templatesName of the OCI registry that implements the OCI Artifact Distribution Specificationno
templates-namespacePublished Template IDs will be prefixed with the namespace. If omitted, this value will default to the source repo nameno

no outputs