Describe the Enhancement
support environment
--env BPE_LC_ALL=en_US.utf8
--env BPE_LANG=en_US.utf8 \
Motivation
i have a springboot project,The configuration is as follows
bootBuildImage {
imageName = "registry.cn-shanghai.aliyuncs.com/metafusion/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 utf8
Describe the Enhancement
support environment
--env BPE_LC_ALL=en_US.utf8
--env BPE_LANG=en_US.utf8 \
Motivation
i have a springboot project,The configuration is as follows
tiny image Unsupported utf8