Skip to content

Commit

Permalink
* jre: published neowu/jre:21.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
  • Loading branch information
neowu committed Feb 7, 2024
1 parent e7793b9 commit ec1f94d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 9.0.6 (1/29/2024 - )

* executor: tweak shutdown handling, print all tasks not complete
* jre: published neowu/jre:21.0.2

### 9.0.5 (1/10/2024 - 1/29/2024)

Expand Down
2 changes: 1 addition & 1 deletion ext/log-collector/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neowu/jre:21.0.1
FROM neowu/jre:21.0.2
LABEL app=log-collector
RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
USER 1000
Expand Down
2 changes: 1 addition & 1 deletion ext/log-exporter/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neowu/jre:21.0.1
FROM neowu/jre:21.0.2
LABEL app=log-exporter
RUN apk add --no-cache python3 curl
# gcloud iam requires user home, so must not put --no-create-home
Expand Down
2 changes: 1 addition & 1 deletion ext/log-processor/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neowu/jre:21.0.1
FROM neowu/jre:21.0.2
LABEL app=log-processor
RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
USER 1000
Expand Down
2 changes: 1 addition & 1 deletion ext/monitor/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neowu/jre:21.0.1
FROM neowu/jre:21.0.2
LABEL app=monitor
RUN addgroup --gid 1000 --system app && adduser --system --no-create-home --ingroup app --uid 1000 app
USER 1000
Expand Down

0 comments on commit ec1f94d

Please sign in to comment.