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
The file /app/lib/tzdata-1.1.2/priv/latest_remote_poll.txt at docker startup.
It will stopped the deployment on Kubernetes/OpenShift as the folder /app/lib/tzdata-1.1.2/priv is read only.
To let it work the following Dockerfile should be used:
FROM openfn/lightning:v2.10.7
RUN chmod -R a+rwX /app/lib/tzdata-1.1.2/priv/
A solution could be to write this file to /app/priv/static or to the cache folder /.npm
The text was updated successfully, but these errors were encountered:
The file
/app/lib/tzdata-1.1.2/priv/latest_remote_poll.txt
at docker startup.It will stopped the deployment on Kubernetes/OpenShift as the folder
/app/lib/tzdata-1.1.2/priv
is read only.To let it work the following Dockerfile should be used:
A solution could be to write this file to
/app/priv/static
or to the cache folder/.npm
The text was updated successfully, but these errors were encountered: