mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Some checks failed
/ sync-acceptance (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
10 lines
437 B
YAML
10 lines
437 B
YAML
# Copyright IBM Corp. 2010, 2025
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# This is the list of required boxes for acceptance tests, and
|
|
# their locations. The locations are used to download the boxes
|
|
# on the fly, if necessary. Additionally, a SHA1 checksum is
|
|
# given to determine if the box needs to be updated.
|
|
- name: default
|
|
url: http://files.vagrantup.com/test/boxes/default.box
|
|
checksum: 1b0a7eb6e152c5b43f45485654ff4965a7f9f604
|