Skip to content

Commit

Permalink
remove fast.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Sep 19, 2024
1 parent d1c12e2 commit 19d423a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ tools/bin
/kubeconfig
vendor/**/.dockerignore
.docker
/fast.Dockerfile.dockerignore

# ignore util binaries
/contrib/cleanzones/cleanzones
Expand Down
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,6 @@ staticcheck: $(STATICCHECK)
docker-build:
${RUNTIME} build . -t ${IMG}

.PHONY: fast.Dockerfile.dockerignore
fast.Dockerfile.dockerignore:
sed -e '/^bin\//d' .dockerignore > fast.Dockerfile.dockerignore

# Build the docker image copying binaries from workspace
.PHONY: docker-build-fast
docker-build-fast: build fast.Dockerfile.dockerignore
ifeq ($(RUNTIME),podman)
${RUNTIME} build . -t ${IMG} -f fast.Dockerfile --ignorefile fast.Dockerfile.dockerignore
else
DOCKER_BUILDKIT=1 ${RUNTIME} build . -t ${IMG} -f fast.Dockerfile
endif

# Push the docker image
.PHONY: docker-push
docker-push:
Expand Down
23 changes: 0 additions & 23 deletions fast.Dockerfile

This file was deleted.

0 comments on commit 19d423a

Please sign in to comment.