An open API service indexing awesome lists of open source software.

https://github.com/curium-rocks/oci-spring-petclinic

A multi platform container image for the spring pet clinic project
https://github.com/curium-rocks/oci-spring-petclinic

multi-platform oci-image petclinic spring spring-boot

Last synced: 4 months ago
JSON representation

A multi platform container image for the spring pet clinic project

Awesome Lists containing this project

README

        

# OCI-SPRING-PETCLINIC
This creates a multi platform container image running the spring boot pet clinic example. You can build locally with `make image` but the image is publically available `docker pull ghcr.io/curium-rocks/spring-petclinic:latest`. An alpine base with Java 17 is used for this image. This image is built nightly to bring in the latest from the alpine base and the pet clinic project.