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
/
.binary
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
1
-9
/
+4
|
\
|
*
hack: display build cmd when DOCKER_DEBUG set
CrazyMax
2023-01-19
1
-9
/
+4
|
*
hack: remove unnecessary vars in make.sh script
CrazyMax
2023-01-19
1
-1
/
+1
*
|
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
*
hack/make: Don't add -buildmode=pie with -race
Paweł Gronowski
2023-01-05
1
-6
/
+9
*
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
1
-10
/
+12
*
Dockerfile: use TARGETPLATFORM to build Docker
CrazyMax
2023-01-01
1
-52
/
+65
*
hack: don't generate checksums for individual binaries
Sebastiaan van Stijn
2022-07-04
1
-22
/
+0
*
hack: remove version from binaries, and remove symlinks
Sebastiaan van Stijn
2022-07-02
1
-3
/
+0
*
fix cross compilation for arm platforms
CrazyMax
2022-04-10
1
-1
/
+15
*
Add s390x to cross platforms target
Frédéric Dalleau
2021-06-24
1
-1
/
+4
*
Add ppc64le to cross platforms target
Frédéric Dalleau
2021-06-24
1
-0
/
+5
*
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
*
Move proxy build into hack/make
Brian Goff
2021-06-01
1
-2
/
+0
*
Add support to riscv64 to the build scripts
Carlos de Paula
2020-04-03
1
-2
/
+2
*
run shfmt
Akihiro Suda
2020-03-03
1
-40
/
+40
*
imporve hardcoded CC on cross compile
Hongxu Jia
2019-07-17
1
-5
/
+5
*
Add support for setting GOARM in cross target.
Brian Goff
2019-04-17
1
-0
/
+1
*
Support cross-compile for arm
Brian Goff
2019-04-10
1
-0
/
+20
*
Shell scripts: fix bare variables
Sebastiaan van Stijn
2019-01-10
1
-1
/
+1
*
Revert "Bash scripts; use double brackets, fix bare variables, add quotes"
Sebastiaan van Stijn
2019-01-10
1
-4
/
+4
*
Bash scripts; use double brackets, fix bare variables, add quotes
Sebastiaan van Stijn
2018-12-24
1
-4
/
+4
*
-buildmode=pie is not supported on Linux on MIPS either
Kasper Fabæch Brandt
2018-07-31
1
-4
/
+8
*
Merge pull request #34369 from cyphar/build-buildmode-pie
Akihiro Suda
2018-01-29
1
-0
/
+5
|
\
|
*
*: switch to -buildmode=pie
Aleksa Sarai
2017-11-11
1
-0
/
+5
*
|
graphdriver: custom build-time priority list
Kir Kolyshkin
2017-11-16
1
-0
/
+1
|
/
*
More helper hack helper functions to a more appropriate place.
Daniel Nephin
2017-07-17
1
-0
/
+28
*
remove cli concerns from hack/make
Daniel Nephin
2017-06-21
1
-0
/
+2
*
Remove pkcs11, libltdl-dev, and clang for osx.
Daniel Nephin
2017-06-21
1
-11
/
+0
*
Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"
Tianon Gravi
2017-02-13
1
-1
/
+1
*
project: use vndr for vendoring
Alexander Morozov
2016-11-03
1
-1
/
+1
*
Do not default to external linking on arm, i386
Justin Cormack
2016-07-20
1
-16
/
+0
*
Build two binaries client and daemon.
Daniel Nephin
2016-04-22
1
-0
/
+64