From 254f77a9f98b5d2a747032c4765d21772d0e80fe Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 9 Oct 2023 17:22:27 +0200 Subject: [PATCH] changelog: Add entry for Docker permission issue caused by building with Go <1.19. Signed-off-by: Jeremi Piotrowski --- changelog/bugfixes/2023-10-09-docker-go-1.19.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2023-10-09-docker-go-1.19.md diff --git a/changelog/bugfixes/2023-10-09-docker-go-1.19.md b/changelog/bugfixes/2023-10-09-docker-go-1.19.md new file mode 100644 index 0000000000..2e50d31775 --- /dev/null +++ b/changelog/bugfixes/2023-10-09-docker-go-1.19.md @@ -0,0 +1 @@ +- Fixed a regression in Docker resulting in file permissions being dropped from exported container images. ([scripts#1231](https://github.com/flatcar/scripts/pull/1231))