Embarcadero / paserver-docker

Docker script for RAD Studio Linux deployment via PAServer
https://hub.docker.com/r/radstudio/pa-radserver
Other
34 stars 13 forks source link

Disk space occupation ERROR #26

Open EUConsulting opened 1 week ago

EUConsulting commented 1 week ago

Even in the new PAServer version, creating the container via docker causes a space occupation estimated at 100 MB every 2/3 minutes of use We have already reported this error (RSS-1076) that has been re-proposed in the new version:slight_frown: We recommend checking and correcting the run.sh script with one similar to this one that solves the problem docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --platform linux/amd64 -it -e PA_SERVER_PASSWORD=MyPasswd -p 64211:64211-name mycontainer_name radstudio/paserver:latest

checkdigits commented 1 week ago

Thanks for letting us know. We'll look at this right away.

lmbelo commented 1 week ago

@EUConsulting Are you using the latest version of this repository? Can you also share the steps to reproduce this error, please?

EUConsulting commented 1 week ago

I am using the latest version published by you (downloaded 2 days ago) and the latest version of docker To reproduce the fact, simply follow the steps you indicated (those for docker) and leave the container for a few minutes, you will immediately see that docker_data.vhdx in the path C:\Users\myuser\AppData\Local\Docker\wsl\disk will start to grow out of control.

the script that produces the error is this : docker run -d \ -e PA_SERVER_PASSWORD=mysupersecurepassword \ --name myPAServer \ -p 65000:64211 radstudio/paserver:latest

to avoid the problem i used this docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --platform linux/amd64 -it -e PA_SERVER_PASSWORD=MyPasswd -p 64211:64211-name mycontainer_name radstudio/paserver:latest

I had already reported this problem about 3 months ago on the Quality Portal (RSS-1076) Embarcadero and you had corrected it (in RSS-1076 you can find your answer). Now two months ago you produced the new version of run.sh that shows the same error. If you do the installation you will see that the output of the PAServer console produces a '>> >>>>>>>>' in an infinite loop instead of producing the PAServer management menu (Logs of Docker)

also fix the interbase docker image script this extracts the update 4 version while update 6 is also available in Dockerfile change

ADD https://altd.embarcadero.com/download/interbase/2020/Update4/InterBase_2020_Linux.zip ./ibinstall.zip

ADD https://altd.embarcadero.com/download/interbase/2020/Update6/InterBase_2020_Linux.zip ./ibinstall.zip

let me know if I can be of further assistance Ciao from Italy Raffaele

lmbelo commented 1 week ago

@EUConsulting please, use the run.sh script, otherwise you need to provide the -t option by yourself.

lmbelo commented 1 week ago

@EUConsulting we are also working in the new Docker image for InterBase.