Expand Up
@@ -9,13 +9,11 @@ Run Emacs in docker containers!
| OS | Tag | Size (MB) | Inherits from | Contents |
| -----------------------------------| --------------------------| -----------| --------------------| -----------------------------------------------------------------------|
| [ debian] ( https://debian.org ) | $version | 450 | | Emacs, curl, gnupg & imagemagick |
| [ debian] ( https://debian.org ) | $version-dev | 1400 | $version | All build dependencies & source in ` /opt/emacs ` |
| [ debian] ( https://debian.org ) | $version-ci | 480 | $version | [ git] ( https://git-scm.com ) & make |
| [ debian] ( https://debian.org ) | $version-ci-cask | 520 | $version-ci | [ Cask] ( https://caskreadthedocs.io ) & [ Python] ( https://www.python.org ) |
| [ debian] ( https://debian.org ) | $version-ci-eldev | 480 | $version-ci | [ eldev] ( https://github.com/doublep/eldev ) |
| [ debian] ( https://debian.org ) | $version-ci-keg | 480 | $version-ci | [ keg] ( https://github.com/conao3/keg.el ) |
| [ alpine] ( https://alpinelinux.org ) | $version-alpine | 220 | | Emacs, curl, gnupg & imagemagick |
| [ alpine] ( https://alpinelinux.org ) | $version-alpine-dev | 1200 | $version-alpine | All build dependencies & source in ` /opt/emacs ` |
| [ alpine] ( https://alpinelinux.org ) | $version-alpine-ci | 240 | $version-alpine | [ git] ( https://git-scm.com ) & make |
| [ alpine] ( https://alpinelinux.org ) | $version-alpine-ci-cask | 280 | $version-alpine-ci | [ Cask] ( https://caskreadthedocs.io ) & [ Python] ( https://www.python.org ) |
| [ alpine] ( https://alpinelinux.org ) | $version-alpine-ci-eldev | 240 | $version-alpine-ci | [ eldev] ( https://github.com/doublep/eldev ) |
Expand All
@@ -24,84 +22,70 @@ Run Emacs in docker containers!
# Tags
- [ ` master ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/Dockerfile )
- [ ` master-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/dev/Dockerfile )
- [ ` master-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/ci/Dockerfile )
- [ ` master-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/ci/cask/Dockerfile )
- [ ` master-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/ci/eldev/Dockerfile )
- [ ` master-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/debian/ci/keg/Dockerfile )
- [ ` master-alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/Dockerfile )
- [ ` master-alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/dev/Dockerfile )
- [ ` master-alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/ci/Dockerfile )
- [ ` master-alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/ci/cask/Dockerfile )
- [ ` master-alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/ci/eldev/Dockerfile )
- [ ` master-alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/master/alpine/ci/keg/Dockerfile )
- [ ` 28.2 ` , ` 28 ` , ` latest ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/Dockerfile )
- [ ` 28.2-dev ` , ` 28-dev ` , ` dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/dev/Dockerfile )
- [ ` 28.2-ci ` , ` 28-ci ` , ` ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/ci/Dockerfile )
- [ ` 28.2-ci-cask ` , ` 28-ci-cask ` , ` cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/ci/cask/Dockerfile )
- [ ` 28.2-ci-eldev ` , ` 28-ci-eldev ` , ` eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/ci/eldev/Dockerfile )
- [ ` 28.2-ci-keg ` , ` 28-ci-keg ` , ` keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/debian/ci/keg/Dockerfile )
- [ ` 28.2-alpine ` , ` 28-alpine ` , ` alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/Dockerfile )
- [ ` 28.2-alpine-dev ` , ` 28-alpine-dev ` , ` alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/dev/Dockerfile )
- [ ` 28.2-alpine-ci ` , ` 28-alpine-ci ` , ` alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/ci/Dockerfile )
- [ ` 28.2-alpine-ci-cask ` , ` 28-alpine-ci-cask ` , ` alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/ci/cask/Dockerfile )
- [ ` 28.2-alpine-ci-eldev ` , ` 28-alpine-ci-eldev ` , ` alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/ci/eldev/Dockerfile )
- [ ` 28.2-alpine-ci-keg ` , ` 28-alpine-ci-keg ` , ` alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.2/alpine/ci/keg/Dockerfile )
- [ ` 28.1 ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/Dockerfile )
- [ ` 28.1-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/dev/Dockerfile )
- [ ` 28.1-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/ci/Dockerfile )
- [ ` 28.1-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/ci/cask/Dockerfile )
- [ ` 28.1-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/ci/eldev/Dockerfile )
- [ ` 28.1-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/debian/ci/keg/Dockerfile )
- [ ` 28.1-alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/Dockerfile )
- [ ` 28.1-alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/dev/Dockerfile )
- [ ` 28.1-alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/ci/Dockerfile )
- [ ` 28.1-alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/ci/cask/Dockerfile )
- [ ` 28.1-alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/ci/eldev/Dockerfile )
- [ ` 28.1-alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/28.1/alpine/ci/keg/Dockerfile )
- [ ` 27.2 ` , ` 27 ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/Dockerfile )
- [ ` 27.2-dev ` , ` 27-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/dev/Dockerfile )
- [ ` 27.2-ci ` , ` 27-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/ci/Dockerfile )
- [ ` 27.2-ci-cask ` , ` 27-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/ci/cask/Dockerfile )
- [ ` 27.2-ci-eldev ` , ` 27-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/ci/eldev/Dockerfile )
- [ ` 27.2-ci-keg ` , ` 27-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/debian/ci/keg/Dockerfile )
- [ ` 27.2-alpine ` , ` 27-alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/Dockerfile )
- [ ` 27.2-alpine-dev ` , ` 27-alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/dev/Dockerfile )
- [ ` 27.2-alpine-ci ` , ` 27-alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/ci/Dockerfile )
- [ ` 27.2-alpine-ci-cask ` , ` 27-alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/ci/cask/Dockerfile )
- [ ` 27.2-alpine-ci-eldev ` , ` 27-alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/ci/eldev/Dockerfile )
- [ ` 27.2-alpine-ci-keg ` , ` 27-alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/27.2/alpine/ci/keg/Dockerfile )
- [ ` 26.3 ` , ` 26 ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/Dockerfile )
- [ ` 26.3-dev ` , ` 26-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/dev/Dockerfile )
- [ ` 26.3-ci ` , ` 26-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/ci/Dockerfile )
- [ ` 26.3-ci-cask ` , ` 26-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/ci/cask/Dockerfile )
- [ ` 26.3-ci-eldev ` , ` 26-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/ci/eldev/Dockerfile )
- [ ` 26.3-ci-keg ` , ` 26-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/debian/ci/keg/Dockerfile )
- [ ` 26.3-alpine ` , ` 26-alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/Dockerfile )
- [ ` 26.3-alpine-dev ` , ` 26-alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/dev/Dockerfile )
- [ ` 26.3-alpine-ci ` , ` 26-alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/ci/Dockerfile )
- [ ` 26.3-alpine-ci-cask ` , ` 26-alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/ci/cask/Dockerfile )
- [ ` 26.3-alpine-ci-eldev ` , ` 26-alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/ci/eldev/Dockerfile )
- [ ` 26.3-alpine-ci-keg ` , ` 26-alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/26.3/alpine/ci/keg/Dockerfile )
- [ ` 25.3 ` , ` 25 ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/Dockerfile )
- [ ` 25.3-dev ` , ` 25-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/dev/Dockerfile )
- [ ` 25.3-ci ` , ` 25-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/Dockerfile )
- [ ` 25.3-ci-cask ` , ` 25-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/cask/Dockerfile )
- [ ` 25.3-ci-eldev ` , ` 25-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/eldev/Dockerfile )
- [ ` 25.3-ci-keg ` , ` 25-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/debian/ci/keg/Dockerfile )
- [ ` 25.3-alpine ` , ` 25-alpine ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/Dockerfile )
- [ ` 25.3-alpine-dev ` , ` 25-alpine-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/dev/Dockerfile )
- [ ` 25.3-alpine-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/Dockerfile )
- [ ` 25.3-alpine-ci-cask ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/cask/Dockerfile )
- [ ` 25.3-alpine-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/eldev/Dockerfile )
- [ ` 25.3-alpine-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/25.3/alpine/ci/keg/Dockerfile )
- [ ` 24.5 ` , ` 24 ` ] ( https://github.com/Silex/docker-emacs/blob/master/24.5/debian/Dockerfile )
- [ ` 24.5-dev ` , ` 24-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/24.5/debian/dev/Dockerfile )
- [ ` 24.5-ci ` , ` 24-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/24.5/debian/ci/Dockerfile )
- [ ` 24.5-ci-eldev ` , ` 24-ci-eldev ` ] ( https://github.com/Silex/docker-emacs/blob/master/24.5/debian/ci/eldev/Dockerfile )
- [ ` 24.5-ci-keg ` , ` 24-ci-keg ` ] ( https://github.com/Silex/docker-emacs/blob/master/24.5/debian/ci/keg/Dockerfile )
- [ ` 23.4 ` , ` 23 ` ] ( https://github.com/Silex/docker-emacs/blob/master/23.4/debian/Dockerfile )
- [ ` 23.4-dev ` , ` 23-dev ` ] ( https://github.com/Silex/docker-emacs/blob/master/23.4/debian/Dockerfile )
- [ ` 23.4-ci ` , ` 23-ci ` ] ( https://github.com/Silex/docker-emacs/blob/master/23.4/debian/Dockerfile )
# Usage
Expand Down