PrivateBin / docker-unit-alpine

PrivateBin docker image based on Nginx Unit & Alpine Linux stack
https://hub.docker.com/r/privatebin/unit-alpine/
7 stars 1 forks source link

automated build fails #2

Closed elrido closed 1 year ago

elrido commented 1 year ago

The latest automated builds failed in the smoketest - the image builds but exits within 5s after starting it.

Replicating the build, the image fails to start with these messages:

unknown option "--tmp", try "/usr/sbin/unitd -h" for available options

We start the service as follows: https://github.com/PrivateBin/docker-unit-alpine/blob/ba376ab4336d48777f2b1e3210d3ec1acc29338a/Dockerfile#L94

The last working build shipped unit version 1.29.1-r1, it now is 1.30.0-r0 (released May 10th) - bit unexpected to see this make it into a stable alpine release, but it is only a minor version change and their changelog doesn't mention any changed options in 1.30.0.