[GH-ISSUE #226] Dockerfile CMD doesn't match ENTRYPOINT #125

Closed
opened 2026-02-26 09:36:43 +03:00 by kerem · 1 comment
Owner

Originally created by @NorseGaud on GitHub (Feb 22, 2020).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/226

I'm noticing something weird on https://hub.docker.com/r/onlyoffice/documentserver-de/tags.

The dockerfile for the tag is saying CMD bash -C '/app/onlyoffice/run-document-server.sh';'bash', yet, when I look at the digest, it runs ENTRYPOINT ["/bin/sh" "-c" "/app/ds/run-document-server.sh"]

Is this a problem?

Originally created by @NorseGaud on GitHub (Feb 22, 2020). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/226 I'm noticing something weird on https://hub.docker.com/r/onlyoffice/documentserver-de/tags. The dockerfile for the tag is saying `CMD bash -C '/app/onlyoffice/run-document-server.sh';'bash'`, yet, when I look at the digest, it runs `ENTRYPOINT ["/bin/sh" "-c" "/app/ds/run-document-server.sh"]` Is this a problem?
kerem closed this issue 2026-02-26 09:36:43 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Feb 23, 2020):

This line was changed to ENTRYPOINT at github.com/ONLYOFFICE/Docker-DocumentServer@d7833f454b

Maybe on hub.docker.com side is some kind of cache and needed to be refreshed?
@agolybev could you take a look?

<!-- gh-comment-id:590049356 --> @ShockwaveNN commented on GitHub (Feb 23, 2020): This line was changed to `ENTRYPOINT` at https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/d7833f454bfc3cb5067f4ed337483bf1559d0d10 Maybe on hub.docker.com side is some kind of cache and needed to be refreshed? @agolybev could you take a look?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#125
No description provided.