Skip to content

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

@lmm1990

Description

@lmm1990

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions