Skip to content

Commit

Permalink
Cleanup: remove the unused build docker image and related build targets
Browse files Browse the repository at this point in the history
We never use it, meaning we never test it.

Signed-off-by: Volodymyr Khoroz <volodymyr.khoroz@foundries.io>
  • Loading branch information
vkhoroz committed Oct 6, 2023
1 parent bfe8bf5 commit cd92a43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
13 changes: 0 additions & 13 deletions Dockerfile.build

This file was deleted.

8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ test-pki:
go test ./x509/... -v -tags testhsm
go test ./x509/... -v -tags testhsm,bashpki
go test ./x509/... -v -tags testhsm,cgopki

# Use the image for Dockerfile.build to build and install the tool.
container-init:
docker build -t fioctl-build -f Dockerfile.build .

container-build:
docker run --rm -ti -v $(shell pwd):/fioctl fioctl-build make build

0 comments on commit cd92a43

Please sign in to comment.