Skip to content

Commit 66ed19c

Browse files
committed
Update README.md
1 parent 4935eec commit 66ed19c

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ Currently maintained image tags:
99
- [debian](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian): the primary AMP base image, used for most AMP instances. Currently based on Debian 13. Usually updated to the current stable Debian release after the first point release
1010
- [debian-12](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian-12): an alternate AMP base image, based on Debian 12. This is available for applications that need oldstable Debian
1111
- [ubuntu](https://github.com/CubeCoders/dockerfiles/tree/master/base/ubuntu): an alternate AMP base image, currently based on Ubuntu 24.04. Usually updated to the current Ubuntu LTS release after the first point release
12-
- [java-lts](https://github.com/CubeCoders/dockerfiles/tree/master/base/java-lts): an image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 8, 11, 17 and 21 LTS builds from https://adoptium.net
13-
- [python-3](https://github.com/CubeCoders/dockerfiles/tree/master/base/python-3): an image based on the `debian` image, incorporating official builds for Python 3.10, 3.11 (default), 3.12 and 3.13
14-
- [python-3.10](https://github.com/CubeCoders/dockerfiles/tree/master/base/python-3.10): an image based on the `debian` image, incorporating the official build for Python 3.10
15-
- [python-3.11](https://github.com/CubeCoders/dockerfiles/tree/master/base/python-3.11): an image based on the `debian` image, incorporating the official build for Python 3.11
16-
- [python-3.12](https://github.com/CubeCoders/dockerfiles/tree/master/base/python-3.12): an image based on the `debian` image, incorporating the official build for Python 3.12
17-
- [python-3.13](https://github.com/CubeCoders/dockerfiles/tree/master/base/python-3.13): an image based on the `debian` image, incorporating the official build for Python 3.13
18-
- [mono-latest](https://github.com/CubeCoders/dockerfiles/tree/master/base/mono-latest): an image based on the `debian` image, incorporating the latest official build for Mono from https://mono-project.com
19-
- [wine-stable](https://github.com/CubeCoders/dockerfiles/tree/master/base/wine-stable): an image based on the `debian` image, incorporating the latest Wine stable build from https://winehq.org
20-
- [wine-devel](https://github.com/CubeCoders/dockerfiles/tree/master/base/wine-devel): an image based on the `debian` image, incorporating the latest Wine devel build from https://winehq.org
21-
- [wine-staging](https://github.com/CubeCoders/dockerfiles/tree/master/base/wine-staging): an image based on the `debian` image, incorporating the latest Wine staging build from https://winehq.org
22-
- [wine-10-stable](https://github.com/CubeCoders/dockerfiles/tree/master/base/wine-10-stable): an image based on the `debian` image, incorporating the latest Wine 10 stable build from https://winehq.org
23-
- [wine-9-stable](https://github.com/CubeCoders/dockerfiles/tree/master/base/wine-9-stable): an image based on the `debian` image, incorporating the latest Wine 9 stable build from https://winehq.org
12+
- [java-lts](https://github.com/CubeCoders/dockerfiles/tree/master/java/lts): an image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 8, 11, 17 and 21 LTS builds from https://adoptium.net
13+
- [python-3](https://github.com/CubeCoders/dockerfiles/tree/master/python/3): an image based on the `debian` image, incorporating official builds for Python 3.10, 3.11 3.12 and 3.13 (default)
14+
- [python-3.10](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.10): an image based on the `debian` image, incorporating the official build for Python 3.10
15+
- [python-3.11](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.11): an image based on the `debian` image, incorporating the official build for Python 3.11
16+
- [python-3.12](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.12): an image based on the `debian` image, incorporating the official build for Python 3.12
17+
- [python-3.13](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.13): an image based on the `debian` image, incorporating the official build for Python 3.13
18+
- [mono-latest](https://github.com/CubeCoders/dockerfiles/tree/master/mono/latest): an image based on the `debian` image, incorporating the latest official build for Mono from https://mono-project.com
19+
- [wine-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/stable): an image based on the `debian` image, incorporating the latest Wine stable build from https://winehq.org
20+
- [wine-devel](https://github.com/CubeCoders/dockerfiles/tree/master/wine/devel): an image based on the `debian` image, incorporating the latest Wine devel build from https://winehq.org
21+
- [wine-staging](https://github.com/CubeCoders/dockerfiles/tree/master/wine/staging): an image based on the `debian` image, incorporating the latest Wine staging build from https://winehq.org
22+
- [wine-10-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/10-stable): an image based on the `debian` image, incorporating the latest Wine 10 stable build from https://winehq.org
23+
- [wine-9-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/9-stable): an image based on the `debian` image, incorporating the latest Wine 9 stable build from https://winehq.org
24+
- [postgresql](https://github.com/CubeCoders/dockerfiles/tree/master/apps/postgresql): an image based on the `debian` image, incorporating specific dependencies required to build PostgreSQL from source
25+
- [uptime-kuma-2](https://github.com/CubeCoders/dockerfiles/tree/master/apps/uptime-kuma-2): an image based on the `debian` image, incorporating specific dependencies and setup required for Uptime Kuma 2
2426

2527
All images are built for `linux/amd64` and `linux/arm64`. The `linux/arm64` builds include [box86](https://github.com/Pi-Apps-Coders/box86-debs) and [box64](https://github.com/Pi-Apps-Coders/box64-debs).

0 commit comments

Comments
 (0)