Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add fontconfig to builder-jammy-tiny #424

Open
lmm1990 opened this issue Nov 21, 2024 · 0 comments
Open

How to add fontconfig to builder-jammy-tiny #424

lmm1990 opened this issue Nov 21, 2024 · 0 comments

Comments

@lmm1990
Copy link

lmm1990 commented Nov 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant