Skip to content

Commit

Permalink
fix: update goss Packer plugin (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Oct 22, 2024
1 parent 649fa99 commit 89a2637
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN --mount=type=secret,id=githubtoken PACKER_GITHUB_API_TOKEN="$(cat /run/secre
packer-${BUILDARCH} plugins install github.com/hashicorp/ansible ">=1.1.0" && \
packer-${BUILDARCH} plugins install github.com/hashicorp/vsphere ">=1.0.8" && \
packer-${BUILDARCH} plugins install github.com/ivoronin/sshkey ">=1.0.1" && \
packer-${BUILDARCH} plugins install github.com/supershal/goss ">=3.1.5"
packer-${BUILDARCH} plugins install github.com/mesosphere/goss ">=3.3.0"

# Non-trivial bash scripting like e.g. the Makefile require bash instead of
# plain sh, in order to function.
Expand Down
4 changes: 2 additions & 2 deletions pkg/packer/manifests/aws/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packer {
source = "github.com/hashicorp/ansible"
}
goss = {
version = ">=3.1.5"
source = "github.com/supershal/goss"
version = ">=3.3.0"
source = "github.com/mesosphere/goss"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/packer/manifests/azure/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packer {
source = "github.com/hashicorp/ansible"
}
goss = {
version = ">=3.1.5"
source = "github.com/supershal/goss"
version = ">=3.3.0"
source = "github.com/mesosphere/goss"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/packer/manifests/gcp/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packer {
source = "github.com/hashicorp/ansible"
}
goss = {
version = ">=3.1.5"
source = "github.com/supershal/goss"
version = ">=3.3.0"
source = "github.com/mesosphere/goss"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/packer/manifests/vsphere/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ packer {
source = "github.com/ivoronin/sshkey"
}
goss = {
version = ">=3.1.5"
source = "github.com/supershal/goss"
version = ">=3.3.0"
source = "github.com/mesosphere/goss"
}
}
}
Expand Down

0 comments on commit 89a2637

Please sign in to comment.