Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Update to UBI 8.7, update ubi-quarkus-mandrel-builder-image, removes Micronaut #129

Closed Karm closed 1 year ago

jerboaa commented 1 year ago

@Karm the image URL change probably breaks some of the older image based tests. Example:

Error response from daemon: manifest for quay.io/quarkus/ubi-quarkus-mandrel-builder-image:20.3-java11 not found: manifest unknown: manifest unknown

I think we can remove 20.3 (no longer supported). Same for 22.2. We need to fix 21.3, though.

Karm commented 1 year ago

@jerboaa yeah, I will fix it :+1:

Karm commented 1 year ago

@jerboaa WIP, no need to review yet...

Karm commented 1 year ago

Ready for a review.