Releases: umputun/baseimage
Releases · umputun/baseimage
Version 1.15.0
What's Changed
- Swtich go base image to v1.24
- Change GID of app group when changing UID of app user by @zonescape in #33
- Add Readme section describing implications of mounting Docker socket, dh.sh script by @paskal in #35
- Drop dead code by @zonescape in #34
- Add build_scratch to all target in the Makefile by @paskal in #37
New Contributors
- @zonescape made their first contribution in #33
Full Changelog: v1.14.0...v1.15.0
Version 1.14.0
What's Changed
- Switch go image to v1.23
- Add dependabot configuration and source metadata to Dockerfiles by @paskal in #25
- Bump actions/checkout from 3 to 4 by @dependabot in #28
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #27
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #26
- Group GitHub actions updates into a single PR, clarify Dockerfiles comments, improve readme by @paskal in #29
- Bump alpine from 3.19 to 3.20 in /base.alpine by @dependabot in #30
Full Changelog: v1.13.0...v1.14.0
Version 1.13.0
Switch go image to 1.22 and update deps
v1.12.0
Switch base to alpine 3.19
Full Changelog: v1.11.1...v1.12.0
Version 1.11.1
v1.11.0
Switch to alpine 3.17 and go 1.20
Full Changelog: v1.10.1...v1.11.0
Version 1.10.0
What's Changed
- add pong server
- switch to go 1.19 and update linter and releaser
- switch base to alpine 3.16
- Fix typo in README.md by @r-ma in #21
New Contributors
Full Changelog: v1.9.2...v1.10.0
Version 1.9.1
v1.9.1 support git-less version default
Version 1.9.0
- switch go image to version 1.18
- fix init script for app image
- update versions of installed packages
Full Changelog: v.1.8.0...v1.9.0
Version 1.8.0
- bump base image for app to alpine 3.15
- add script allowing temp shell access to scratch containers
- update versions of tools in go container