ProcessMaker / docker-executor-lua

Script Task Executor Engine with LUA Runtime
GNU Affero General Public License v3.0
0 stars 4 forks source link

Docker image debian 9.5 version was deprecated #8

Open Manojait opened 1 year ago

Manojait commented 1 year ago

While we try to install the processmaker, It throws an error message while we retrieve the package lua. While we debug we found, the package used in the docker file (debian 9.5) version was deprecated from docker.

image

To resolve this issue, Need to upgrade the version for debian in the git repo

Docker Hub Debian Link: https://hub.docker.com/_/debian

Reference image for the currently used docker file Debian version was deprecated from docker. image

Manojait commented 1 year ago

Hi @ryancooley ,
Could you please have a look at the above issue, Because while trying to install the processmaker faced some issues. While I am debugging the code I found the given Debian 9.5 version is deprecated from Docker.

Thanks...