You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have jhipster (spring boot) java project that use the Graphics2D stack of java to build a png image rendering a text inside it. I'm using the full stack paketobuildpacks/builder-jammy-tiny, i was searching a method to install into the final image this apt package but the only thing that i found is to create a custom stack with this. There is no way to add an additional build like the apt-buildpackage or some environment that add this specific package to the ubuntu run image?
Describe the Enhancement
support add fontconfig to builder-jammy-tiny
Motivation
i have a springboot project,The configuration is as follows
Hi, I have jhipster (spring boot) java project that use the Graphics2D stack of java to build a png image rendering a text inside it. I'm using the full stack paketobuildpacks/builder-jammy-tiny, i was searching a method to install into the final image this apt package but the only thing that i found is to create a custom stack with this. There is no way to add an additional build like the apt-buildpackage or some environment that add this specific package to the ubuntu run image?
Describe the Enhancement
support add fontconfig to builder-jammy-tiny
Motivation
i have a springboot project,The configuration is as follows
bootBuildImage {
imageName = "registry.cn-shanghai.aliyuncs.com//rta-data-statistics:$version"
builder = "paketobuildpacks/builder-jammy-tiny:latest"
runImage = "paketobuildpacks/run-jammy-tiny:latest"
environment.put("BP_JVM_VERSION","17")
publish = true
docker {
host = "tcp://192.168.0.140:2375"
tlsVerify = false
publishRegistry {
username = ""
password = ""
url = ""
}
}
}
tiny image Unsupported add package fontconfig
The text was updated successfully, but these errors were encountered: