philips-software/Execute-in-windows-docker-container

Composite action for command execution with docker on windows

View on GitHub

Trust Signals

Scorecard Score
Scorecard 4–6scored Jul 6, 2026
Maintenance Recency
Activelast commit Jul 7, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: philips-software/run-windows-docker-container-action@14e1f2be8bf046bdd348731c5e3cd5a5acba7fd8 # v2.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageDocker image.yes
runCommand to execute.yes
workspace_pathWorkspace path. Default is root workspace path.no
mapping_pathMapping path, i.e. path to where the workspace path is mapped in the docker container. Defaults to workspace_path.no
work_pathWork path, i.e. path where the command in the docker container is executed. Defaults to workspace_path.no
memoryMemory limit. See docker documentation on --memory.no4GB
entrypointOverrides the default ENTRYPOINT in docker image.no""
env_namesEnvironment variable names passed to docker image as comma separated list, for example: NAME1, NAME2, NAME3no""
extra_argsExtra arguments for docker run command.no""
pre-warmRun a warming-up container (which might crash due to first time use failure)notrue
pre-warm-cmdPre warm command to run inside the containernoecho "warming up!"
registry_authenticationAuthenticate against registry servernofalse
registry_usernameDocker registry username.no
registry_tokenDocker registry tokenno
registry_repositoryDocker registry repositoryno

no outputs