mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
11 lines
270 B
Text
11 lines
270 B
Text
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
|
|
|
|
# set version label
|
|
ARG BUILD_DATE
|
|
ARG KASM_VERSION
|
|
ARG VERSION
|
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
|
LABEL maintainer="thelamer"
|
|
|
|
# add init files
|
|
COPY root-armhf/ /
|