summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Dockerfile: rename dev stagesCrazyMax2023-01-011-2/+2
* Dockerfile: use TARGETPLATFORM to build DockerCrazyMax2023-01-011-21/+9
* Makefile: always use buildxCrazyMax2022-11-251-39/+6
* daemon: add TEST_INTEGRATION_USE_SNAPSHOTTER for CISebastiaan van Stijn2022-10-171-0/+1
* ci(test): validate job matrixCrazyMax2022-09-091-1/+4
* ci(test): send coverage to codecovCrazyMax2022-09-081-0/+1
* integration: TestNetworkLoopbackNat is broken on GitHub RunnerCrazyMax2022-09-071-0/+1
* ci: gha test workflow for integration and unit testCrazyMax2022-09-071-1/+9
* Upgrades buildx to 0.9.1Ben Langfeld2022-08-251-1/+1
* Makefile: update buildx to v0.9.0Sebastiaan van Stijn2022-08-171-1/+1
* Merge pull request #43275 from kponichtera/43274-delve-debuggerSebastiaan van Stijn2022-05-101-1/+3
|\
| * Added Delve debugger to the development container (including instructions in ...Konrad Ponichtera2022-04-261-1/+3
* | use go-winres for windows build and cleanup autogen and winresourcesCrazyMax2022-04-141-10/+3
* | use go-winres for cross to create Windows resourcesCrazyMax2022-04-141-2/+3
* | Makefile: update buildx to v0.8.2Sebastiaan van Stijn2022-04-041-1/+1
|/
* Makefile: use volume for go mod cache when running dev-containerSebastiaan van Stijn2022-01-181-3/+3
* Merge pull request #42880 from thaJeztah/makefile_proxy_varsSebastiaan van Stijn2021-09-271-6/+0
|\
| * Makefile: remove passing proxy env-varsSebastiaan van Stijn2021-09-241-6/+0
* | Makefile: update bfirsh/redoc to 1.14.0, and fix swagger warningsSebastiaan van Stijn2021-09-241-1/+1
|/
* Makefile: update buildx version to v0.6.0Sebastiaan van Stijn2021-07-201-1/+1
* Makefile: do not tag docker-dev image with GIT_BRANCHSebastiaan van Stijn2021-07-171-3/+1
* Makefile: install buildx from binary release, instead of buildingSebastiaan van Stijn2021-05-181-17/+3
* Makefile: remove empty targets, and slight refactorSebastiaan van Stijn2020-05-011-8/+9
* Rename newer build_shell target to buildBrian Goff2020-04-021-15/+6
* hack: support $DOCKER_ROOTLESS for testing rootlessAkihiro Suda2020-03-101-0/+1
* integration: use systemd when $DOCKER_SYSTEMD is setAkihiro Suda2020-03-041-0/+4
* Fix windows cross builds.Brian Goff2020-01-301-1/+8
* hack/validate: allow forcing validationSebastiaan van Stijn2019-12-191-0/+1
* Pass VERSION variable to binary build targets.Brian Goff2019-10-301-1/+4
* Make binary output targets use own build cmdBrian Goff2019-10-301-26/+41
* make buildx: clean-up comment and fix help-textSebastiaan van Stijn2019-10-221-5/+4
* make buildx: remove BUILDX_DOCKERFILE make varSebastiaan van Stijn2019-10-221-2/+1
* make buildx: make version in Dockerfile leadingSebastiaan van Stijn2019-10-221-3/+0
* make buildx: fix Makefile version being ignoredSebastiaan van Stijn2019-10-221-5/+14
* Merge pull request #40059 from cpuguy83/move_source_copyTibor Vass2019-10-101-0/+4
|\
| * Fix trick for `make BINDDIR=. shell` and `COPY .`Brian Goff2019-10-101-0/+4
* | Makefile: force using buildkit if USE_BUILDX is not setSebastiaan van Stijn2019-10-081-0/+5
|/
* Use buildx as Makefile builderBrian Goff2019-10-031-13/+47
* integration: simplify parallel run destinationSebastiaan van Stijn2019-09-111-1/+0
* Jenkinsfile: reduce time of integration tests by dividing tests into 3 parall...Tibor Vass2019-08-121-0/+1
* Add support for setting a test filterBrian Goff2019-08-021-0/+1
* Improvements to the test runnersBrian Goff2019-07-311-0/+9
* Dockerfile: use GO_VERSION build-arg for overriding Go versionSebastiaan van Stijn2019-07-181-1/+1
* Makefile: Allow passing DOCKER_TEST_HOST and TESTDEBUG to containerSebastiaan van Stijn2019-07-161-0/+2
* Merge pull request #39294 from AkihiroSuda/remove-it-on-swarmBrian Goff2019-06-111-18/+0
|\
| * hack: remove integration-cli-on-swarmAkihiro Suda2019-06-011-18/+0
* | Set DOCKER_BINDDIR mount options from envBrian Goff2019-06-031-0/+1
|/
* Fix DOCKER_CROSS being overwrittenSebastiaan van Stijn2019-04-151-2/+3
* Support cross-compile for armBrian Goff2019-04-101-6/+15
* Merge pull request #38847 from cpuguy83/enable_buildkit_for_build_targetVincent Demeester2019-03-181-1/+2
|\