Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 978 Bytes

README.adoc

File metadata and controls

24 lines (16 loc) · 978 Bytes

Spring Boot Test Builder

This repository contains a Cloud Native Buildpacks (CNB) builder and buildpack that are used by Spring Boot integration tests.

Note
Use of the builder and buildpack by a CNB platform do not result in a usable image, but provide information that can be verified in tests to ensure that the Spring Boot CNB integration is working properly.

Building Locally

The builder and buildpack can be built locally for testing. The steps below require the pack CLI to be installed.

Building the Builder

cd builder
pack builder create ghcr.io/spring-io/spring-boot-cnb-test-builder --config builder.toml

Building the Buildpack

cd buildpacks
pack buildpack package ghcr.io/spring-io/spring-boot-test-info --config package.toml