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

#16 update base image to jdk17 #19

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: 1
name: "artemiscloud/activemq-artemis-broker"
description: "ActiveMQ Artemis broker container image"
version: "0.1.7"
from: "registry.access.redhat.com/ubi8:8.5-214"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.11-2"

labels:
- name: "io.k8s.display-name"
Expand Down Expand Up @@ -32,6 +32,7 @@ envs:
value: "false"

packages:
manager: microdnf
install:
- hostname
- libaio
Expand All @@ -47,8 +48,6 @@ modules:

install:
- name: jboss.container.user
- name: jboss.container.openjdk.jdk
version: "11"
- name: activemq.artemis.install
- name: activemq.artemis.chown
run:
Expand Down