Skip to content

Commit 51eccc8

Browse files
committed
Update README for Podman
1 parent 866af71 commit 51eccc8

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
# AMP Docker Images
1+
# AMP Container Images
22

3-
This repository contains Docker images for use with AMP by CubeCoders. These images are updated at least weekly.
3+
This repository contains application container (Docker/Podman) images for use with AMP by CubeCoders. These images are updated at least weekly.
44

55
These images are not designed to be run directly. Instead, they should be run via the AMP Instance Manager.
66

77
Currently maintained image tags:
88

9-
| Tag | Description |
10-
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
11-
| [debian](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian/Dockerfile), latest | The primary AMP base image, used for most AMP instances that are run in Docker. Currently based on Debian 13. Usually updated to the current stable Debian release after the first point release |
12-
| [debian-12](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian-12/Dockerfile) | An alternate AMP base image, based on Debian 12. This is available for applications that need oldstable Debian |
13-
| [ubuntu](https://github.com/CubeCoders/dockerfiles/tree/master/base/ubuntu/Dockerfile) | An alternate AMP base image, currently based on Ubuntu 24.04. Usually updated to the current Ubuntu LTS release after the first point release |
14-
| [java-lts](https://github.com/CubeCoders/dockerfiles/tree/master/java/lts/Dockerfile), java | An image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 8, 11, 17, 21 (default) and 25 LTS builds from https://adoptium.net |
15-
| [java-25](https://github.com/CubeCoders/dockerfiles/tree/master/java/25/Dockerfile) | An image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 25 LTS build from https://adoptium.net |
16-
| [python-3](https://github.com/CubeCoders/dockerfiles/tree/master/python/3/Dockerfile), python3 | An image based on the `debian` image, incorporating official builds for Python 3.10, 3.11 3.12, 3.13 (default) and 3.14 |
17-
| [python-3.10](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.10/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.10 |
18-
| [python-3.11](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.11/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.11 |
19-
| [python-3.12](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.12/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.12 |
20-
| [python-3.13](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.13/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.13 |
21-
| [python-3.14](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.14/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.14 |
22-
| [mono-latest](https://github.com/CubeCoders/dockerfiles/tree/master/mono/latest/Dockerfile), mono | An image based on the `debian` image, incorporating the latest official build for Mono from https://mono-project.com |
23-
| [wine-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/stable/Dockerfile), wine | An image based on the `debian` image, incorporating the latest Wine stable build from https://winehq.org |
24-
| [wine-devel](https://github.com/CubeCoders/dockerfiles/tree/master/wine/devel/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine devel build from https://winehq.org |
25-
| [wine-staging](https://github.com/CubeCoders/dockerfiles/tree/master/wine/staging/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine staging build from https://winehq.org |
26-
| [wine-11-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/11-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 11 stable build from https://winehq.org |
27-
| [wine-10-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/10-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 10 stable build from https://winehq.org |
28-
| [wine-9-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/9-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 9 stable build from https://winehq.org |
29-
| [postgresql](https://github.com/CubeCoders/dockerfiles/tree/master/apps/postgresql/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies required to build PostgreSQL from source |
30-
| [uptime-kuma-2](https://github.com/CubeCoders/dockerfiles/tree/master/apps/uptime-kuma-2/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies and setup required for Uptime Kuma 2 |
31-
| [sinusbot](https://github.com/CubeCoders/dockerfiles/tree/master/apps/sinusbot/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies and setup required for SinusBot |
32-
| [redis](https://github.com/CubeCoders/dockerfiles/tree/master/apps/redis/Dockerfile) | An image based on the `ubuntu` image, incorporating specific dependencies required to build Redis from source |
9+
| Tag | Description |
10+
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| [debian](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian/Dockerfile), latest | The primary AMP base image, used for most AMP instances that are run in Docker/Podman. Currently based on Debian 13. Usually updated to the current stable Debian release after the first point release |
12+
| [debian-12](https://github.com/CubeCoders/dockerfiles/tree/master/base/debian-12/Dockerfile) | An alternate AMP base image, based on Debian 12. This is available for applications that need oldstable Debian |
13+
| [ubuntu](https://github.com/CubeCoders/dockerfiles/tree/master/base/ubuntu/Dockerfile) | An alternate AMP base image, currently based on Ubuntu 24.04. Usually updated to the current Ubuntu LTS release after the first point release |
14+
| [java-lts](https://github.com/CubeCoders/dockerfiles/tree/master/java/lts/Dockerfile), java | An image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 8, 11, 17, 21 (default) and 25 LTS builds from https://adoptium.net |
15+
| [java-25](https://github.com/CubeCoders/dockerfiles/tree/master/java/25/Dockerfile) | An image based on the `debian` image, incorporating Adoptium Eclipse Temurin Java 25 LTS build from https://adoptium.net |
16+
| [python-3](https://github.com/CubeCoders/dockerfiles/tree/master/python/3/Dockerfile), python3 | An image based on the `debian` image, incorporating official builds for Python 3.10, 3.11 3.12, 3.13 (default) and 3.14 |
17+
| [python-3.10](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.10/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.10 |
18+
| [python-3.11](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.11/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.11 |
19+
| [python-3.12](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.12/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.12 |
20+
| [python-3.13](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.13/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.13 |
21+
| [python-3.14](https://github.com/CubeCoders/dockerfiles/tree/master/python/3.14/Dockerfile) | An image based on the `debian` image, incorporating the official build for Python 3.14 |
22+
| [mono-latest](https://github.com/CubeCoders/dockerfiles/tree/master/mono/latest/Dockerfile), mono | An image based on the `debian` image, incorporating the latest official build for Mono from https://mono-project.com |
23+
| [wine-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/stable/Dockerfile), wine | An image based on the `debian` image, incorporating the latest Wine stable build from https://winehq.org |
24+
| [wine-devel](https://github.com/CubeCoders/dockerfiles/tree/master/wine/devel/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine devel build from https://winehq.org |
25+
| [wine-staging](https://github.com/CubeCoders/dockerfiles/tree/master/wine/staging/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine staging build from https://winehq.org |
26+
| [wine-11-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/11-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 11 stable build from https://winehq.org |
27+
| [wine-10-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/10-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 10 stable build from https://winehq.org |
28+
| [wine-9-stable](https://github.com/CubeCoders/dockerfiles/tree/master/wine/9-stable/Dockerfile) | An image based on the `debian` image, incorporating the latest Wine 9 stable build from https://winehq.org |
29+
| [postgresql](https://github.com/CubeCoders/dockerfiles/tree/master/apps/postgresql/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies required to build PostgreSQL from source |
30+
| [uptime-kuma-2](https://github.com/CubeCoders/dockerfiles/tree/master/apps/uptime-kuma-2/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies and setup required for Uptime Kuma 2 |
31+
| [sinusbot](https://github.com/CubeCoders/dockerfiles/tree/master/apps/sinusbot/Dockerfile) | An image based on the `debian` image, incorporating specific dependencies and setup required for SinusBot |
32+
| [redis](https://github.com/CubeCoders/dockerfiles/tree/master/apps/redis/Dockerfile) | An image based on the `ubuntu` image, incorporating specific dependencies required to build Redis from source |
3333

3434
All images (other than the `sinusbot` image) 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)