{"id":25753547,"url":"https://github.com/tprrt/dockers","last_synced_at":"2026-03-06T14:33:22.888Z","repository":{"id":45164656,"uuid":"53270024","full_name":"tprrt/dockers","owner":"tprrt","description":"A collection of various dockerfiles","archived":false,"fork":false,"pushed_at":"2026-03-05T13:52:29.000Z","size":288,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T17:32:32.583Z","etag":null,"topics":["containers","dockerfiles","podman-container"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/tprrt","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tprrt.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["paypal.me/tprrt"]}},"created_at":"2016-03-06T18:41:03.000Z","updated_at":"2026-03-05T13:52:33.000Z","dependencies_parsed_at":"2023-02-15T08:15:55.541Z","dependency_job_id":"08dfa794-ff08-47e6-9d92-d7441d0cc413","html_url":"https://github.com/tprrt/dockers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tprrt/dockers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tprrt%2Fdockers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tprrt%2Fdockers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tprrt%2Fdockers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tprrt%2Fdockers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tprrt","download_url":"https://codeload.github.com/tprrt/dockers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tprrt%2Fdockers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["containers","dockerfiles","podman-container"],"created_at":"2025-02-26T15:18:36.153Z","updated_at":"2026-03-06T14:33:22.866Z","avatar_url":"https://github.com/tprrt.png","language":"Dockerfile","funding_links":["paypal.me/tprrt"],"categories":[],"sub_categories":[],"readme":".. image:: https://circleci.com/gh/tprrt/dockers.svg?style=svg\n    :alt: Circle badge\n    :target: https://app.circleci.com/pipelines/github/tprrt/dockers\n\n.. image:: https://sonarcloud.io/api/project_badges/measure?project=tprrt_dockers\u0026metric=alert_status\n    :alt: Quality Gate Status\n    :target: https://sonarcloud.io/dashboard?id=tprrt_dockers\n\n======================\nDockerfiles collection\n======================\n\nA collection of Dockerfiles can be used with `Podman`_ and whose images are available on `DockerHub`_:\n\n- `alpine-cmake`_: An environment to compile C source with cmake and to debug it with gdb.\n- `alpine-pxe`_: A `PXE`_/`TFTP`_ server to boot targets from the network.\n- `debian-buildroot`_: An environment to build Linux systems with the `Buildroot`_ framework.\n- `debian-cross`_: An cross-compile environment providing tools for armv7, aarch64 and riscv targets.\n- `debian-gh`_: An environment that provides the official `Github CLI`_.\n- `debian-latex`_: An environment to prepare documents with the `LaTeX`_ software system.\n- `debian-oe`_: An environment to build Linux systems with the `OpenEmbedded`_ framework / `Yocto`_ project.\n- `fedora-dev`_: An environment providing tools to develop an application for `Fedora`_.\n- `ubuntu-ngdevkit`_: An environment that provides `ngdevkit`_, an open source Neo-Geo devkit.\n\nUse the following command to pull the image of one of these containers:\n\n.. code-block:: bash\n\n    podman pull docker.io/tprrt/\u003cname\u003e\n\n\n*Note*\n\n- `Podman`_ is a daemonless container engine, developped by the `OCI`_ and safer than the `Docker`_ engine.\n- The container `pixiecore`_ is a great alterative to the container `alpine-pxe`_.\n- The `debian-oe`_ is an alternative to the official container `crops/yocto`_\n\n----\n\nUse the following command to validate the `circleci`_ pipeline:\n\n.. code-block:: bash\n\n    podman run --rm --security-opt seccomp=unconfined --security-opt label=disable -v $(pwd):/data circleci/circleci-cli:alpine config validate /data/.circleci/config.yml --token $TOKEN\n\n\n.. _alpine-cmake: https://hub.docker.com/repository/docker/tprrt/alpine-cmake\n.. _alpine-pxe: https://hub.docker.com/repository/docker/tprrt/alpine-pxe\n.. _debian-buildroot: https://hub.docker.com/repository/docker/tprrt/debian-buildroot\n.. _debian-cross: https://hub.docker.com/repository/docker/tprrt/debian-cross\n.. _debian-gh: https://hub.docker.com/repository/docker/tprrt/debian-gh\n.. _debian-latex: https://hub.docker.com/repository/docker/tprrt/debian-latex\n.. _debian-oe: https://hub.docker.com/repository/docker/tprrt/debian-oe\n.. _fedora-dev: https://hub.docker.com/repository/docker/tprrt/fedora-dev\n.. _ubuntu-ngdevkit: https://hub.docker.com/repository/docker/tprrt/ubuntu-ngdevkit\n\n.. _Buildroot: https://buildroot.org\n.. _circleci: https://circleci.com\n.. _crops/yocto : https://hub.docker.com/r/crops/yocto\n.. _Docker: https://www.docker.com\n.. _DockerHub: https://hub.docker.com/u/tprrt\n.. _Fedora: https://getfedora.org\n.. _GitHub CLI: https://cli.github.com/\n.. _LaTeX: https://www.latex-project.org\n.. _OCI: https://opencontainers.org\n.. _OpenEmbedded: https://openembedded.org\n.. _ngdevkit: https://github.com/dciabrin/ngdevkit\n.. _pixiecore: https://hub.docker.com/r/pixiecore/pixiecore\n.. _Podman: https://podman.io\n.. _PXE: https://en.wikipedia.org/wiki/Preboot_Execution_Environment\n.. _TFTP: https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol\n.. _Yocto: https://yoctoproject.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftprrt%2Fdockers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftprrt%2Fdockers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftprrt%2Fdockers/lists"}