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
- Host: GitHub
- URL: https://github.com/curium-rocks/oci-spring-petclinic
- Owner: curium-rocks
- License: apache-2.0
- Created: 2022-09-20T12:15:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T14:58:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T13:32:48.765Z (6 months ago)
- Topics: multi-platform, oci-image, petclinic, spring, spring-boot
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.