summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44785 from thaJeztah/23.0_backport_api_sync_docsv23.0.0-rc.2Sebastiaan van Stijn2023-01-115-25/+71
|\
| * docs: api: synchronise versioned API docs (v1.39 - v1.41)Sebastiaan van Stijn2023-01-103-25/+58
| * docs: api: synchronise versioned API docs (v1.42)Sebastiaan van Stijn2023-01-101-0/+5
| * api: swagger: add errorDetail to CreateImageInfoNiel Drummond2023-01-101-0/+2
| * api: docs: add errorDetail to CreateImageInfo (v1.42)Niel Drummond2023-01-101-0/+2
| * docs: add 401 to possible status codes of /authHsing-Yu (David) Chen2023-01-101-0/+4
* | Merge pull request #44794 from thaJeztah/23.0_backport_bump_go_1.19.5Sebastiaan van Stijn2023-01-116-6/+6
|\ \ | |/ |/|
| * update to go1.19.5Sebastiaan van Stijn2023-01-116-6/+6
|/
* Merge pull request #44775 from thaJeztah/23.0_backport_44610_logs_for_DNS_fai...Bjorn Neergaard2023-01-101-1/+1
|\
| * libnetwork: improve logs for DNS failuresYamazaki Masashi2023-01-101-1/+1
* | Merge pull request #44776 from thaJeztah/23.0_backport_btrfs_uapiBjorn Neergaard2023-01-1010-67/+21
|\ \
| * | graphdriver/btrfs: needs kernel headers >= 4.12, not >= 4.7Akihiro Suda2023-01-102-1/+7
| * | Dockerfile.*: drop libbtrfsBjorn Neergaard2023-01-103-5/+0
| * | PACKAGERS: update Btrfs graphdriver dependenciesBjorn Neergaard2023-01-101-1/+1
| * | graphdriver/btrfs: use free wrapper consistentlyBjorn Neergaard2023-01-101-1/+1
| * | graphdriver/btrfs: use kernel UAPI headersBjorn Neergaard2023-01-101-4/+3
| * | graphdriver/btrfs: drop version informationBjorn Neergaard2023-01-103-51/+3
| * | daemon/graphdriver: use strconv instead of fmt.SprintfSebastiaan van Stijn2023-01-104-6/+8
| |/
* | Merge pull request #44778 from thaJeztah/23.0_backport_fix_rootless_specspath...Bjorn Neergaard2023-01-1023-119/+173
|\ \
| * | rootless: move ./rootless to ./pkg/rootlessJan Garcia2023-01-1010-10/+10
| * | Use user paths for plugin discovery in rootless modeJan Garcia2023-01-105-5/+63
| * | daemon/config: New(): initialize config with platform-specific defaultsSebastiaan van Stijn2023-01-1012-106/+102
| |/
* | Merge pull request #44777 from thaJeztah/23.0_backport_ignore_bomBjorn Neergaard2023-01-102-4/+23
|\ \
| * | daemon/config: group JSON preprocessing stepsBjorn Neergaard2023-01-101-3/+3
| * | daemon/config: ignore UTF-8 BOM in config JSONBjorn Neergaard2023-01-102-2/+21
| |/
* | Merge pull request #44779 from thaJeztah/23.0_backport_update_buildkit_refSebastiaan van Stijn2023-01-101-1/+1
|\ \ | |/ |/|
| * ci: update buildkit to fix integration testsCrazyMax2023-01-101-1/+1
|/
* Merge pull request #44769 from thaJeztah/23.0_backport_vendor_containerd_1.6.15Samuel Karp2023-01-094-5/+5
|\
| * vendor: github.com/containerd/containerd v1.6.15Sebastiaan van Stijn2023-01-094-5/+5
* | Merge pull request #44766 from thaJeztah/23.0_containerd_binary_1.6.15Samuel Karp2023-01-093-3/+3
|\ \
| * | [23.0] update containerd binary to v1.6.15Sebastiaan van Stijn2023-01-093-3/+3
| |/
* | Merge pull request #44727 from thaJeztah/23.0_backport_fix_42127Sebastiaan van Stijn2023-01-092-129/+52
|\ \ | |/ |/|
| * Always use iptables -C to look for rulesAlbin Kerouanton2022-12-312-82/+7
| * Merge iptables.probe() into iptables.detectIptables()Albin Kerouanton2022-12-311-32/+24
| * Check ipt options before looking for ip6tAlbin Kerouanton2022-12-311-5/+8
| * libnetwork/iptables: Fix test panic when execute only one testChee Hau Lim2022-12-311-25/+28
* | Merge pull request #44764 from vvoland/fix-test-race-logs-goroutines-23Sebastiaan van Stijn2023-01-091-5/+23
|\ \
| * | integration-cli: Fix hanging TestLogsFollowGoroutines*Paweł Gronowski2023-01-091-5/+23
|/ /
* | Merge pull request #44758 from crazy-max/23.0_fix-binary-daemonSebastiaan van Stijn2023-01-061-0/+24
|\ \
| * | hack: restore copy_binaries funcCrazyMax2023-01-061-0/+24
|/ /
* | Merge pull request #44753 from vvoland/buildflags-nopie-whenrace-23Sebastiaan van Stijn2023-01-051-6/+9
|\ \
| * | hack/make: Don't add -buildmode=pie with -racePaweł Gronowski2023-01-051-6/+9
* | | Merge pull request #44752 from corhere/backport-23.0/fix-44688Cory Snider2023-01-053-11/+67
|\ \ \ | |/ / |/| |
| * | Clear conntrack entries for published UDP portsAlbin Kerouanton2023-01-053-11/+67
|/ /
* | Merge pull request #44725 from thaJeztah/23.0_backport_fix_volume_createdatSebastiaan van Stijn2023-01-033-2/+18
|\ \
| * | Fix volume CreatedAt being altered on initializationSebastiaan van Stijn2023-01-033-2/+18
|/ /
* | Merge pull request #44717 from neersighted/backport/44668/23.0Bjorn Neergaard2023-01-032-4/+22
|\ \
| * | api: can marshal and unmarshal when args.fields is emptyYamazaki Masashi2022-12-292-4/+22
* | | Merge pull request #44736 from crazy-max/23.0_dockerfile-crossSebastiaan van Stijn2023-01-0321-380/+405
|\ \ \
| * | | docs: contributing docs update for cross compCrazyMax2023-01-022-0/+29