utkusarioglu/Build devcontainer
Build a devcontainer that is compliant with the spec
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_context | Docker build context | yes | — |
| dockerhub_username | Username for Docker Hub | yes | — |
| dockerhub_token | Docker Hub authentication token | yes | — |
| image_name | Name for the container to be created. Example: nginx | yes | — |
| image_tag | Tag to use for the new image | yes | — |
| dockerfile_path | Path to the dockerfile from which to build the image | yes | — |
| build_args | Build args | no | "" |
| devcontainer_subfolder | The path where the action will look for the `.devcontainer` folder. | no | — |
| devcontainer_enabled | Switch for whether running the devcontainer build steps | — | true |
| devcontainer_run_cmd_path | Path to a script file to run inside the devcontainer once the build is complete. You can run some checks using this feature | no | — |
| dockerhub_repo_description_update | Sets whether the action will attempt to update the DockerHub decription. | no | true |
| dockerhub_repo_short_description | Short description text for the docker hub repo | yes | — |
| dockerhub_repo_readme_file_path | Path of the md file which will be used as the docker hub repo readme | yes | — |
| cache_src | Path for the docker cache source | no | /tmp/.buildx-cache |
| cache_dest | Path for the docker cache destination | no | /tmp/.buildx-cache-new |
Outputs
no outputs