cennis91/Setup Dev Container Prebuild Environment

Simplify prebuilding devcontainer images (composite action)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cacheCache downloaded dependencies to cache backendnotrue
passwordPassword or token for authenticating to the container registryno
platformsComma-separated list of platforms to build forno
registryServer address of the container registrynoghcr.io
usernameUsername for authenticating to the container registryno
setup-buildxSetup Docker using docker/setup-buildx-actionnotrue
setup-loginSetup login to container registry using docker/login-actionnotrue
setup-nodeSetup Node.js via actions/setup-nodenotrue
setup-qemuSetup QEMU via docker/setup-qemu-action for cross-platform buildsnotrue
setup-skopeoSetup Skopeo by installing the Skopeo packagenotrue
skopeo-minimumMinimum version of Skopeo neededno1.9.0
skopeo-urlRepository URL of the Skopeo package to installno""
node-minimumMinimum version of Node.js needed to run devcontainer/clino18.0.0
node-versionVersion of Node.js to install via actions/setup-nodenocurrent
qemu-imageQEMU static binaries Docker imageno
buildx-versionVersion of Buildx to installno
namedescription
needs-crossBoolean value to indicate cross-platform builds are needed
platformsComma-separated list of all OCI platform specifiers to build
platforms-crossComma-separated list of non-native OCI platform specifiers to build
platforms-nativeComma-separated list of native OCI platform specifiers to build
buildx-driverDocker Buildx builder driver
buildx-nameDocker Buildx builder name
buildx-nodesDocker Buildx builder nodes metadata
buildx-platformsDocker Buildx builder node platforms (preferred and/or available)
node-versionInstalled Node.js version
qemu-platformsQEMU available platforms (comma separated)
skopeo-cache-hitBoolean value to indicate a cache was found for Skopeo packages
skopeo-package-versionThe Skopeo package name and version that was installed