Skip to content

builder-jammy-tiny need support LANG environment #304

@lmm1990

Description

@lmm1990

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

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