mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-03-09 00:09:44 +08:00
12 lines
284 B
Docker
12 lines
284 B
Docker
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16-fb0ed076-ls25
|
|
|
|
# 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/ /
|