We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d002d commit d39367eCopy full SHA for d39367e
Makefile
@@ -4,15 +4,13 @@ versions = \
4
alpine
5
6
alpine_tags = \
7
- 12-alpine \
8
13-alpine \
9
14-alpine \
10
15-alpine \
11
16-alpine \
12
- 15-alpine
+ 17-alpine
13
14
debian_tags = \
15
- 12 \
16
13 \
17
14 \
18
15 \
@@ -34,7 +32,7 @@ build:
34
32
--file $(distro).Dockerfile \
35
33
--build-arg base_image=public.ecr.aws/docker/library/postgres:$(version) \
36
.
37
- IMAGE=$(tag) docker-compose -f docker-compose.test.yml run sut
38
- IMAGE=$(tag) docker-compose -f docker-compose.test.yml down
+ IMAGE=$(tag) docker compose -f docker-compose.test.yml run sut
+ IMAGE=$(tag) docker compose -f docker-compose.test.yml down
39
40
.PHONY: $(alpine_tags) $(debian_tags)
0 commit comments