quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Oracle DB container image not booting #33081

Closed Sanne closed 1 year ago

Sanne commented 1 year ago

Description

It seems the latest snapshot of docker.io/gvenzl/oracle-free:23-slim-faststart is not booting correctly.

This is urgent as it's causing our CI jobs to fail (e.g. #33070 ) ; I suspect end users of already released Quarkus tags are also affected via devservices.

cc/ @gvenzl

Implementation ideas

Switch to a specific "real tag" of the image, or try the non-faststart. Unfortunately neither will fix the experience of already released versions of Quarkus using the Oracle devservice.

gvenzl commented 1 year ago

Hey @Sanne,

The issues in the docker image have been resolved.

Sanne commented 1 year ago

Many thanks @gvenzl , indeed it's all good on our side now.

gvenzl commented 1 year ago

Great, glad to hear that!