Skip to content

Commit f889dd1

Browse files
committed
(doc) Update Pakcage Verifier documentation
1 parent 1f7e3a7 commit f889dd1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/content/docs/en-us/community-repository/moderation/package-verifier.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The verifier is a service that checks the correctness (that the package actually
2222
## Specifications
2323

2424
<Callout type="info">
25-
We currently run against only one system. This was chosen as it will install almost all Chocolatey packages. We will be adding multiple systems in the future.
25+
We currently run against only one system. This was chosen as it will install almost all Chocolatey packages.
2626
</Callout>
2727

2828
The systems we run against:
29-
* Windows Server 2012 R2 x64
30-
* It's a completely stock machine, no Windows updates applied. No hotfixes. Imagine that you took the image and ran it without applying any Windows updates.
31-
* Has very limited things installed (bitvise sshd, git, notepad++, 7zip)
32-
* The Printer Spooler Service is stopped and disabled. This can cause problems for packages that deal with software that relates to anything to do with printing, i.e. printing of PDF files.
29+
* Windows Server 2019
30+
* Windows Subsystem for Linux (WSL) enabled
31+
* .NET 3.5 and 4.8 preinstalled
32+
* Windows Updates installed through to 2024-05-28
3333

3434

3535
## How can I bypass the verifier?
@@ -42,10 +42,10 @@ If your package needs to be exempted, please contact the site admins on the pack
4242

4343
The verifier has the following prerequisites for it to work:
4444

45-
* VirtualBox installed (4.3.x series - the verifier box has 4.3.28 installed)
46-
* Vagrant installed (right now 1.7.4 is recommended)
45+
* VirtualBox installed (The verifier box has 6.1.18 installed)
46+
* Vagrant installed (right now 2.3.1 is recommended)
4747
* Vagrant sahara plugin installed
48-
* Vagrant box `win2012r2x64` available
48+
* Vagrant box [`chocolatey/test-environment`](https://app.vagrantup.com/chocolatey/boxes/test-environment) available
4949
* A Windows machine that can run 64bit virtual boxes. Usually a physical machine can do this. Others require vt-x
5050

5151
### What the verifier does at a high level

0 commit comments

Comments
 (0)