-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #674 from LimeHat/podman-support
Podman support beta
- Loading branch information
Showing
22 changed files
with
1,310 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ site/ | |
.DS_Store | ||
__rd* | ||
tests/out | ||
|
||
**/.*clab.y?ml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# adopted from https://github.com/goreleaser/goreleaser/blob/5adf43295767b5be05fa38a01ffb3ad25bd21797/www/htmltest.yml | ||
# using https://github.com/wjdp/htmltest | ||
|
||
# this version does not ignore github links and is meant to be run via makefile on the user's machine | ||
# the CI-friendly htmltest config file is named htmltest.yml and excludes github.com links, as they are often return HTTP 429 | ||
DirectoryPath: ./site | ||
IgnoreURLs: | ||
- fonts.gstatic.com | ||
- img.shields.io | ||
- www.reddit.com/r/bashonubuntuonwindows/comments/ldbyxa/what_is_the_current_state_of_kvm_acceleration_on/ # sometimes timeouts for unknown reason | ||
- goreleaser.com # doesn't support `range 0` GETs which htmltest uses | ||
- https://documentation.nokia.com/cgi-bin/dbaccessfilename.cgi/3HE15836AAADTQZZA01_V1_vSIM%20Installation%20and%20Setup%20Guide%2020.10.R1.pdf # fuck this false positives... | ||
- https://documentation.nokia.com/cgi-bin/dbaccessfilename.cgi/3HE16113AAAATQZZA01_V1_SR%20Linux%20R20.6%20Software%20Installation.pdf | ||
- https://github.com/srl-labs/containerlab/releases/ # gh rate limiters for this particular endpoint are too aggressive | ||
- https://github.com/srl-labs/containerlab/pkgs/container/clab | ||
- https://linkedin.com/in | ||
- https://www.linkedin.com/in | ||
IgnoreDirectoryMissingTrailingSlash: true | ||
IgnoreAltMissing: true | ||
IgnoreSSLVerify: true | ||
IgnoreDirs: | ||
- overrides | ||
IgnoreInternalEmptyHash: true | ||
ExternalTimeout: 60 | ||
HTTPHeaders: | ||
"Range": "bytes=0-10" | ||
"Accept": "*/*" | ||
CacheExpires: "168h" | ||
HTTPConcurrencyLimit: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.