#
# A Fedora CoreOS image tailored for tmt test suite
#
# Similar to `Containerfile.coreos`, but aims to simulate ostree-booted environment
#
# tmt/tests/fedora/coreos/ostree:latest
#

FROM quay.io/fedora/fedora-coreos:stable

RUN <<EOF
set -ex

# Simulate ostree-booted environment
touch /run/ostree-booted
EOF
