0.14.0 (2024-12-11)
- Run "tini" by default in the entrypoint (fcffc0e)
0.13.3 (2024-10-15)
- Ensure that the date-based tags are only added after the new container images are built (f5980fa), closes univention/customers/dataport/team-souvap#880
0.13.2 (2024-09-26)
- drop developer documentation (fbf5abe)
0.13.1 (2024-07-02)
- team name (to trigger version bump) (5d3ceea)
0.13.0 (2024-06-18)
- build 5.0-8 and drop 5.0-6 (da53c6b)
0.12.0 (2024-04-18)
- Add stage "final-with-packages" into Dockerfile (e81a379)
0.11.3 (2024-04-17)
- ci: add ucs 5.0-7 and remove 5.0-5 (c308bd9)
- Output logs to stderr instead of stdout (2520c15)
- Use updated utility container version 1.20.0 (5a94af3)
0.11.2 (2024-02-16)
- deps: update all dependencies to v1.20.1 (7748e8a)
0.11.1 (2024-02-14)
- deps: update all dependencies (2193b01)
0.11.0 (2024-01-15)
- ci: add jobs for scheduled update check (6cdd088)
0.10.2 (2024-01-15)
- deps: add renovate.json (56183dd)
0.10.1 (2023-12-28)
- licensing/ci: add spdx license headers, add license header checking pre-commit (b5fc286)
0.10.0 (2023-12-18)
- ucs-base: add UCS 5.0-6 (f0084b6)
- ci: bump common-ci include from v1.9.9 to v1.12.0 (d1e9e3e)
0.9.1 (2023-12-01)
- ci: add missing import job/container-build (f52eea3)
0.9.0 (2023-11-17)
- ci: update .releaserc, added sbom generation, signing and scanning (788e063)
This changelog documents all notable changes to the ucs-base
image.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added AGPLv3 license
- Preserve /var/run in the final images
- Fix issue with /var/run being unlinked for some older software
- Update README usage example registry to new repository
- Apt cache and lists issue caused some docker builds to fail
- Call entrypoint with absolute path, regardless of user's workdir
- Update image names in readme
- Added deb-src to ucs 5.2 image
- Drop ucs-base-test-5X0-dev in favor of ucs-base-5X0 and ucs-base-dev-5X0 images
- Include source repositories in apt
- Add entrypoint script as a plugin point
- Use bash instead of sh
- Add GitLab MR/issue templates
- Add compose target and instructions for running pre-commit
- Describe intended entrypoint usage
- Allow to export variables from entrypoint fragments
- Drop checkout branch example 5X0 since they do not exist
- Options first then arguments on example build command
- Added tests for all 5X0 and 50X images
- Usr-is-merged for 520
- Generate 5.2-0 and 5.1-0 images
- Changelog [ci skip]
- Changelog introduction and formatting
- Typo
- Target for test images
- Apt dist-update caused issues on 5.2 with usr-merge
- New Dockerfile with speed and size optimizations
- New context and args for building
- Make sources.list preference more obvious
- Point to a tag to include common-ci
- Added livehtml
- Semantic-release changelog not generated
- Changelog generation
- Add container "ucs-base"
- Support UCS_VERSION as ARG for "ucs_base"
- Add copier answers file
- Add "docs/decisions" to capture relevant decisions
- Add release job to tag the version via semantic-release
- Add "ucs-base-dev" to aid development with packages from omar
- Build container "ucs-base"
- Build ucs-base in a matrix over the ucs versions
- Use ADD to add the key
- Iterate on the README
- Explain tag structure
- Add examples for usage and to develop
- Capture decision about image naming scheme
- Add usage example of "ucs-base"
- Add overview of provided images into the README
- Add usage example of the container ucs-base-dev
- Initial commit setting up the repository structure