Skip to content

Commit

Permalink
feat: bump base image and module deps for java-binary-s2i
Browse files Browse the repository at this point in the history
- OpenJDK version is "11.0.9.1" 2020-11-04 LTS
  • Loading branch information
manusa committed Jan 12, 2021
1 parent 548504c commit c154c5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install CEKit
uses: manusa/actions-setup-cekit@v1.0.2
uses: manusa/actions-setup-cekit@v1.1.0
- name: Build java-binary-s2i
run: |
echo "Building quay.io/jkube/${{ matrix.image }}:${TAG}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install CEKit
uses: manusa/actions-setup-cekit@v1.0.2
uses: manusa/actions-setup-cekit@v1.1.0
- name: Get Tag
id: get_version
run: |
Expand Down
4 changes: 2 additions & 2 deletions jkube-java-binary-s2i.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: 1
name: "quay.io/jkube/jkube-java-binary-s2i"
description: "Platform for building and running plain Java applications (fat-jar and flat classpath)"
version: "latest"
from: "registry.access.redhat.com/ubi8/ubi-minimal:8.2"
from: "registry.access.redhat.com/ubi8/ubi-minimal:8.3"

labels:
- name: "io.k8s.display-name"
Expand Down Expand Up @@ -34,7 +34,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.42.0
ref: 0.44.0
install:
- name: jboss.container.microdnf-bz-workaround
- name: jboss.container.openjdk.jdk
Expand Down

0 comments on commit c154c5b

Please sign in to comment.