spring-boot-actions/Spring Boot Bake
Generate docker-bake.hcl and Dockerfile for "docker/bake-action" to build Spring Boot Docker Image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-image | The base image to use for the Docker image | no | eclipse-temurin:11-jre-jammy |
| jarmode | The mode used for executing the Spring Boot JAR file | no | tools |
Outputs
| name | description |
|---|---|
| bake-file | The path to the generated docker-bake.hcl file |
| dockerfile | The path to the generated Dockerfile |