Skip to content
Snippets Groups Projects
Commit 0922a3f5 authored by thelamer's avatar thelamer Committed by Ryan Kuba
Browse files

revert to old rootfs for cloudimage on a temp basis

parent 59bba961
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ RUN \ ...@@ -16,7 +16,7 @@ RUN \
mkdir /root-out && \ mkdir /root-out && \
curl -o \ curl -o \
/rootfs.tar.gz -L \ /rootfs.tar.gz -L \
https://partner-images.canonical.com/core/${REL}/current/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \ https://partner-images.canonical.com/core/${REL}/20201102/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \
tar xf \ tar xf \
/rootfs.tar.gz -C \ /rootfs.tar.gz -C \
/root-out /root-out
......
...@@ -16,7 +16,7 @@ RUN \ ...@@ -16,7 +16,7 @@ RUN \
mkdir /root-out && \ mkdir /root-out && \
curl -o \ curl -o \
/rootfs.tar.gz -L \ /rootfs.tar.gz -L \
https://partner-images.canonical.com/core/${REL}/current/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \ https://partner-images.canonical.com/core/${REL}/20201102/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \
tar xf \ tar xf \
/rootfs.tar.gz -C \ /rootfs.tar.gz -C \
/root-out /root-out
......
...@@ -16,7 +16,7 @@ RUN \ ...@@ -16,7 +16,7 @@ RUN \
mkdir /root-out && \ mkdir /root-out && \
curl -o \ curl -o \
/rootfs.tar.gz -L \ /rootfs.tar.gz -L \
https://partner-images.canonical.com/core/${REL}/current/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \ https://partner-images.canonical.com/core/${REL}/20201102/ubuntu-${REL}-core-cloudimg-${ARCH}-root.tar.gz && \
tar xf \ tar xf \
/rootfs.tar.gz -C \ /rootfs.tar.gz -C \
/root-out /root-out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment