No description
  • Shell 91.3%
  • Dockerfile 8.7%
Find a file
Renovate Bot da0f8d94ad
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Failing after 7s
Container Publish / build-image (amd64) (push) Successful in 20s
Container Publish / update docker manifest (push) Has been skipped
Merge pull request 'Update alpine Docker tag to v3.24' (#8) from renovate/docker-base-images into master
2026-06-09 20:35:17 +00:00
.forgejo/workflows actions update 2026-04-28 08:56:22 +02:00
.dockerignore first release 2022-02-17 20:52:50 +01:00
.gitignore first release 2022-02-17 20:52:50 +01:00
Dockerfile Update alpine Docker tag to v3.24 2026-06-09 20:35:14 +00:00
LICENSE first release 2022-02-17 20:52:50 +01:00
README.md first release 2022-02-17 20:52:50 +01:00
renovate.json Add renovate.json 2026-03-09 11:11:48 +00:00
run.sh fix some shellchecks 2025-06-15 12:20:46 +02:00

drone aptly pusher

Build Status

drone plugin meant to send .deb packages to an aptly repository

usage

  - name: push to repo
    image: docker.asperti.com/paspo/docker-aptly-pusher
    settings:
      api_url: https://deb.asperti.com/api
      repo: collrepo
      distribution: distro01
      http_user: optional_http_user
      http_pass: optional_http_password
      passphrase: OptionalSupersecretPassphrase
      files: 
        - debs/*.deb

http_user, http_pass and passphrase are best used with drone secrets.