1
0
mirror of https://github.com/rancher/os.git synced 2025-08-05 08:50:09 +00:00
os/scripts/images/openstack/Dockerfile.dapper

16 lines
507 B
Docker
Raw Normal View History

2016-02-18 17:10:56 +00:00
FROM debian:jessie
RUN apt-get update && \
apt-get install --no-install-recommends -y qemu-kvm qemu-utils curl ca-certificates
RUN mkdir -p /source/assets
# Change here to build a specific version
ENV VERSION latest
#RUN curl -fL https://releases.rancher.com/os/${VERSION}/rancheros.iso > /source/assets/rancheros.iso
COPY rancheros.iso /source/assets/rancheros.iso
2016-02-18 17:10:56 +00:00
CMD ["/source/scripts/build.sh"]
ENV DAPPER_RUN_ARGS --device /dev/kvm --privileged
2016-02-18 17:10:56 +00:00
ENV DAPPER_OUTPUT dist
ENV DAPPER_ENV APPEND NAME