You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels version and org.opencontainers.image.version are set on the Liberty images. But this could be overridden by application images (getting-started Liberty app does that). Create a unique label to specify the version of Liberty runtime, so it can be easily retrieved from the image metadata.
Suggest to add these:
liberty.version (so it's common for both OL and WL)
com.ibm.websphere.liberty.version (for WL)
io.openliberty.version (for OL)
Users can use skopeo inspect command to retrieve Liberty runtime version. The goal is to determine the version without running the image. Podman/docker inspect could be used as well, but that requires the image to be pulled.
Delivered to WebSphere Liberty
Delivered to Open Liberty
The text was updated successfully, but these errors were encountered:
leochr
changed the title
Provide a simple way to determine Liberty version within the application image
Provide a simple way to determine Liberty version
Apr 13, 2022
Labels
version
andorg.opencontainers.image.version
are set on the Liberty images. But this could be overridden by application images (getting-started Liberty app does that). Create a unique label to specify the version of Liberty runtime, so it can be easily retrieved from the image metadata.Suggest to add these:
liberty.version
(so it's common for both OL and WL)com.ibm.websphere.liberty.version
(for WL)io.openliberty.version
(for OL)Users can use skopeo
inspect
command to retrieve Liberty runtime version. The goal is to determine the version without running the image. Podman/docker inspect could be used as well, but that requires the image to be pulled.The text was updated successfully, but these errors were encountered: