Closed avisiedo closed 2 years ago
We could look into adding custom labels to the FreeIPA container, e.g. LABEL org.freeipa.freeipa-server.version="version string"
. Labels can be set statically in the dockerfile or dynamically by the container builder. podman inspect
can dump labels as JSON obejcts.
We could look into adding custom labels to the FreeIPA container, e.g.
LABEL org.freeipa.freeipa-server.version="version string"
. Labels can be set statically in the dockerfile or dynamically by the container builder.podman inspect
can dump labels as JSON obejcts.
A new ticket will be for all the metadata (Dockerfile and Openshift resources).