Skip to content

Releases: behance/docker-base

5.2.0: Update goss from 0.3.16 to 0.3.21, add support to update /etc/apt/sources.list, remove deprecated bases

03 Feb 00:51
7836dbd
Compare
Choose a tag to compare

Added

  • Utility script to update Ubuntu's /etc/apt/sources.list [#76]
    • shunit2 library and tests for the utility script
    • Documentation on how to use the utility script

Changed

  • Updated goss from 0.3.16 to 0.3.21 [#78]

Removed

  • Stop building deprecated bases: alpine, centos-7, ubuntu-18.04 [#79]

Dockerfile: Mark CentOS, Alpine as Deprecated. Add yum update to pull CentOS 7 packages

13 Jul 00:42
c7b03d3
Compare
Choose a tag to compare

Added:

  • Step to run yum -y update for the CentOS variant to pick up updated packages not available via security update [#74]
  • Troubleshooting doc for gpg: keyserver receive failed: End of file

Changed:

  • Updated README and corresponding Dockerfiles to deprecate Alpine, CentOS
  • Bump docker-base version from 5.0.1 to 5.1.0

S6: Roll back to earlier 2.x release

18 May 01:07
46c4399
Compare
Choose a tag to compare

Added:

  • Goss/S6: allowing ENV override for install script

Changed:

Dockerfile: Add Ubuntu 22.04 support

29 Apr 22:11
107f97e
Compare
Choose a tag to compare

Added:

  • Ubuntu 22.04 LTS base image, tagged as -VERSION#-ubuntu-22.04 [#71]

Changed:

  • Switched Travis environment from the default Ubuntu 16.04 (Xenial) to Ubuntu 20.04 (Focal) and switched arm64 builds from arm64 LXD to arm64-graviton as Travis CI builds were otherwise failing.
  • Bump docker-base version from 4.1.0 to 5.0.0

Dockerfile: updating Alpine to 3.15

15 Feb 22:35
0abe6d8
Compare
Choose a tag to compare

Updated

Github Actions + multi-arch support

09 Dec 22:47
5fe94b8
Compare
Choose a tag to compare

Added

  • Github Actions: added PR builder and release hub push - thank you @bryanlatten
  • Bump docker-base version from 3.2.2 to 4.0.0

CPU Arch: added helper script for simple string replacements

06 Dec 21:03
a00ed1a
Compare
Choose a tag to compare

Added

  • CPU Arch: added helper script for simple string replacements [#66] - thank you @bryanlatten
  • Bump docker-base version from 3.2.1 to 3.2.2

Dockerfile: Update alpine edge repo url to https + add architecture detection for goss/s6 packages

02 Nov 20:10
b132b0e
Compare
Choose a tag to compare

Updated

  • Alpine: edge repos now support HTTPS [#65] - thank you @bryanlatten
  • ARM architecture: Goss + S6 require architecture detection for packages [#64] - thank you @bryanlatten
  • Bump docker-base version from 3.2.0 to 3.2.1

Dockerfile: updating Alpine to 3.14

26 Jul 21:18
c224765
Compare
Choose a tag to compare

Updated

S6: updated to v2.2.0.3

26 Jul 19:59
3eb83a7
Compare
Choose a tag to compare

Updated