aboutsummaryrefslogtreecommitdiff
path: root/hack
Commit message (Expand)AuthorAgeFilesLines
* validate: address SC2155 (shellcheck)Sebastiaan van Stijn2022-08-299-9/+9
* validate: format vendor script with shfmtSebastiaan van Stijn2022-08-291-10/+10
* validate: add yamllint validationSebastiaan van Stijn2022-08-292-0/+30
* validate: yamllint: ignore "truthy value should be one of" warningsSebastiaan van Stijn2022-08-291-0/+5
* validate: yamllint: set locale in config fileSebastiaan van Stijn2022-08-292-1/+2
* validate: yamllint: use "parsable" outputSebastiaan van Stijn2022-08-291-1/+1
* validate: yamllint rename config-fileSebastiaan van Stijn2022-08-292-1/+1
* Merge pull request #44040 from thaJeztah/containerd_binary_1.6.8Sebastiaan van Stijn2022-08-261-1/+1
|\
| * update containerd binary to v1.6.8Sebastiaan van Stijn2022-08-261-1/+1
* | update runc to v1.1.4Akihiro Suda2022-08-261-1/+1
|/
* integration-cli: Correct emptyfs id under c8dPaweł Gronowski2022-08-161-0/+3
* Merge pull request #43708 from thaJeztah/update_runc_binarySebastiaan van Stijn2022-08-081-1/+1
|\
| * update runc binary to v1.1.3Sebastiaan van Stijn2022-06-091-1/+1
* | update containerd binary to v1.6.7Sebastiaan van Stijn2022-08-051-1/+1
* | logger/journald: rewrite reader w/o cursorsCory Snider2022-07-251-1/+1
* | Fix `make BIND_DIR=. DOCKER_SYSTEMD=1 shell`Cory Snider2022-07-251-0/+62
* | logger/journald: remove journald_compat (for systemd < 209)Sebastiaan van Stijn2022-07-202-6/+2
* | Merge pull request #43764 from thaJeztah/build_no_checksumsTianon Gravi2022-07-052-30/+2
|\ \
| * | hack: don't generate checksums for individual binariesSebastiaan van Stijn2022-07-042-30/+2
* | | Merge pull request #43765 from thaJeztah/update_golangci_lintSebastiaan van Stijn2022-07-051-8/+4
|\ \ \ | |/ / |/| |
| * | replace golint with revive, as it's deprecatedSebastiaan van Stijn2022-07-041-6/+2
| * | Dockerfile: update golangci-lint to v1.46.2Sebastiaan van Stijn2022-07-041-2/+2
* | | hack: remove version from binaries, and remove symlinksSebastiaan van Stijn2022-07-027-12/+9
|/ /
* | Merge pull request #43682 from crazy-max/split-test-suitesSebastiaan van Stijn2022-06-223-3/+40
|\ \
| * | ci(integration-cli): move integration-cli run to make scriptCrazyMax2022-06-171-1/+38
| * | ci(integration-cli): dynamically split tests in matrixCrazyMax2022-06-171-1/+1
| * | validation: temporarily allows changes in integration-cliCrazyMax2022-06-171-1/+1
* | | Dockerfile: add crun to dev imageCory Snider2022-06-101-0/+7
| |/ |/|
* | Merge pull request #43695 from AkihiroSuda/remove-io.containerd.runtime.v1.linuxSebastiaan van Stijn2022-06-075-20/+1
|\ \
| * | hack: remove error_on_leaked_containerd_shimsAkihiro Suda2022-06-052-17/+0
| * | hack: stop installing containerd-shim (io.containerd.runtime.v1.linux)Akihiro Suda2022-06-053-3/+1
* | | update containerd binary to v1.6.6Sebastiaan van Stijn2022-06-061-1/+1
|/ /
* / update containerd binary to v1.6.5Sebastiaan van Stijn2022-06-041-1/+1
|/
* Jenkinsfile: remove Windows stagesSebastiaan van Stijn2022-05-311-988/+0
* Merge pull request #43479 from crazy-max/gha-win-testsSebastiaan van Stijn2022-05-231-2/+6
|\
| * ci(windows): upload coverage to codecovCrazyMax2022-05-201-2/+6
* | fix docker-proxy not statically linkedCrazyMax2022-05-201-0/+2
|/
* integration-cli: fix test rogue certsCrazyMax2022-05-191-0/+86
* Remove "seccomp" build tagTianon Gravi2022-05-121-1/+1
* update runc binary to v1.1.2Sebastiaan van Stijn2022-05-121-1/+1
* Merge pull request #43275 from kponichtera/43274-delve-debuggerSebastiaan van Stijn2022-05-101-12/+47
|\
| * Improved readability of the run hack scriptKonrad Ponichtera2022-05-101-32/+40
| * Added Delve debugger to the development container (including instructions in ...Konrad Ponichtera2022-04-261-4/+31
* | update containerd binary to v1.6.4Sebastiaan van Stijn2022-05-041-1/+1
* | api: swagger: move ContainerCreateResponse to definitionsSebastiaan van Stijn2022-04-281-1/+1
* | update containerd binary to v1.6.3Sebastiaan van Stijn2022-04-271-1/+1
* | api: swagger: move VolumeListResponse to definitionsSebastiaan van Stijn2022-04-211-3/+3
* | api: move types.Volume to volume.VolumeSebastiaan van Stijn2022-04-211-3/+7
* | use go-winres for windows build and cleanup autogen and winresourcesCrazyMax2022-04-143-59/+121
* | use go-winres for cross to create Windows resourcesCrazyMax2022-04-149-166/+93