mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-26 16:44:52 +08:00
use commit sha and port 9000
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
6fe6d7e0b4
commit
8cabad38a6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM golang:1.20.3-alpine3.17 as go
|
|||
RUN apk add --no-cache \
|
||||
vips-dev \
|
||||
build-base; \
|
||||
go install github.com/h2non/imaginary@master # use master branch as base
|
||||
go install github.com/h2non/imaginary@b632dae
|
||||
|
||||
FROM alpine:3.17.3
|
||||
RUN apk add --no-cache \
|
||||
|
@ -15,7 +15,7 @@ COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary
|
|||
|
||||
# https://github.com/h2non/imaginary#memory-issues
|
||||
ENV MALLOC_ARENA_MAX=2
|
||||
ENTRYPOINT ["imaginary", "-return-size", "-max-allowed-resolution", "222.2"]
|
||||
ENTRYPOINT ["imaginary", "-p", "9000", "-return-size", "-max-allowed-resolution", "222.2"]
|
||||
|
||||
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue