mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add jammy to doc again and fix typo in dockerfile jammy
This commit is contained in:
parent
8e1909ac33
commit
2f92015c6e
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue