{"id":17130555,"url":"https://github.com/dustalov/dockerfiles","last_synced_at":"2026-04-10T01:07:53.678Z","repository":{"id":40450354,"uuid":"200907303","full_name":"dustalov/dockerfiles","owner":"dustalov","description":"Various Dockerfiles for personal use.","archived":false,"fork":false,"pushed_at":"2024-07-15T21:12:52.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T10:49:04.437Z","etag":null,"topics":["alpine","apk","docker","gem","github-pages","jekyll","latex","linux","make","podman","ruby","texlive"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/dustalov/","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dustalov.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":"2019-08-06T18:52:26.000Z","updated_at":"2024-07-15T21:13:36.000Z","dependencies_parsed_at":"2023-02-16T23:00:32.911Z","dependency_job_id":"2a2aaa82-f742-4531-97d1-b82d09536ec5","html_url":"https://github.com/dustalov/dockerfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustalov%2Fdockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustalov%2Fdockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustalov%2Fdockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustalov%2Fdockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustalov","download_url":"https://codeload.github.com/dustalov/dockerfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212171,"owners_count":20578440,"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":["alpine","apk","docker","gem","github-pages","jekyll","latex","linux","make","podman","ruby","texlive"],"created_at":"2024-10-14T19:12:38.942Z","updated_at":"2025-12-30T23:27:47.926Z","avatar_url":"https://github.com/dustalov.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfiles\n\n[![Docker][github_docker_badge]][github_docker_link]\n\n[github_docker_badge]: https://github.com/dustalov/dockerfiles/actions/workflows/docker.yml/badge.svg?branch=master\n[github_docker_link]: https://github.com/dustalov/dockerfiles/actions/workflows/docker.yml\n\nThis repository contains several Dockerfiles for personal use. They are licensed under The Unlicense.\n\n| Image | Docker Hub | GitHub Packages |\n| --- | --- | --- |\n| [`cssnano`](Dockerfile.cssnano) | [![Docker Hub: cssnano][docker_hub_cssnano_badge]][docker_hub_cssnano_link] | [![GitHub Packages: cssnano][ghcr_cssnano_badge]][ghcr_cssnano_link] |\n| [`jekyll`](Dockerfile.jekyll) | [![Docker Hub: Jekyll][docker_hub_jekyll_badge]][docker_hub_jekyll_link] | [![GitHub Packages: Jekyll][ghcr_jekyll_badge]][ghcr_jekyll_link] |\n| [`lightningcss`](Dockerfile.lightningcss) | [![Docker Hub: lightningcss][docker_hub_lightningcss_badge]][docker_hub_lightningcss_link] | [![GitHub Packages: lightningcss][ghcr_lightningcss_badge]][ghcr_lightningcss_link] |\n| [`minhtml`](Dockerfile.minhtml) | [![Docker Hub: minhtml][docker_hub_minhtml_badge]][docker_hub_minhtml_link] | [![GitHub Packages: minhtml][ghcr_minhtml_badge]][ghcr_minhtml_link] |\n| [`netlify`](Dockerfile.netlify) | [![Docker Hub: Netlify][docker_hub_netlify_badge]][docker_hub_netlify_link] | [![GitHub Packages: Netlify][ghcr_netlify_badge]][ghcr_netlify_link] |\n| [`purgecss`](Dockerfile.purgecss) | [![Docker Hub: PurgeCSS][docker_hub_purgecss_badge]][docker_hub_purgecss_link] | [![GitHub Packages: PurgeCSS][ghcr_purgecss_badge]][ghcr_purgecss_link] |\n| [`texlive`](Dockerfile.texlive) | [![Docker Hub: TeX Live][docker_hub_texlive_badge]][docker_hub_texlive_link] | [![GitHub Packages: TeX Live][ghcr_texlive_badge]][ghcr_texlive_link] |\n\n[docker_hub_cssnano_badge]: https://img.shields.io/docker/pulls/dustalov/cssnano\n[docker_hub_cssnano_link]: https://hub.docker.com/r/dustalov/cssnano\n[ghcr_cssnano_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Fcssnano-blue\n[ghcr_cssnano_link]: https://github.com/dustalov/dockerfiles/pkgs/container/cssnano\n\n[docker_hub_jekyll_badge]: https://img.shields.io/docker/pulls/dustalov/jekyll\n[docker_hub_jekyll_link]: https://hub.docker.com/r/dustalov/jekyll\n[ghcr_jekyll_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Fjekyll-blue\n[ghcr_jekyll_link]: https://github.com/dustalov/dockerfiles/pkgs/container/jekyll\n\n[docker_hub_lightningcss_badge]: https://img.shields.io/docker/pulls/dustalov/lightningcss\n[docker_hub_lightningcss_link]: https://hub.docker.com/r/dustalov/lightningcss\n[ghcr_lightningcss_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Flightningcss-blue\n[ghcr_lightningcss_link]: https://github.com/dustalov/dockerfiles/pkgs/container/lightningcss\n\n[docker_hub_minhtml_badge]: https://img.shields.io/docker/pulls/dustalov/minhtml\n[docker_hub_minhtml_link]: https://hub.docker.com/r/dustalov/minhtml\n[ghcr_minhtml_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Fminhtml-blue\n[ghcr_minhtml_link]: https://github.com/dustalov/dockerfiles/pkgs/container/minhtml\n\n[docker_hub_netlify_badge]: https://img.shields.io/docker/pulls/dustalov/netlify\n[docker_hub_netlify_link]: https://hub.docker.com/r/dustalov/netlify\n[ghcr_netlify_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Fnetlify-blue\n[ghcr_netlify_link]: https://github.com/dustalov/dockerfiles/pkgs/container/netlify\n\n[docker_hub_purgecss_badge]: https://img.shields.io/docker/pulls/dustalov/purgecss\n[docker_hub_purgecss_link]: https://hub.docker.com/r/dustalov/purgecss\n[ghcr_purgecss_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Fpurgecss-blue\n[ghcr_purgecss_link]: https://github.com/dustalov/dockerfiles/pkgs/container/purgecss\n\n[docker_hub_texlive_badge]: https://img.shields.io/docker/pulls/dustalov/texlive\n[docker_hub_texlive_link]: https://hub.docker.com/r/dustalov/texlive\n[ghcr_texlive_badge]: https://img.shields.io/badge/ghcr.io-dustalov%2Ftexlive-blue\n[ghcr_texlive_link]: https://github.com/dustalov/dockerfiles/pkgs/container/texlive\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustalov%2Fdockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustalov%2Fdockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustalov%2Fdockerfiles/lists"}