push to 11.0.0-SNAPSHOT.20240424015024
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 15m20s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 15m20s
This commit is contained in:
parent
21b4d10829
commit
bc74bdc636
@ -1,6 +1,6 @@
|
|||||||
FROM docker.io/alpine:3.19 AS builder
|
FROM docker.io/alpine:3.20 AS builder
|
||||||
|
|
||||||
ENV VERSION=11.0.0-SNAPSHOT.20230217142243
|
ENV VERSION=11.0.0-SNAPSHOT.20240424015024
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openjdk21-jdk \
|
openjdk21-jdk \
|
||||||
maven \
|
maven \
|
||||||
@ -9,13 +9,11 @@ RUN apk add --no-cache \
|
|||||||
RUN git clone https://github.com/airsonic-advanced/airsonic-advanced
|
RUN git clone https://github.com/airsonic-advanced/airsonic-advanced
|
||||||
|
|
||||||
WORKDIR /airsonic-advanced
|
WORKDIR /airsonic-advanced
|
||||||
COPY mvn.patch .
|
|
||||||
RUN git checkout "$VERSION"
|
RUN git checkout "$VERSION"
|
||||||
RUN git apply mvn.patch
|
|
||||||
RUN mvn package -DskipTests
|
RUN mvn package -DskipTests
|
||||||
|
|
||||||
|
|
||||||
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
|
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
|
||||||
|
|
||||||
ENV JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
|
ENV JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
|
||||||
ENV AIRSONIC_DIR=/home/airsonic
|
ENV AIRSONIC_DIR=/home/airsonic
|
||||||
|
Loading…
Reference in New Issue
Block a user