Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Remove 3rd party software integrations directory and related build st…
Browse files Browse the repository at this point in the history
…eps from codebase

Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
  • Loading branch information
Jean-Christophe Sirot committed Sep 16, 2019
1 parent c9eb813 commit 2d3b0ff
Show file tree
Hide file tree
Showing 74 changed files with 1 addition and 3,694 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.gradle

This file was deleted.

7 changes: 1 addition & 6 deletions docker.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ BIN_IMAGE_NAME := $(BIN_NAME)-bin:$(BUILD_TAG)
CROSS_IMAGE_NAME := $(BIN_NAME)-cross:$(BUILD_TAG)
CLI_IMAGE_NAME := $(BIN_NAME)-cli:$(BUILD_TAG)
E2E_CROSS_IMAGE_NAME := $(BIN_NAME)-e2e-cross:$(BUILD_TAG)
GRADLE_IMAGE_NAME := $(BIN_NAME)-gradle:$(BUILD_TAG)

BIN_CTNR_NAME := $(BIN_NAME)-bin-$(TAG)
CLI_CNTR_NAME := $(BIN_NAME)-cli-$(TAG)
Expand Down Expand Up @@ -113,10 +112,6 @@ coverage-results:
# coverage is split in two like this so that CI can extract the results even on failure (which will be detected via the junit) using the individual steps, but for end users running we want the overall failure.
coverage: coverage-run coverage-results

gradle-test:
tar cf - Dockerfile.gradle bin/docker-app-linux integrations/gradle | docker build -t $(GRADLE_IMAGE_NAME) -f Dockerfile.gradle -
docker run --rm $(GRADLE_IMAGE_NAME) bash -c "./gradlew --stacktrace build && cd example && gradle renderIt"

lint: ## run linter(s)
$(info Linting...)
docker build -t $(LINT_IMAGE_NAME) -f Dockerfile.lint .
Expand Down Expand Up @@ -168,4 +163,4 @@ push-invocation-image:
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

.PHONY: lint test-e2e test-unit test cli-cross cross e2e-cross coverage coverage-run coverage-results gradle-test shell build_dev_image tars vendor check-vendor schemas help invocation-image save-invocation-image save-invocation-image-tag push-invocation-image
.PHONY: lint test-e2e test-unit test cli-cross cross e2e-cross coverage coverage-run coverage-results shell build_dev_image tars vendor check-vendor schemas help invocation-image save-invocation-image save-invocation-image-tag push-invocation-image
38 changes: 0 additions & 38 deletions integrations/gradle/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions integrations/gradle/build.gradle

This file was deleted.

14 changes: 0 additions & 14 deletions integrations/gradle/example/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

172 changes: 0 additions & 172 deletions integrations/gradle/example/gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions integrations/gradle/example/gradlew.bat

This file was deleted.

Binary file not shown.
Empty file.

0 comments on commit 2d3b0ff

Please sign in to comment.