Skip to content

Commit 9f8c55e

Browse files
jreleaserbotrunner
authored and
runner
committed
jbang v0.117.1
1 parent 19b3868 commit 9f8c55e

5 files changed

+9
-8
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ LABEL "org.opencontainers.image.title"="jbang"
44
LABEL "org.opencontainers.image.description"="Unleash the power of Java"
55
LABEL "org.opencontainers.image.url"="https://jbang.dev"
66
LABEL "org.opencontainers.image.licenses"="MIT"
7-
LABEL "org.opencontainers.image.version"="0.117.0"
8-
LABEL "org.opencontainers.image.revision"="d739694e8ab4278e680464250b4bf160b9982edb"
7+
LABEL "org.opencontainers.image.version"="0.117.1"
8+
LABEL "org.opencontainers.image.revision"="b91bed290cb279f873f94a9f2ef805fb380dc38c"
99

1010

1111
COPY assembly/* /
1212

13-
RUN jar xf jbang-0.117.0.zip && \
14-
rm jbang-0.117.0.zip && \
13+
RUN jar xf jbang-0.117.1.zip && \
14+
rm jbang-0.117.1.zip && \
1515
mv jbang-* jbang && \
1616
chmod +x jbang/bin/jbang
1717

@@ -22,7 +22,7 @@ ENV PATH="${PATH}:/jbang/bin"
2222
ADD ./entrypoint /bin/entrypoint
2323

2424
ENV SCRIPTS_HOME /scripts
25-
ENV JBANG_VERSION 0.117.0
25+
ENV JBANG_VERSION 0.117.1
2626
ENV JBANG_PATH=/jbang/bin
2727

2828
VOLUME /scripts

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
restore-keys: |
6464
$-jbang-
6565
- name: jbang
66-
uses: jbangdev/jbang-action@v0.117.0
66+
uses: jbangdev/jbang-action@v0.117.1
6767
with:
6868
script: createissue.java
6969
scriptargs: "my world"

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ inputs:
1818
required: false
1919
runs:
2020
using: 'docker'
21-
image: 'docker://ghcr.io/jbangdev/jbang-action:0.117.0'
21+
image: 'docker://ghcr.io/jbangdev/jbang-action:0.117.1'
Binary file not shown.

container-structure-test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ commandTests:
2828
value: https://github.com/jruby
2929
command: "entrypoint"
3030
expectedError:
31-
- "Adding .https://github.com/jruby. to /jbang/.jbang/trusted-sources.json"
31+
- ".*(Trusting permanently:).*"
32+
- ".*(https://github.com/jruby).*"
3233
- name: "Does multiple arguments work"
3334
envVars:
3435
- key: INPUT_SCRIPT

0 commit comments

Comments
 (0)