{"id":30612644,"url":"https://github.com/evolvedbinary/docker-puppet-lint","last_synced_at":"2026-02-19T00:03:54.846Z","repository":{"id":233822537,"uuid":"787867012","full_name":"evolvedbinary/docker-puppet-lint","owner":"evolvedbinary","description":"Docker Image for Puppet Lint","archived":false,"fork":false,"pushed_at":"2024-04-17T10:56:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T12:23:47.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolvedbinary.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}},"created_at":"2024-04-17T10:32:51.000Z","updated_at":"2024-04-17T10:53:12.000Z","dependencies_parsed_at":"2024-04-17T12:07:31.788Z","dependency_job_id":"7c3e7e8f-07bb-4f1e-ab3c-632919712d27","html_url":"https://github.com/evolvedbinary/docker-puppet-lint","commit_stats":null,"previous_names":["evolvedbinary/docker-puppet-lint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evolvedbinary/docker-puppet-lint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Fdocker-puppet-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Fdocker-puppet-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Fdocker-puppet-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Fdocker-puppet-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolvedbinary","download_url":"https://codeload.github.com/evolvedbinary/docker-puppet-lint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Fdocker-puppet-lint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272808936,"owners_count":24996603,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-30T05:34:47.114Z","updated_at":"2025-10-15T04:32:29.287Z","avatar_url":"https://github.com/evolvedbinary.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Image for Puppet Lint\n\n## Using the Image\n\n1. Pull the image from Docker Hub (you only need to do this once):\n\n    ```shell\n    docker pull evolvedbinary/puppet-lint\n    ```\n\n2. To run the puppet-lint Docker image to lint all your Puppet files in the current directory:\n\n    ```shell\n    docker run --rm -v \"$PWD:/puppet\" evolvedbinary/puppet-lint .\n    ```\n\n    **NOTE**: The above assumes that you are in the folder containing your Puppet files when you run it.\n\n3. or, to run the puppet-lint Docker image to lint a single Puppet file (named `my-file.pp`)  in the current directory:\n\n    ```shell\n    docker run --rm -v \"$PWD:/puppet\" evolvedbinary/puppet-lint my-file.pp\n    ```\n\n    **NOTE**: The above assumes that you are in the folder containing your Puppet files when you run it.\n\nIf you want to create a shorter alias, you can add this to your `~/.bashrc`, `~/.zshrc`, or `~/.profile` file:\n\n```shell\nalias docker-puppet-lint='docker run --rm -v \"$PWD:/puppet\" evolvedbinary/puppet-lint'\n```\n\nWhen the alias is in-place you can just run `docker-puppet-lint` from the folder containing your Puppet files.\n\n## Building the Image\n\nIf you want to build a new image, you can clone this repositry and build it by running:\n\n```shell\ngit clone https://github.com/evolvedbinary/docker-puppet-lint.git\ncd docker-puppet-lint\ndocker build -t evolvedbinary/puppet-lint:4.2.4 .\ndocker tag evolvedbinary/puppet-lint:4.2.4 evolvedbinary/puppet-lint:latest\n```\n\n**NOTE**: You should check the version numbers above match the version numbers in the `Dockerfile` first!\n\n### Publishing the Image\nTo publish the image to Docker Hub, you can run:\n```shell\ndocker push evolvedbinary/puppet-lint:4.2.4\ndocker push evolvedbinary/puppet-lint:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvedbinary%2Fdocker-puppet-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolvedbinary%2Fdocker-puppet-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvedbinary%2Fdocker-puppet-lint/lists"}