freeipa / freeipa-openshift-container

FreeIPA container for OpenShift 4
5 stars 7 forks source link

Update container naming scheme #25

Closed avisiedo closed 2 years ago

avisiedo commented 2 years ago
tiran commented 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.

avisiedo commented 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.

A new ticket will be for all the metadata (Dockerfile and Openshift resources).