# SPDX-License-Identifier: Apache-2.0
#!BuildTag: rancher/elemental-teal-rt-channel/5.3:latest
#!BuildTag: rancher/elemental-teal-rt-channel/5.3:1.1.4
#!BuildTag: rancher/elemental-teal-rt-channel/5.3:1.1.4-%RELEASE%
FROM bci/bci-busybox:latest
ADD channel.json /channel.json

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
LABEL org.opencontainers.image.title="Rancher Elemental Teal Real-Time Channel"
LABEL org.opencontainers.image.description="The Elemental Teal Channel images list including Real-Time Linux kernel"
LABEL org.opencontainers.image.version="1.1.4"
LABEL org.opencontainers.image.url="https://build.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="%%IMG_REPO%%/rancher/elemental-teal-rt-channel/5.3"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
# endlabelprefix

USER 10010:10010

ENTRYPOINT ["busybox", "cp"]
CMD ["/channel.json", "/data/output"]
