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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Artifactory 6.x creates the custom site-logo location as a directory on new build. If config-db is already referencing a custom logo file, this will break the ability to set/reset the logo to a desired image-file
Expected Behavior:
Rebuilds of Artifactory either have the custom logo persisted across rebuilds or that using the web UI to reset will work.
Actual Behavior:
After rebuild, cutsom logo shows broken-link image on page and does not allow resetting via the admin UI
(Detailed) Steps to reproduce:
Rebuild a node (e.g., via ASG) after setting custom logo
(Optional) Fix recommendation:
Until vendor fixes the behavior:
(Minimum) ensure ${ARTIFACTORY_HOME}/etc/ui/logo does not exist as a directory
(Complete) ensure that ${ARTIFACTORY_HOME}/etc/ui/logo file is persisted across builds
The text was updated successfully, but these errors were encountered:
Problem Description:
Artifactory 6.x creates the custom site-logo location as a directory on new build. If config-db is already referencing a custom logo file, this will break the ability to set/reset the logo to a desired image-file
Expected Behavior:
Rebuilds of Artifactory either have the custom logo persisted across rebuilds or that using the web UI to reset will work.
Actual Behavior:
After rebuild, cutsom logo shows broken-link image on page and does not allow resetting via the admin UI
(Detailed) Steps to reproduce:
Rebuild a node (e.g., via ASG) after setting custom logo
(Optional) Fix recommendation:
Until vendor fixes the behavior:
${ARTIFACTORY_HOME}/etc/ui/logo
does not exist as a directory${ARTIFACTORY_HOME}/etc/ui/logo
file is persisted across buildsThe text was updated successfully, but these errors were encountered: