mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
16 lines
320 B
Docker
16 lines
320 B
Docker
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
|
|
|
|
# set version label
|
|
ARG BUILD_DATE
|
|
ARG VERSION
|
|
ARG SONARR_VERSION
|
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
|
LABEL maintainer="thespad"
|
|
|
|
# add local files
|
|
COPY root-armhf/ /
|
|
|
|
# ports and volumes
|
|
EXPOSE 8989
|
|
|
|
VOLUME /config |