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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Dec 7, 2023
1 parent c6de4de commit 6df8c6a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated with JReleaser 1.9.0 at 2023-12-07T17:27:52.061614703Z
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.0"
LABEL "org.opencontainers.image.revision"="c6de4de35fc0de7c697f9a6443ac0483d95eb2b0"


COPY assembly/ /

RUN unzip ahdark-blog-releaser-1.0.0.zip && \
rm ahdark-blog-releaser-1.0.0.zip && \
chmod +x ahdark-blog-releaser-1.0.0/bin/ahdark-blog-releaser


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

ENTRYPOINT ["/ahdark-blog-releaser-1.0.0/bin/ahdark-blog-releaser"]
Binary file added assembly/ahdark-blog-releaser-1.0.0.zip
Binary file not shown.

0 comments on commit 6df8c6a

Please sign in to comment.