diff options
| author | sickcodes <[email protected]> | 2021-02-21 06:43:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-21 06:43:21 +0000 |
| commit | 8fb4c56799d13d1073eaff00d8b4cdf87bce260a (patch) | |
| tree | 0edc617d62adc64f4ace5b10412373ebe53fc76a /CHANGELOG.md | |
| parent | Merge pull request #151 from sickcodes/docker-osx-kubernetes (diff) | |
| parent | 3.1. base-devel image to skip simple packages. Add glibc overrides after ever... (diff) | |
| download | docker-osx-8fb4c56799d13d1073eaff00d8b4cdf87bce260a.tar.xz docker-osx-8fb4c56799d13d1073eaff00d8b4cdf87bce260a.zip | |
Merge pull request #152 from sickcodes/base-devel-switch
3.1. archlinux:base-devel. glibc everywhere. Forgo testing repos.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9b64c..6b47a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +|3.1|2021-02-21|Remove testing repos. Switch to base-devel. We shouldn't be using testing repos in a Dockerfile for light increase in stability. Add the mandatory glibc patch to every pacman until someone upstream fixes it.| | |2021-02-07|Add NOPICKER environment variable to :naked image for effortless boot toggling.| | |2021-02-07|Add MAC_ADDRESS environment variable.| | |2021-02-03|Employ wget --no-verbose to avoid buffer overload in hub.docker.com.| |