summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordd@wx.tnyzeq.icu <dd@wx.tnyzeq.icu>2024-05-17 08:29:55 +0200
committerdd <dd@wx.tnyzeq.icu>2024-05-17 08:40:10 +0200
commit0858b74d0ef84d5fdd7a33fd0a47c507175fe34f (patch)
treedfdcafc81acb0c0632bd7eaa73967de28d82b733
parentb9ad1c3db4e134d0d22c917e6613a8d246735c03 (diff)
downloadvyos-build-0858b74d0ef84d5fdd7a33fd0a47c507175fe34f.tar.gz
vyos-build-0858b74d0ef84d5fdd7a33fd0a47c507175fe34f.zip
docker: added temporary fixed version for packer because newer version has incompatible package
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0518a601..e2e200e0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -201,7 +201,8 @@ RUN wget https://salsa.debian.org/klausenbusk-guest/debootstrap/commit/a9a603b17
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \
jq -r -M '.current_version')"; \
- echo "url https://releases.hashicorp.com/packer/${LATEST}/packer_${LATEST}_linux_amd64.zip" |\
+# echo "url https://releases.hashicorp.com/packer/${LATEST}/packer_${LATEST}_linux_amd64.zip" |\
+ echo "url https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_linux_amd64.zip" |\
curl -K- | gzip -d > /usr/bin/packer && \
chmod +x /usr/bin/packer; \
fi