{"id":17356785,"url":"https://github.com/joonas-fi/dockerfiles","last_synced_at":"2026-03-19T01:00:08.314Z","repository":{"id":151026830,"uuid":"356894385","full_name":"joonas-fi/dockerfiles","owner":"joonas-fi","description":"Dockerfiles for many programs/utilities that I run","archived":false,"fork":false,"pushed_at":"2023-04-28T12:40:52.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T15:37:06.405Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joonas-fi.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":"2021-04-11T14:46:01.000Z","updated_at":"2022-03-19T15:01:33.000Z","dependencies_parsed_at":"2024-02-14T23:00:23.550Z","dependency_job_id":null,"html_url":"https://github.com/joonas-fi/dockerfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joonas-fi/dockerfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-fi%2Fdockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-fi%2Fdockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-fi%2Fdockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-fi%2Fdockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joonas-fi","download_url":"https://codeload.github.com/joonas-fi/dockerfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-fi%2Fdockerfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29817840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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":[],"created_at":"2024-10-15T18:58:44.327Z","updated_at":"2026-02-25T10:34:01.848Z","avatar_url":"https://github.com/joonas-fi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nLike [jessfraz/dockerfiles](https://github.com/jessfraz/dockerfiles) but for software I use.\n\nThese also somewhat complement [my OS installation](https://github.com/joonas-fi/joonas-sys/)\n(my \"app store\") - most of these are aliased from my `~/.bash_aliases`.\n\n\nRules for these images in a nutshell\n------------------------------------\n\n- `\u003cdir\u003e/` =\u003e Docker tag `joonas/\u003cdir\u003e`, i.e. image built from [nmap/](nmap/) is tagged\n  [joonas/nmap](https://hub.docker.com/r/joonas/nmap)\n- `FROM alpine:latest`, `RUN apk add --no-cache \u003cprogram\u003e` for all programs where possible\n- Minimal images, e.g. don't ship build environment\n- Unless the program is exotic, the image has entrypoint defined, so invoking\n  `$ docker run joonas/nmap \u003cargs\u003e` is the same as running `nmap \u003cargs\u003e` inside the container.\n  \t* Example of \"exotic\" is imagemagick because it has multiple entrypoints (convert, animate, display etc.)\n- Most of the images' `WORKDIR` has been standardized to `/workspace`. This is so that if the program\n  reads or writes files, you can map host filesystem's current dir (or something else) to there.\n  \t* You can use `alias exiftool=\"docker run --rm -v \\\"$(pwd):/workspace\\\" joonas/exiftool\"` and\n  \t  then run `exiftool image.png` and exiftool will only be able to access your current directory.\n  \t* Same goes for imagemagic (convert), so you can use `convert image.png image.jpg` so imagemagic\n  \t  can read and write files from/to the current directory to do its job.\n\nWhy?\n----\n\nThere are many images for popular programs like nmap available, but too often when I'm researching\nfor an image to use, I don't agree with how the images are made. E.g.:\n\n- it's not built on top of Alpine or\n- they ship their build environment or\n- needlessly install from source\n\t* There is nothing wrong with that except the `Dockerfile` is harder to maintain than just\n\t  installing from an OS's package manager.\n- run as non-root (if possible)\n\nIf you look at how little complexity the [average Dockerfile](nmap/) has, often it's just faster\nmaintaining my own Dockerfile for each program than researching a 3rd party one meeting the quality\nAND that keeps their images updated.\n\n\nInspiration\n-----------\n\n- https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc\n- https://github.com/jessfraz/dockerfiles\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoonas-fi%2Fdockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoonas-fi%2Fdockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoonas-fi%2Fdockerfiles/lists"}