Skip to content

Commit 0c19799

Browse files
ulyssessouzandeloof
authored andcommitted
Remove unused kube tag
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 00c60da commit 0c19799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG XX_VERSION=1.1.2
2020
ARG GOLANGCI_LINT_VERSION=v1.49.0
2121
ARG ADDLICENSE_VERSION=v1.0.0
2222

23-
ARG BUILD_TAGS="e2e,kube"
23+
ARG BUILD_TAGS="e2e"
2424
ARG DOCS_FORMATS="md,yaml"
2525
ARG LICENSE_FILES=".*\(Dockerfile\|Makefile\|\.go\|\.hcl\|\.sh\)"
2626

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PKG := github.com/docker/compose/v2
1616
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always --tags)
1717

1818
GO_LDFLAGS ?= -s -w -X ${PKG}/internal.Version=${VERSION}
19-
GO_BUILDTAGS ?= e2e,kube
19+
GO_BUILDTAGS ?= e2e
2020

2121
ifeq ($(OS),Windows_NT)
2222
DETECTED_OS = Windows

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "GO_VERSION" {
1717
}
1818

1919
variable "BUILD_TAGS" {
20-
default = "e2e,kube"
20+
default = "e2e"
2121
}
2222

2323
variable "DOCS_FORMATS" {

0 commit comments

Comments
 (0)