{"id":17835069,"url":"https://github.com/namesmt/docker-action","last_synced_at":"2026-03-19T02:10:56.579Z","repository":{"id":245663769,"uuid":"818898054","full_name":"NamesMT/docker-action","owner":"NamesMT","description":"Template for creating a local docker action repo for testing things based on a docker image.","archived":false,"fork":false,"pushed_at":"2024-06-23T08:49:44.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T02:05:27.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NamesMT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T07:32:46.000Z","updated_at":"2024-07-31T10:57:05.000Z","dependencies_parsed_at":"2024-10-27T20:40:30.200Z","dependency_job_id":"0c3dea7f-383e-4513-84b4-5cc60c9bcac4","html_url":"https://github.com/NamesMT/docker-action","commit_stats":null,"previous_names":["namesmt/docker-action"],"tags_count":0,"template":true,"template_full_name":"actions/hello-world-docker-action","purl":"pkg:github/NamesMT/docker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fdocker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fdocker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fdocker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fdocker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesMT","download_url":"https://codeload.github.com/NamesMT/docker-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fdocker-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265432152,"owners_count":23764035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T20:16:44.789Z","updated_at":"2025-10-23T07:44:32.947Z","avatar_url":"https://github.com/NamesMT.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Local Docker Action template\n\nThis is intended to be a template for creating a local docker action repo for testing things based on a docker image.\n\n## Create Your Own Action\n\nTo create your own action, you can use this repository as a template! Just\nfollow the below instructions:\n\n1. Click the **Use this template** button at the top of the repository\n1. Select **Create a new repository**\n1. Select an owner and name for your new repository\n1. Click **Create repository**\n1. Clone your new repository\n\n## Usage\n\nAll you need to focus on is the `Dockerfile` and the `entrypoint.sh` script.\n\n### Test with Github Actions\n\nThe template includes a workflow that will run the action on every push/pull request.\n\n### Test Locally\n\nIf you want to test the action locally, follow the below instructions:\n\nAfter you've cloned the repository to your local machine or codespace, you'll\nneed to perform some initial setup steps before you can locally test your action.\n\n\u003e [!NOTE]\n\u003e\n\u003e You'll need to have a reasonably modern version of\n\u003e [Docker](https://www.docker.com/get-started/) handy (e.g. docker engine\n\u003e version 20 or later).\n\n1. :hammer_and_wrench: Build the container\n\n   Make sure to replace `local/docker-action` with an appropriate\n   label for your container.\n\n   ```bash\n   docker build -t local/docker-action .\n   ```\n\n2. :white_check_mark: Test the container\n\n   ```bash\n   docker run --rm local/docker-action\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fdocker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamesmt%2Fdocker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fdocker-action/lists"}