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 May 30, 2023. It is now read-only.
Currently the Docker volume is set to /opt/cometd/. This is too greedy. (My fault. Still new-ish to Dockerfiles and didn't think out the ramifications.) Since that folder contains the binaries, updating won't work properly since they will be stored in the volume.
This will be a bit ugly to pick apart, as it likes to have everything in the same folder. Perhaps symlinks will fix the issue, or we may need to figure something else out.
We should also keep in mind current users (coughmecough) who will need to upgrade, and how whatever fix is determined will be applied so data isn't lost.
The text was updated successfully, but these errors were encountered:
Currently the Docker volume is set to
/opt/cometd/
. This is too greedy. (My fault. Still new-ish to Dockerfiles and didn't think out the ramifications.) Since that folder contains the binaries, updating won't work properly since they will be stored in the volume.This will be a bit ugly to pick apart, as it likes to have everything in the same folder. Perhaps symlinks will fix the issue, or we may need to figure something else out.
We should also keep in mind current users (coughmecough) who will need to upgrade, and how whatever fix is determined will be applied so data isn't lost.
The text was updated successfully, but these errors were encountered: