add jammy to doc again and fix typo in dockerfile jammy

This commit is contained in:
florian 2024-06-01 10:45:24 +02:00
parent 8e1909ac33
commit 2f92015c6e
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
3 changed files with 5 additions and 3 deletions

View file

@ -273,7 +273,8 @@ You will find more information in the [Kubernetes section](https://docs.bunkerwe
List of supported Linux distros :
- Debian 12 "Bookworm"
- Ubuntu 24.04 "Noble"
- Ubuntu 22.04 "Noble"
- Ubuntu 24.04 "Jammy"
- Fedora 39
- RHEL 8.9
- RHEL 9.4

View file

@ -314,8 +314,9 @@ networks:
Supported Linux distributions for BunkerWeb (amd64/x86_64 and arm64/aarch64 architectures) include:
- Debian 12 "Bookworm"
- Ubuntu 22.04 "Jammy"
- Ubuntu 24.04 "Noble"
- Fedora 40
- Fedora 39
- Red Hat Enterprise Linux (RHEL) 8.9
- Red Hat Enterprise Linux (RHEL) 9.4

View file

@ -31,7 +31,7 @@ RUN apt update && \
apt-get update && \
apt-get install -y --no-install-recommends nginx=${NGINX_VERSION}-1~jammy
COPY ./package-ubuntu/*.deb /opt
COPY ./package-ubuntu-jammy/*.deb /opt
VOLUME ["/sys/fs/cgroup"]