You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ These images are not designed to be run directly. Instead, they should be run vi
6
6
7
7
Currently maintained image tags:
8
8
9
-
-[debian](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian): the primary AMP base image, used for most AMP instances. Currently based on Debian 12. Usually updated to the current stable Debian release after the first point release
10
-
-[debian-13](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian-13): an alternate AMP base image, based on Debian 13. This is available for testing before the `debian` image is updated
9
+
-[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
10
+
-[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
11
11
-[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
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
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
@@ -22,4 +22,4 @@ Currently maintained image tags:
22
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
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
24
24
25
-
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).
25
+
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