mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Add building and running openstack image to Makefile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
3
scripts/images/openstack/Dockerfile.dapper
Normal file → Executable file
3
scripts/images/openstack/Dockerfile.dapper
Normal file → Executable file
@@ -6,7 +6,8 @@ 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
|
||||
#RUN curl -fL https://releases.rancher.com/os/${VERSION}/rancheros.iso > /source/assets/rancheros.iso
|
||||
COPY rancheros.iso /source/assets/rancheros.iso
|
||||
CMD ["/source/scripts/build.sh"]
|
||||
|
||||
ENV DAPPER_RUN_ARGS --device /dev/kvm
|
||||
|
Reference in New Issue
Block a user