Skip to content

Commit

Permalink
packaging: remove unused Dockerfile.alpine
Browse files Browse the repository at this point in the history
It was introduced by #762 and its usage was removed by #779

Fixes #2468

Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov committed Jul 17, 2023
1 parent 94f4d6b commit 0f1f05c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions packaging/Dockerfile.alpine

This file was deleted.

1 change: 0 additions & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ BINARIES ?= skipper webhook eskip routesrv
IMAGE ?= $(REGISTRY)/skipper:$(VERSION)
ARM64_IMAGE ?= $(REGISTRY)/skipper-arm64:$(VERSION)
ARM_IMAGE ?= $(REGISTRY)/skipper-armv7:$(VERSION)
ALPINE_BUILD_IMAGE ?= $(REGISTRY)/skipper-alpine-build:latest
PACKAGE ?= github.com/zalando/skipper
CGO_ENABLED ?= 0
GOOS ?= linux
Expand Down

0 comments on commit 0f1f05c

Please sign in to comment.