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

Commit

Permalink
Pull in kabanero/ubi8-maven:0.10.2 (#859)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <skurz@us.ibm.com>
  • Loading branch information
scottkurz committed Oct 9, 2020
1 parent cdbd1ce commit 8d8aebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion incubator/java-openliberty/image/Dockerfile-stack
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kabanero/ubi8-maven:0.9.0
FROM kabanero/ubi8-maven:0.10.2

LABEL vendor="Open Liberty" \
name="{{.stack.id}}" \
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-openliberty/image/project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the user's application
FROM kabanero/ubi8-maven:0.9.0 as compile
FROM kabanero/ubi8-maven:0.10.2 as compile

RUN groupadd java_group \
&& useradd --gid java_group --shell /bin/bash --create-home java_user \
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-openliberty/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Open Liberty
version: 0.2.16
version: 0.2.17
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
Expand Down

0 comments on commit 8d8aebc

Please sign in to comment.