Antes de utilizar el debug, se debe correr libreoffice en la consola.
libreoffice${OO_VERSION} \
--invisible \
--norestore \
--headless \
--nologo \
--nofirststartwizard \
--accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"First Steps install libreoffice
#LIBREOFFICE_VERSION=24.2.2
#LIBREOFFICE_VERSION_L2=24.2
#LIBREOFFICE_PYTHON=3.8.19
#LIBREOFFICE_VERSION=24.8.7
#LIBREOFFICE_VERSION_L2=24.8
#LIBREOFFICE_PYTHON=3.9.22
#LIBREOFFICE_VERSION=25.2.4
#LIBREOFFICE_VERSION_L2=25.2
#LIBREOFFICE_PYTHON=3.10.16
docker buildx build \
--build-arg LIBREOFFICE_VERSION=24.8.7 \
--build-arg LIBREOFFICE_VERSION_L2=24.8 \
--build-arg LIBREOFFICE_PYTHON=3.9.22 \
-t adhoc/aeroo-docs:9.7 \
--target prod \
-f docker/dockerfile .
#-t adhoc/aeroo-docs:9.7-dev \
#--target dev
docker push adhoc/aeroo-docs:9.7curl "localhost:8989/?jsonrpc=2.0&method=test&id=1"
for i in {1..15}
do
curl "localhost:8989/?jsonrpc=2.0&method=test&id=1" &
done