Skip to content

Missing usage of the common OS_CA_CERT_SOURCE_PATH variable in Dockerfiles #98

@rasmunk

Description

@rasmunk

&& cp ${CERT_DIR}/combined.pem /etc/pki/ca-trust/source/anchors/ \

This should instead use the common $OS_CA_CERT_SOURCE_PATH Dockerfile argument that already specifies this common path across each Dockerfile and is already currently being used to add the external-certificates before the OS ca trust is updated.

COPY external-certificates/ $OS_CA_CERT_SOURCE_PATH/

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions