Skip to content

Commit 2d5bfd6

Browse files
authored
Bump to v1.8.6 and move provisioner to bin path (#4)
* Bump packer version, move provisioner to bin path * Bump version * Bump dependancies
1 parent f725329 commit 2d5bfd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM hashicorp/packer:1.8.4
1+
FROM hashicorp/packer:1.8.6
22
LABEL org.opencontainers.image.description packer
3-
RUN apk add --no-cache -q curl=7.83.1-r4 jq=1.6-r1 bash=5.1.16-r2 && \
3+
RUN apk add --no-cache -q curl=7.88.1-r1 jq=1.6-r2 bash=5.2.15-r0 && \
44
mkdir -p /root/.packer.d/plugins/ && \
55
curl -sLO https://github.com/YaleUniversity/packer-provisioner-goss/releases/download/v3.1.4/packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
66
tar -xvzf packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz && \
7-
mv packer-provisioner-goss /root/.packer.d/plugins/ && \
7+
mv packer-provisioner-goss /bin/packer-provisioner-goss && \
88
rm -vf README.md LICENSE packer-provisioner-goss-v3.1.4-linux-amd64.tar.gz
99
ENTRYPOINT [ "/bin/packer" ]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.4-1
1+
1.8.6

0 commit comments

Comments
 (0)