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.
2 parents 8d8c8eb + e6283c0 commit 9d0a766Copy full SHA for 9d0a766
Vagrantfile.freebsd
@@ -36,6 +36,10 @@ Vagrant.configure("2") do |config|
36
sh.inline = <<~SHELL
37
#!/usr/bin/env bash
38
set -eux -o pipefail
39
+ freebsd-version -kru
40
+ # switching to "release_2" ensures compatibility with the current Vagrant box
41
+ # https://github.com/moby/buildkit/pull/5893
42
+ sed -i '' 's/latest/release_2/' /usr/local/etc/pkg/repos/FreeBSD.conf
43
# `pkg install go` still installs Go 1.20 (March 2024)
44
pkg install -y go122 containerd runj
45
ln -s go122 /usr/local/bin/go
0 commit comments