{"id":13446753,"url":"https://github.com/Dockershelf/dockershelf","last_synced_at":"2025-03-21T16:32:47.106Z","repository":{"id":37833242,"uuid":"60694289","full_name":"Dockershelf/dockershelf","owner":"Dockershelf","description":"A repository containing useful, lightweight and reliable dockerfiles.","archived":false,"fork":false,"pushed_at":"2024-11-14T01:49:33.000Z","size":1399,"stargazers_count":88,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-11-14T02:34:12.745Z","etag":null,"topics":["ci-cd","docker","docker-image","dockerfile","latex","node","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Dockershelf.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-08T11:55:18.000Z","updated_at":"2024-11-14T01:49:31.000Z","dependencies_parsed_at":"2024-09-08T19:50:54.468Z","dependency_job_id":"7c276332-34fd-4f8e-bf57-dacdf625ee46","html_url":"https://github.com/Dockershelf/dockershelf","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dockershelf%2Fdockershelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dockershelf%2Fdockershelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dockershelf%2Fdockershelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dockershelf%2Fdockershelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dockershelf","download_url":"https://codeload.github.com/Dockershelf/dockershelf/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244829611,"owners_count":20517342,"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":["ci-cd","docker","docker-image","dockerfile","latex","node","python"],"created_at":"2024-07-31T05:00:58.850Z","updated_at":"2025-03-21T16:32:46.663Z","avatar_url":"https://github.com/Dockershelf.png","language":"Python","funding_links":[],"categories":["Docker Images","Python","Building Images"],"sub_categories":["Dockerfile"],"readme":"![](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/banner.svg)\n\n---\n\n[![](https://img.shields.io/github/release/Dockershelf/dockershelf.svg)](https://github.com/Dockershelf/dockershelf/releases) [![](https://img.shields.io/github/actions/workflow/status/Dockershelf/dockershelf/schedule-master.yml)](https://github.com/Dockershelf/dockershelf/actions/workflows/schedule-master.yml) [![](https://img.shields.io/discord/809504357359157288.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/4Wc7xphH5e) [![](https://cla-assistant.io/readme/badge/Dockershelf/dockershelf)](https://cla-assistant.io/Dockershelf/dockershelf)\n\nCurrent version: 3.3.1\n\n*Dockershelf* is a repository that serves as a collector for docker recipes that are universal, efficient and slim. We keep adding \"shelves\", which are holders for the different versions of a popular language or application. Images are updated, tested and published *weekly* via a [Github Actions workflow](https://github.com/Dockershelf/dockershelf/actions). All images are available on [Docker Hub](https://hub.docker.com/u/dockershelf).\n\nExcepting debian and latex images, all images have an stable/unstable version. Stable images are based on debian stable, which are ideal for production applications because packages are not updated to minor or major versions but still recieve security updates. Unstable images are based on debian sid, which are designed for development stages because packages are constantly beaing updated to its latest version. Latex images are only based on debian stable.\n\nImages are built for `amd64` and `arm64` architectures, which cover most of the devices in the market. If you need an image for a different architecture, please [open an issue](https://github.com/Dockershelf/dockershelf/issues/new).\n\nThe list of available images is shown below.\n\n|Image type  |Tags  |\n|------------|------|\n|[dockershelf/debian](#debian)|`bullseye`, `oldstable`, `bookworm`, `stable`, `trixie`, `testing`, `sid`, `unstable`, `latest`|\n|[dockershelf/python](#python)|`3.7-bookworm`, `3.7-stable`, `3.7-sid`, `3.7-unstable`, `3.7`, `3.11-bookworm`, `3.11-stable`, `3.11-sid`, `3.11-unstable`, `3.11`, `3.12-bookworm`, `3.12-stable`, `3-stable`, `3-bookworm`, `latest-stable`, `latest-bookworm`, `3.12-sid`, `3.12-unstable`, `3.12`, `3-unstable`, `3-sid`, `3`, `latest-unstable`, `latest-sid`, `latest`|\n|[dockershelf/node](#node)|`14-bookworm`, `14-stable`, `14-sid`, `14-unstable`, `14`, `16-bookworm`, `16-stable`, `16-sid`, `16-unstable`, `16`, `18-bookworm`, `18-stable`, `18-sid`, `18-unstable`, `18`, `20-bookworm`, `20-stable`, `20-sid`, `20-unstable`, `20`, `22-bookworm`, `22-stable`, `latest-stable`, `latest-bookworm`, `22-sid`, `22-unstable`, `22`, `latest-unstable`, `latest-sid`, `latest`|\n|[dockershelf/go](#go)|`1.19-bookworm`, `1.19-stable`, `1.19-sid`, `1.19-unstable`, `1.19`, `1.20-bookworm`, `1.20-stable`, `1.20-sid`, `1.20-unstable`, `1.20`, `1.21-bookworm`, `1.21-stable`, `1.21-sid`, `1.21-unstable`, `1.21`, `1.22-bookworm`, `1.22-stable`, `1.22-sid`, `1.22-unstable`, `1.22`, `1.23-bookworm`, `1.23-stable`, `latest-stable`, `latest-bookworm`, `1.23-sid`, `1.23-unstable`, `1.23`, `latest-unstable`, `latest-sid`, `latest`|\n|[dockershelf/latex](#latex)|`basic`, `latest`, `full`|\n\n## How to use\n\nYou can pull one of the images from Docker Hub and run it in your machine.\n\n```\ndocker pull \u003cimage\u003e\ndocker run -it \u003cimage\u003e bash\n```\n\n\u003csup\u003e\u003ccode\u003e\u0026lt;image\u0026gt;\u003c/code\u003e is the desired image to download, for example \u003ccode\u003edockershelf/python:3.11\u003c/code\u003e.\u003c/sup\u003e\n\nor you can use it as a base image in your Dockerfile.\n\n```dockerfile\nFROM dockershelf/debian:bookworm\nRUN apt-get update \\\n    \u0026\u0026 apt-get install -y mysql-client\nENTRYPOINT [\"mysql\"]\n```\n\n## How to build locally\n\nClone this repository to your machine.\n\n```\ngit clone https://github.com/Dockershelf/dockershelf\n```\n\nRun the build script in the root folder of your local copy. Remember to have docker installed and make sure your user has proper privileges to execute `docker build`.\n\n```\nbash build-image.sh \u003cimage\u003e\n```\n\n\u003csup\u003e\u003ccode\u003e\u0026lt;image\u0026gt;\u003c/code\u003e is the desired image to build, for example \u003ccode\u003edockershelf/node:16-bookworm\u003c/code\u003e.\u003c/sup\u003e\n\n## Shelves\n\n### Debian\n\nThese images are similar to the official ones, but with some opinionated configurations. Check out [debian/README.md](https://github.com/Dockershelf/dockershelf/blob/master/debian/README.md) for more details.\n\n|Image  |Dockerfile  |Pulls   |Size  |\n|-------|------------|--------|------|\n|[`dockershelf/debian:bullseye`](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/debian/bullseye/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/debian?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/docker/image-size/dockershelf/debian/bullseye.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|\n|[`dockershelf/debian:bookworm`](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/debian/bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/debian?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/docker/image-size/dockershelf/debian/bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|\n|[`dockershelf/debian:trixie`](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/debian/trixie/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/debian?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/docker/image-size/dockershelf/debian/trixie.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|\n|[`dockershelf/debian:sid`](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/debian/sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/debian?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|[![](https://img.shields.io/docker/image-size/dockershelf/debian/sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/debian)|\n\n![](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/table.svg)\n\n### Python\n\nThese are debian stable/unstable images with python versions installed from the [deadsnakes ppa](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa). Check out [python/README.md](https://github.com/Dockershelf/dockershelf/blob/master/python/README.md) for more details.\n\n|Image  |Dockerfile  |Pulls   |Size  |\n|-------|------------|--------|------|\n|[`dockershelf/python:3.7-bookworm`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.7-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.7-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n|[`dockershelf/python:3.7-sid`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.7-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.7-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n|[`dockershelf/python:3.11-bookworm`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.11-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.11-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n|[`dockershelf/python:3.11-sid`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.11-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.11-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n|[`dockershelf/python:3.12-bookworm`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.12-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.12-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n|[`dockershelf/python:3.12-sid`](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/python/3.12-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/python?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|[![](https://img.shields.io/docker/image-size/dockershelf/python/3.12-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/python)|\n\n![](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/table.svg)\n\n### Node\n\nThese are debian stable/unstable images with node versions built using the [nodesource installation script](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions). Check out [node/README.md](https://github.com/Dockershelf/dockershelf/blob/master/node/README.md) for more details.\n\n|Image  |Dockerfile  |Pulls   |Size  |\n|-------|------------|--------|------|\n|[`dockershelf/node:14-bookworm`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/14-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/14-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:14-sid`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/14-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/14-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:16-bookworm`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/16-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/16-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:16-sid`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/16-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/16-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:18-bookworm`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/18-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/18-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:18-sid`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/18-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/18-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:20-bookworm`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/20-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/20-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:20-sid`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/20-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/20-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:22-bookworm`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/22-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/22-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n|[`dockershelf/node:22-sid`](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/node/22-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/node?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|[![](https://img.shields.io/docker/image-size/dockershelf/node/22-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/node)|\n\n### Go\n\nThese are debian stable/unstable images with go version downloaded directly from the [official website](https://go.dev/dl/). Check out [node/README.md](https://github.com/Dockershelf/dockershelf/blob/master/go/README.md) for more details.\n\n|Image  |Dockerfile  |Pulls   |Size  |\n|-------|------------|--------|------|\n|[`dockershelf/go:1.19-bookworm`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.19-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.19-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.19-sid`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.19-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.19-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.20-bookworm`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.20-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.20-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.20-sid`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.20-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.20-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.21-bookworm`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.21-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.21-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.21-sid`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.21-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.21-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.22-bookworm`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.22-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.22-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.22-sid`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.22-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.22-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.23-bookworm`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.23-bookworm/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.23-bookworm.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n|[`dockershelf/go:1.23-sid`](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/go/1.23-sid/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/go?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|[![](https://img.shields.io/docker/image-size/dockershelf/go/1.23-sid.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/go)|\n\n![](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/table.svg)\n\n### Latex\n\nThese are debian stable images that come with a set of latex (basic or full) packages installed. Check out [latex/README.md](https://github.com/Dockershelf/dockershelf/blob/master/latex/README.md) for more details.\n\n|Image  |Dockerfile  |Pulls   |Size  |\n|-------|------------|--------|------|\n|[`dockershelf/latex:basic`](https://hub.docker.com/r/dockershelf/latex)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/latex/basic/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/latex?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/latex)|[![](https://img.shields.io/docker/image-size/dockershelf/latex/basic.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/latex)|\n|[`dockershelf/latex:full`](https://hub.docker.com/r/dockershelf/latex)|[![](https://img.shields.io/badge/-Dockerfile-blue.svg?colorA=22313f\u0026colorB=4a637b\u0026logo=docker)](https://github.com/Dockershelf/dockershelf/blob/master/latex/full/Dockerfile)|[![](https://img.shields.io/docker/pulls/dockershelf/latex?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/latex)|[![](https://img.shields.io/docker/image-size/dockershelf/latex/full.svg?colorA=22313f\u0026colorB=4a637b)](https://hub.docker.com/r/dockershelf/latex)|\n\n![](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/table.svg)\n\n## Made with 💖 and 🍔\n\n![Banner](https://raw.githubusercontent.com/Dockershelf/dockershelf/develop/images/author-banner.svg)\n\n\u003e Web [luisalejandro.org](http://luisalejandro.org/) · GitHub [@LuisAlejandro](https://github.com/LuisAlejandro) · Twitter [@LuisAlejandro](https://twitter.com/LuisAlejandro)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDockershelf%2Fdockershelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDockershelf%2Fdockershelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDockershelf%2Fdockershelf/lists"}