diff --git a/.goreleaser.yml b/.goreleaser.yml index e027cf39..88208e13 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -75,7 +75,7 @@ checksum: release: # If you want to manually examine the release before its live, uncomment this line: - draft: true + # draft: true # As part of the release doc files are included as a separate deliverable for consumption by Packer.io. # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above. extra_files: diff --git a/Dockerfile b/Dockerfile index b2a79dda..0149a690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:buster AS builder +FROM docker.io/library/golang:1.17.2-buster AS builder RUN apt-get update -qq \ && apt-get install -qqy git && \ mkdir /build diff --git a/samples/README.md b/samples/README.md index 289fa8d3..04a60777 100644 --- a/samples/README.md +++ b/samples/README.md @@ -19,7 +19,7 @@ docker run \ -v ${HOME}/.ssh/id_rsa.pub:/config/id_rsa.pub:ro \ -e PACKER_CACHE_DIR=/build/packer_cache \ -w /build/hostapd \ - ghcr.io/solo-io/packer-plugin-arm-image:v0.2.2 build -var wifi_ssid=wifi_extender -var wifi_psk=$PASSWORD -var local_ssh_public_key=/config/id_rsa.pub . + ghcr.io/solo-io/packer-plugin-arm-image:v0.2.3 build -var wifi_ssid=wifi_extender -var wifi_psk=$PASSWORD -var local_ssh_public_key=/config/id_rsa.pub . ``` The pi will now create a new wifi access point, bridging it to the ethernet network. @@ -51,7 +51,7 @@ docker run \ -v ${HOME}/.ssh/id_rsa.pub:/config/id_rsa.pub:ro \ -e PACKER_CACHE_DIR=/build/packer_cache \ -w /build/k8s \ - ghcr.io/solo-io/packer-plugin-arm-image:v0.2.2 build -var local_ssh_public_key=/config/id_rsa.pub . + ghcr.io/solo-io/packer-plugin-arm-image:v0.2.3 build -var local_ssh_public_key=/config/id_rsa.pub . ``` or, run as root: