mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-18 03:54:38 -05:00
Release: OTS v1.15.0
This commit is contained in:
parent
9942abc02b
commit
ee46f22447
@ -25,7 +25,7 @@ RUN set -ex \
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||||
org.opencontainers.image.version='1.14.0' \
|
org.opencontainers.image.version='1.15.0' \
|
||||||
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
|
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
|
||||||
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
||||||
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
||||||
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||||
org.opencontainers.image.version='1.14.0' \
|
org.opencontainers.image.version='1.15.0' \
|
||||||
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
|
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
|
||||||
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
||||||
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# 1.15.0 / 2024-12-05
|
||||||
|
|
||||||
|
* Improvements
|
||||||
|
* Add alternative `appIcon` for dark-mode (#204)
|
||||||
|
|
||||||
# 1.14.0 / 2024-11-21
|
# 1.14.0 / 2024-11-21
|
||||||
|
|
||||||
* Improvements
|
* Improvements
|
||||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: https://github.com/Luzifer/ots.git#v1.14.0
|
context: https://github.com/Luzifer/ots.git#v1.15.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Optional, see "Customization" in README
|
# Optional, see "Customization" in README
|
||||||
|
@ -107,7 +107,7 @@ spec:
|
|||||||
name: ots-cutomize
|
name: ots-cutomize
|
||||||
containers:
|
containers:
|
||||||
- name: ots
|
- name: ots
|
||||||
image: ghcr.io/luzifer/ots:v1.14.0
|
image: ghcr.io/luzifer/ots:v1.15.0
|
||||||
args:
|
args:
|
||||||
- --storage-type
|
- --storage-type
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
Reference in New Issue
Block a user