daster:0.1.0
This commit is contained in:
commit
3456d6f51b
8 changed files with 59 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM alpine:3.16.9
|
||||
|
||||
LABEL maintainer="Alexander Zhirov <alexander@zhirov.kz>"
|
||||
|
||||
RUN apk update && apk add --no-cache curl && \
|
||||
curl -O https://alpine.zhirov.kz/zhirov-646e5b69.rsa.pub --output-dir /etc/apk/keys && \
|
||||
echo 'https://alpine.zhirov.kz/v3.16/zhirov' >> /etc/apk/repositories && \
|
||||
apk del --no-cache --purge curl && \
|
||||
apk update && apk add --no-cache daster
|
||||
|
||||
VOLUME /etc/daster /var/log /var/certs
|
||||
EXPOSE 80 443
|
||||
|
||||
CMD ["sh", "-c", "busybox syslogd -n -O /dev/stdout & /usr/bin/daster"]
|
Loading…
Add table
Add a link
Reference in a new issue