Skip to content

Commit

Permalink
Update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Nov 6, 2024
1 parent df7e765 commit 881e572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/partials/release_notes/_release-24-1-0.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ changes within these versions. If you have any further queries/issues, please as
The GoCD server container has always been based on a minimal Linux distribution, previously [Alpine Linux](https://alpinelinux.org/),
but from 24.1.0 has been switched to [Wolfi OS](https://github.com/wolfi-dev). Wolfi OS is a similarly minimal,
security-oriented (un)distro from the folks at [Chainguard](https://www.chainguard.dev/) which is
[optimized for supply-chain security](https://www.chainguard.dev/unchained/introducing-wolfi-the-first-linux-un-distro) -
[optimized for supply-chain security](https://www.chainguard.dev/unchained/introducing-wolfi-the-first-linux-un-distro-designed-for-securing-the-software-supply-chain) -
and unlike the _musl_-based Alpine uses _glibc_, similar to most other distributions.

Unfortunately, the use of Alpine has always posed difficulties due to its musl libc base. Most of the time this is an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We concur. This is a good example of cross-pollination of good ideas between dev
4. Transactional install/upgrade/uninstall via package managers.
5. Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's %config macro.
6. File verification: Packages have built-in checksums, which can be used for verification before a package is extracted and installed.
7. Signature verification (e.g. [rpm](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-check-rpm-sig)).
7. Signature verification (e.g. [rpm](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/5/html/deployment_guide/s1-check-rpm-sig)).
8. Idempotence - Issuing the same package install/upgrade/uninstall multiple times leaves the system in the same state as issuing it once.
9. Auditability: OS packaging tools allows you to track [what package installed what file](https://unix.stackexchange.com/questions/4705/how-to-find-out-which-package-a-file-belongs-to) in your system (versus files appearing or being changed at will)
10. Traceability - what repository did a package come from? (e.g. deb)
Expand Down

0 comments on commit 881e572

Please sign in to comment.