Merge branch 'master' into support-rootless
This commit is contained in:
commit
3e0cc0ff8d
6 changed files with 15 additions and 14 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# The build image could be golang, but it currently does not support riscv64. Only debian:sid does, at the time of writing.
|
||||
FROM debian:sid-slim AS build
|
||||
|
||||
# Install dependencies
|
||||
|
|
@ -9,7 +10,7 @@ COPY build.sh VERSION /build/
|
|||
RUN bash build.sh
|
||||
|
||||
FROM debian:sid-slim
|
||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||
LABEL maintainer="Simon Felding <sife@adm.ku.dk>"
|
||||
|
||||
# These are only exported if running as root
|
||||
EXPOSE 25/tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue