Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump base image and module deps for java-binary-s2i #4

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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