mirror of
https://github.com/linuxserver/docker-ubooquity.git
synced 2026-02-20 00:56:27 +08:00
Rebase to 3.18
This commit is contained in:
parent
2349dc7ddc
commit
07d467e90d
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -252,6 +252,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **12.07.23:** - Rebase to Alpine 3.18.
|
||||
* **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||
* **05.03.23:** - Rebase to Alpine 3.17.
|
||||
* **10.10.22:** - Rebasing to alpine 3.16, migrate to s6v3.
|
||||
|
||||
@ -61,6 +61,7 @@ app_setup_block: |
|
||||
If no value is set it will default to 512MB.
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
|
||||
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "05.03.23:", desc: "Rebase to Alpine 3.17."}
|
||||
- {date: "10.10.22:", desc: "Rebasing to alpine 3.16, migrate to s6v3."}
|
||||
|
||||
@ -1 +1 @@
|
||||
oneshot
|
||||
oneshot
|
||||
|
||||
@ -1 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-ubooquity-config/run
|
||||
/etc/s6-overlay/s6-rc.d/init-ubooquity-config/run
|
||||
|
||||
@ -1 +1 @@
|
||||
longrun
|
||||
longrun
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user