index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hack
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
hack: enable Go modules when building dockerd and docker-proxy
Kevin Alvarez
2023-04-25
1
-1
/
+9
*
Merge pull request #44853 from crazy-max/rm-install-suffix
Sebastiaan van Stijn
2023-01-20
4
-18
/
+12
|
\
|
*
hack: display build cmd when DOCKER_DEBUG set
CrazyMax
2023-01-19
2
-16
/
+10
|
*
hack: remove unnecessary vars in make.sh script
CrazyMax
2023-01-19
3
-3
/
+3
*
|
hack: check if cross-compiling before setting ARM target name
CrazyMax
2023-01-20
1
-16
/
+19
|
/
*
hack: name for target ARM architecture not specified
Kevin Alvarez
2023-01-16
1
-53
/
+16
*
hack: typo in displayed platform name
CrazyMax
2023-01-16
1
-1
/
+1
*
Merge pull request #44748 from vvoland/buildflags-nopie-whenrace
Sebastiaan van Stijn
2023-01-05
1
-6
/
+9
|
\
|
*
hack/make: Don't add -buildmode=pie with -race
Paweł Gronowski
2023-01-05
1
-6
/
+9
*
|
hack: restore copy_binaries func
CrazyMax
2023-01-05
1
-0
/
+24
|
/
*
hack: update buildmode pie condition
CrazyMax
2023-01-01
1
-6
/
+3
*
hack: do not set buildmode pie for statically linked binary
CrazyMax
2023-01-01
3
-11
/
+14
*
IAmStatic not used anymore
CrazyMax
2023-01-01
3
-3
/
+0
*
hack: remove containerutility script
CrazyMax
2023-01-01
1
-20
/
+0
*
Dockerfile: use TARGETPLATFORM to build Docker
CrazyMax
2023-01-01
4
-120
/
+65
*
Merge pull request #44494 from crazy-max/go-autogen
Sebastiaan van Stijn
2022-11-23
1
-4
/
+0
|
\
|
*
hack: remove obsolete sources for go-autogen
CrazyMax
2022-11-18
1
-4
/
+0
*
|
Dockerfile: remove hardcoded platforms for vpnkit stage
CrazyMax
2022-11-22
2
-5
/
+4
|
/
*
daemon: add TEST_INTEGRATION_USE_SNAPSHOTTER for CI
Sebastiaan van Stijn
2022-10-17
1
-0
/
+1
*
Volume prune: only prune anonymous volumes by default
Brian Goff
2022-10-04
1
-1
/
+2
*
ci(test): send coverage to codecov
CrazyMax
2022-09-08
1
-3
/
+14
*
integration: TestNetworkLoopbackNat is broken on GitHub Runner
CrazyMax
2022-09-07
1
-0
/
+1
*
integration-cli: Correct emptyfs id under c8d
Paweł Gronowski
2022-08-16
1
-0
/
+3
*
hack: don't generate checksums for individual binaries
Sebastiaan van Stijn
2022-07-04
2
-30
/
+2
*
hack: remove version from binaries, and remove symlinks
Sebastiaan van Stijn
2022-07-02
7
-12
/
+9
*
Merge pull request #43682 from crazy-max/split-test-suites
Sebastiaan van Stijn
2022-06-22
1
-1
/
+1
|
\
|
*
ci(integration-cli): dynamically split tests in matrix
CrazyMax
2022-06-17
1
-1
/
+1
*
|
hack: remove error_on_leaked_containerd_shims
Akihiro Suda
2022-06-05
2
-17
/
+0
*
|
hack: stop installing containerd-shim (io.containerd.runtime.v1.linux)
Akihiro Suda
2022-06-05
2
-2
/
+1
|
/
*
fix docker-proxy not statically linked
CrazyMax
2022-05-20
1
-0
/
+2
*
Merge pull request #43275 from kponichtera/43274-delve-debugger
Sebastiaan van Stijn
2022-05-10
1
-12
/
+47
|
\
|
*
Improved readability of the run hack script
Konrad Ponichtera
2022-05-10
1
-32
/
+40
|
*
Added Delve debugger to the development container (including instructions in ...
Konrad Ponichtera
2022-04-26
1
-4
/
+31
*
|
use go-winres for windows build and cleanup autogen and winresources
CrazyMax
2022-04-14
1
-43
/
+106
*
|
use go-winres for cross to create Windows resources
CrazyMax
2022-04-14
8
-160
/
+93
*
|
fix cross compilation for arm platforms
CrazyMax
2022-04-10
1
-1
/
+15
|
/
*
docker-py: skip CreateContainerTest::test_create_with_device_cgroup_rules
Sebastiaan van Stijn
2022-01-20
1
-2
/
+3
*
CI: update docker-py to 5.0.3
Sebastiaan van Stijn
2021-10-20
1
-1
/
+1
*
info: remove "expected" check for tini version
Sebastiaan van Stijn
2021-08-23
1
-1
/
+0
*
Move proxy CLI to main cmd/
Brian Goff
2021-06-25
2
-2
/
+2
*
Add s390x to cross platforms target
Frédéric Dalleau
2021-06-24
2
-2
/
+5
*
Add ppc64le to cross platforms target
Frédéric Dalleau
2021-06-24
2
-1
/
+6
*
Adjust buildmode comment to link to commit
Tianon Gravi
2021-06-11
1
-1
/
+3
*
don't use buildmode=pie on ppc64
Georgy Yakovlev
2021-06-10
1
-2
/
+3
*
Fixup libnetwork lint errors
Brian Goff
2021-06-01
2
-2
/
+2
*
Fix issues running libnetwork tests.
Brian Goff
2021-06-01
1
-1
/
+1
*
Ensure docker-proxy is installed in unit-test ci
Brian Goff
2021-06-01
3
-12
/
+26
*
Move proxy build into hack/make
Brian Goff
2021-06-01
7
-5
/
+42
*
testing: update docker-py 5.0.0
Sebastiaan van Stijn
2021-04-06
1
-1
/
+1
*
Include VPNkit binary for arm64
Akihiro Suda
2021-02-25
1
-1
/
+1
[next]