File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,19 @@ LABEL "org.opencontainers.image.title"="jbang"
4
4
LABEL "org.opencontainers.image.description" ="Unleash the power of Java"
5
5
LABEL "org.opencontainers.image.url" ="https://jbang.dev"
6
6
LABEL "org.opencontainers.image.licenses" ="MIT"
7
- LABEL "org.opencontainers.image.version" ="0.119 .0"
8
- LABEL "org.opencontainers.image.revision" ="7af0ad56db2162121ab48b37132008417528a7c0 "
7
+ LABEL "org.opencontainers.image.version" ="0.124 .0"
8
+ LABEL "org.opencontainers.image.revision" ="44067df3442654cb0d612fa76b9032f06ca7a799 "
9
9
10
10
11
11
COPY assembly/* /
12
12
13
- RUN jar xf jbang-0.119.0.zip && \
14
- rm jbang-0.119.0.zip && \
13
+ # # mkdir of .userPrefs is to fix https://github.com/jbangdev/jbang/issues/1831
14
+ RUN jar xf jbang-0.124.0.zip && \
15
+ rm jbang-0.124.0.zip && \
15
16
mv jbang-* jbang && \
16
- chmod +x jbang/bin/jbang
17
+ chmod +x jbang/bin/jbang && \
18
+ mkdir -p $HOME/.java/.userPrefs
19
+
17
20
18
21
VOLUME /scripts
19
22
@@ -22,7 +25,7 @@ ENV PATH="${PATH}:/jbang/bin"
22
25
ADD ./entrypoint /bin/entrypoint
23
26
24
27
ENV SCRIPTS_HOME /scripts
25
- ENV JBANG_VERSION 0.119 .0
28
+ ENV JBANG_VERSION 0.124 .0
26
29
ENV JBANG_PATH=/jbang/bin
27
30
28
31
VOLUME /scripts
Original file line number Diff line number Diff line change 63
63
restore-keys : |
64
64
$-jbang-
65
65
- name : jbang
66
- uses : jbangdev/jbang-action@v0.119 .0
66
+ uses : jbangdev/jbang-action@v0.124 .0
67
67
with :
68
68
script : createissue.java
69
69
scriptargs : " my world"
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ inputs:
18
18
required : false
19
19
runs :
20
20
using : ' docker'
21
- image : ' docker://ghcr.io/jbangdev/jbang-action:0.119 .0'
21
+ image : ' docker://ghcr.io/jbangdev/jbang-action:0.124 .0'
You can’t perform that action at this time.
0 commit comments