We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675679c commit b1ba231Copy full SHA for b1ba231
arch/build
@@ -4,8 +4,7 @@ set -e
4
TAG="$1"
5
6
if [ ! -e arch.tar.gz ]; then
7
- DATE=`date +%Y.%m.%d`
8
- curl -o arch.tar.gz -L https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-bootstrap-${DATE}-x86_64.tar.gz
+ curl -o arch.tar.gz -L https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-bootstrap-$(date +%Y.%m).01-x86_64.tar.gz
9
fi
10
11
# Remove the trailing "/root.x86_64" from the base image.
0 commit comments