Skip to content

Releases: chronicc/docker-cloudbox

v1.0.1

02 Mar 11:22
9528f46
Compare
Choose a tag to compare

General

  • The image has been rebuild with current application versions.

Documentation

  • The development section describes how to use the repository with mise instead of Make.

Development

  • The buildsystem Make has been replaced with mise.
  • Poetry has been removed in favor of easier python dependency management through requirements*.txt and requirements.lock.

v1.0.0

28 Oct 16:14
6200b3d
Compare
Choose a tag to compare

Breaking Changes

  • tfenv has been removed so .terraform-version files are not supported anymore. However you can add tfenv via the ASDF_PLUGINS variable if you rely on it.
  • awscli, docker, kubectl and terraform have been removed as a hard dependency. They can be installed as additional packages if needed.
  • The environment variable KUBECTL_VERSION is not supported anymore.

Features

  • The environment variable APK_PACKAGES has been added for installing additional apk packages.
  • The environment variable ASDF_PLUGINS has been added for installing additional asdf plugins.

Development

  • The pants buildsystem has been replaced with plain make due to the simplicity of this repository.
  • asdf is used to manage repository dependencies.

v0.6.0

25 Nov 14:57
Compare
Choose a tag to compare
  • add docker

v0.5.0

23 Nov 19:55
Compare
Choose a tag to compare
  • add terraform
  • add tfenv
  • add zip

v0.4.0

23 Nov 19:30
Compare
Choose a tag to compare
  • add make

v0.3.1

22 Feb 08:07
Compare
Choose a tag to compare

Fix the working dir setup so the user starts in the root directory instead of /usr/local/bin.

v0.3.0

26 Jan 10:38
Compare
Choose a tag to compare
  • Add nmap package
  • Add kubectl v1.23
  • Remove kubectl v1.19
  • Update all kubectl versions to latest minor