Skip to content

Commit

Permalink
KOGITO-9140 Remove container builder buildah dep (#115)
Browse files Browse the repository at this point in the history
* Remove buildah

* removed podman

* update

* removed remains of Podman

* correct generated files
  • Loading branch information
radtriste authored May 15, 2023
1 parent ba6333d commit b03ca35
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 2,220 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-container-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
matrix:
container-engine:
- docker
- podman
- kaniko-docker
- buildah
fail-fast: false
concurrency:
group: kogito_serverless_operator_pr-integration-${{ matrix.container-engine }}-${{ github.head_ref }}
Expand Down
8 changes: 0 additions & 8 deletions container-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ vendor:
docker-integration-test: ## Test docker integration tests
go test ./... -tags integration_docker

.PHONY: podman-integration-test
podman-integration-test: ## Test podman integration tests
go test ./... -tags integration_podman

.PHONY: kaniko-docker-integration-test
kaniko-docker-integration-test: ## Test kaniko integration docker tests
go test ./... -tags integration_kaniko_docker

.PHONY: buildah-api-integration-test
buildah-integration-test: ## Test Buildah integration podman tests
go test ./... -tags integration_buildah
53 changes: 0 additions & 53 deletions container-builder/builder/buildah_integration_test_suite.go

This file was deleted.

54 changes: 0 additions & 54 deletions container-builder/builder/buildah_vanilla.go

This file was deleted.

67 changes: 0 additions & 67 deletions container-builder/builder/buildah_vanilla_bash_test.go

This file was deleted.

85 changes: 0 additions & 85 deletions container-builder/builder/buildah_vanilla_test.go

This file was deleted.

74 changes: 0 additions & 74 deletions container-builder/cleaner/podman_integration_test.go

This file was deleted.

Loading

0 comments on commit b03ca35

Please sign in to comment.