Skip to content

Commit

Permalink
contrib: remove deb packaging
Browse files Browse the repository at this point in the history
moved to https://github.com/docker/packaging/tree/main/pkg/credential-helpers

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed May 27, 2023
1 parent ec695ce commit 2081204
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 128 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,3 @@ jobs:
with:
draft: true
files: ${{ env.DESTDIR }}/*

build-deb:
runs-on: ubuntu-22.04
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build
run: |
make deb
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ fmt:
.PHONY: validate
validate: lint validate-vendor fmt

BUILDIMG:=docker-credential-secretservice-$(VERSION)
.PHONY: deb
deb:
mkdir -p release
docker build -f deb/Dockerfile \
--build-arg VERSION=$(patsubst v%,%,$(VERSION)) \
--build-arg REVISION=$(REVISION) \
--tag $(BUILDIMG) \
.
docker run --rm --net=none $(BUILDIMG) tar cf - /release | tar xf -
docker rmi $(BUILDIMG)

.PHONY: vendor
vendor:
$(eval $@_TMP_OUT := $(shell mktemp -d -t docker-output.XXXXXXXXXX))
Expand Down
35 changes: 0 additions & 35 deletions deb/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions deb/build-deb

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/compat

This file was deleted.

25 changes: 0 additions & 25 deletions deb/debian/control

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/docker-credential-pass.install

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/docker-credential-secretservice.install

This file was deleted.

18 changes: 0 additions & 18 deletions deb/debian/rules

This file was deleted.

0 comments on commit 2081204

Please sign in to comment.