From 8ce2ae642fcdf37292a514f3458be5e4784c630b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 7 Feb 2023 17:28:48 +0100 Subject: Makefile: remove compose/install 1.25.0 has been out for a while now, this recipe is no longer needed really? --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 4de9e1a..503c042 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,8 @@ PROJECT := fr24feed export DOCKER_BUILDKIT := 1 # Enable buildx support: export DOCKER_CLI_EXPERIMENTAL := enabled -# Enable BuildKit in docker-compose (requires 1.25.0 or higher): -export COMPOSE_DOCKER_CLI_BUILD := 1 # Target platforms (used by buildx): PLATFORMS := linux/i386,linux/amd64,linux/armhf -# One of the latest (at the moment) Compose versions that supports BuildKit: -COMPOSE_VERSION := 1.25.3 # In case buildx isn't installed (e.g. on Ubuntu): BUILDX_VERSION := v0.4.2 # Docker Hub credentials: @@ -107,12 +103,6 @@ docker/push/%: DO check-push docker/build/% .PHONY: docker/push docker/push: check-push docker/push/dump1090 docker/push/fr24feed -.PHONY: compose/install -# Quickly install a newer Compose version: -compose/install: - $(curl) --output /usr/local/bin/docker-compose -- 'https://github.com/docker/compose/releases/download/$(call escape,$(COMPOSE_VERSION))'"/docker-compose-$$(uname -s)-$$(uname -m)" - chmod +x -- /usr/local/bin/docker-compose - .PHONY: compose/build # `docker-compose build` has the same problems as `docker build`. compose/build: check-build -- cgit v1.2.3