Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
ahdark-blog-releaser v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Dec 8, 2023
1 parent a9dc8f2 commit 74030b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Generated with JReleaser 1.9.0 at 2023-12-08T17:32:32.198979691Z
# Generated with JReleaser 1.9.0 at 2023-12-08T17:35:37.172572817Z
FROM azul/zulu-openjdk-alpine:17-jre

LABEL "org.opencontainers.image.title"="ahdark-blog-releaser"
LABEL "org.opencontainers.image.description"="AHdark Blog Release Notification Service"
LABEL "org.opencontainers.image.url"="https://github.com/AH-dark/ahdark-blog-releaser"
LABEL "org.opencontainers.image.licenses"="MIT"
LABEL "org.opencontainers.image.version"="1.0.2"
LABEL "org.opencontainers.image.revision"="7c20f5b06492976da8bb9662bf1ed5c3ae54d86b"
LABEL "org.opencontainers.image.version"="1.0.3"
LABEL "org.opencontainers.image.revision"="32c1797d5e668a6f877c4291afa0c8783583a872"


COPY assembly/ /

RUN mkdir -p /ahdark-blog-releaser-1.0.2/bin && \
mkdir -p /ahdark-blog-releaser-1.0.2/lib && \
mv /ahdark-blog-releaser /ahdark-blog-releaser-1.0.2/bin && \
chmod +x /ahdark-blog-releaser-1.0.2/bin/ahdark-blog-releaser && \
mv /ahdark-blog-releaser-all.jar /ahdark-blog-releaser-1.0.2/lib
RUN mkdir -p /ahdark-blog-releaser-1.0.3/bin && \
mkdir -p /ahdark-blog-releaser-1.0.3/lib && \
mv /ahdark-blog-releaser /ahdark-blog-releaser-1.0.3/bin && \
chmod +x /ahdark-blog-releaser-1.0.3/bin/ahdark-blog-releaser && \
mv /ahdark-blog-releaser-all.jar /ahdark-blog-releaser-1.0.3/lib

ENV PATH="${PATH}:/ahdark-blog-releaser-1.0.2/bin"
ENV PATH="${PATH}:/ahdark-blog-releaser-1.0.3/bin"


ENTRYPOINT ["/ahdark-blog-releaser-1.0.2/bin/ahdark-blog-releaser"]
ENTRYPOINT ["/ahdark-blog-releaser-1.0.3/bin/ahdark-blog-releaser"]
CMD ["ahdark-blog-releaser"]
4 changes: 2 additions & 2 deletions assembly/ahdark-blog-releaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# Generated with JReleaser 1.9.0 at 2023-12-08T17:32:32.198979691Z
# Generated with JReleaser 1.9.0 at 2023-12-08T17:35:37.172572817Z

$JAVA_HOME/bin/java $JAVA_OPTS \
-jar /ahdark-blog-releaser-1.0.2/lib/ahdark-blog-releaser-all.jar \
-jar /ahdark-blog-releaser-1.0.3/lib/ahdark-blog-releaser-all.jar \
"$@"
Binary file modified assembly/ahdark-blog-releaser-all.jar
Binary file not shown.

0 comments on commit 74030b9

Please sign in to comment.