1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 13:37:03 +00:00

Fix rootfs.tar

This commit is contained in:
Darren Shepherd 2016-05-06 15:45:16 -07:00
parent 3732ab5661
commit ab6cc149d3

View File

@ -169,8 +169,8 @@ ENV DAPPER_OUTPUT ./bin ./dist ./build/os-config.yml ./build/initrd
RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > /usr/bin/dapper && \ RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > /usr/bin/dapper && \
chmod +x /usr/bin/dapper chmod +x /usr/bin/dapper
RUN mkdir -p src/docker/00-rootfs/build && \ RUN mkdir -p images/00-rootfs/build && \
curl -pfL ${!OS_BASE_URL} | tar xvJf - -C src/docker/00-rootfs/build curl -pfL ${!OS_BASE_URL} | tar xvJf - -C images/00-rootfs/build
ENTRYPOINT ["./scripts/entry"] ENTRYPOINT ["./scripts/entry"]
CMD ["ci"] CMD ["ci"]