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
OS: Debian 9.4 on Linux 4.14.71-v7+ #1145 SMP Fri Sep 21 15:38:35 BST 2018 armv7l
Docker registry UI:
Version: 2.0
Server: Docker
Docker version: 18.09
Docker registry ui tag: 2.0
OS/Arch: linux/arm
Additional context
This problem is not reproductible with 2.0-debian tag.
Before 2.0 migration, I used tag 1.5.4-static version.
Error log :
Error loading shared library libpcre.so.1: Operation not permitted (needed by /usr/sbin/nginx)
Error loading shared library libssl.so.1.1: Operation not permitted (needed by /usr/sbin/nginx)
Error loading shared library libcrypto.so.1.1: Operation not permitted (needed by /usr/sbin/nginx)
Error loading shared library libz.so.1: Operation not permitted (needed by /usr/sbin/nginx)
Error relocating /usr/sbin/nginx: TLS_method: symbol not found
Error relocating /usr/sbin/nginx: OCSP_response_get1_basic: symbol not found
Error relocating /usr/sbin/nginx: SSL_get_servername: symbol not found
Error relocating /usr/sbin/nginx: OPENSSL_sk_value: symbol not found
Error relocating /usr/sbin/nginx: EVP_DigestInit_ex: symbol not found
Error relocating /usr/sbin/nginx: X509_check_host: symbol not found
Error relocating /usr/sbin/nginx: X509_verify_cert: symbol not found
The text was updated successfully, but these errors were encountered:
Hum... That's odd... Can you replace the image joxit/docker-registry-ui:2.0 by nginx:alpine ?
This issue seems to be related to nginx, maybe there is something wrong with their image 🤔 .
Hi, after an upgrade to version 2.0, I have an issue
Bug description
When I start Docker container tag 2.0 on my Docker Swarm cluster (hosted on a Raspberry), I observe an error « Operation not permitted » on the log.
How to Reproduce
My Docker service definition
My Docker registry service definition
Expected behavior
Docker container start successfully
System information
Additional context
This problem is not reproductible with 2.0-debian tag.
Before 2.0 migration, I used tag 1.5.4-static version.
Error log :
The text was updated successfully, but these errors were encountered: