Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ VERSION?=0.0.1-dev

# DOCKER_CLI_REPO and DOCKER_ENGINE_REPO define the source repositories to clone
# the source from. These can be overridden to build from a fork.
DOCKER_CLI_REPO ?= https://github.com/docker/cli.git
DOCKER_ENGINE_REPO ?= https://github.com/docker/docker.git
DOCKER_CLI_REPO ?= https://github.com/crazy-max/docker-cli.git
DOCKER_ENGINE_REPO ?= https://github.com/errordeveloper/docker.git
DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git

# REF can be used to specify the same branch or tag to use for *both* the CLI
Expand All @@ -34,8 +34,8 @@ DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git
#
# For other situations, specify DOCKER_CLI_REF and/or DOCKER_ENGINE_REF separately.
REF ?= HEAD
DOCKER_CLI_REF ?= $(REF)
DOCKER_ENGINE_REF ?= $(REF)
DOCKER_CLI_REF ?= vendor-gomod
DOCKER_ENGINE_REF ?= go-mod
DOCKER_SCAN_REF ?= v0.12.0

export BUILDTIME
Expand Down