Skip to content

Releases: dokku-community/dokku-apt

0.14.1

13 Mar 01:10
e51d131
Compare
Choose a tag to compare

What's Changed

  • fix: use a cidfile for getting the created container id by @josegonzalez in #58

Full Changelog: 0.14.0...0.14.1

0.14.0

13 Mar 01:09
72e41ee
Compare
Choose a tag to compare

What's Changed

  • docs: remove incorrect positional argument from installation by @josegonzalez in #53
  • refactor: use expanded docker commands with container/image prefixes on subcommands by @josegonzalez in #54
  • fix: use herokuish image digest when computing the sha of the apt commands by @josegonzalez in #55
  • ci: add linting to ci by @josegonzalez in #56

Full Changelog: 0.13.0...0.14.0

0.13.0

13 Mar 01:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.0...0.13.0

0.12.0

06 Jun 00:00
Compare
Choose a tag to compare
  • #44 Include DOKKU_IMAGE within generated apt sha

0.11.0

14 Apr 17:03
Compare
Choose a tag to compare
  • #42 Add support for an apt.conf override file

0.10.0

14 Apr 16:14
Compare
Choose a tag to compare
  • #39 Add ability to inject custom apt repository keys into built image
  • #40 Fix example for apt-env

0.9.7

19 Nov 16:00
Compare
Choose a tag to compare
  • #38 Pass docker-args-build to apt "docker run"

0.9.6

19 Nov 16:00
Compare
Choose a tag to compare
  • #37 Save original sources.list before overriding and restore it at the end

0.9.5

15 Nov 18:06
Compare
Choose a tag to compare
  • fix: use dpkg instead of apt

0.9.4

15 Nov 18:06
Compare
Choose a tag to compare
  • fix: switch from dpkg to apt for installing dpkg-packages