1
0
mirror of https://github.com/docker-library/golang.git synced 2025-02-06 11:01:20 +00:00

17 Commits

Author SHA1 Message Date
Docker Library Bot
9a51d2eb6f Update 1.22 to 1.22.12 2025-02-04 10:23:13 -08:00
George Adams
2bbd50d642
add windows server 2025 support 2025-01-18 12:03:47 +00:00
Docker Library Bot
d322affc12 Update 1.22 to 1.22.11 2025-01-16 13:10:56 -08:00
Jesper Noordsij
8e03f834d5
Add Alpine 3.21 and drop 3.19 2024-12-05 14:15:10 +01:00
Docker Library Bot
d4dc5390de Update 1.22 to 1.22.10 2024-12-03 10:23:12 -08:00
Docker Library Bot
e65b488837 Update 1.22 to 1.22.9 2024-11-06 16:23:13 -08:00
Docker Library Bot
d2e9d44c54 Update 1.22 to 1.22.8 2024-10-01 10:39:47 -07:00
Docker Library Bot
9e123d9969 Update 1.22 to 1.22.7 2024-09-05 09:46:36 -07:00
Docker Library Bot
3187a722bf Update 1.22 to 1.22.6 2024-08-06 11:18:42 -07:00
Docker Library Bot
539882fb23 Update 1.22 to 1.22.5 2024-07-02 12:33:45 -07:00
Tianon Gravi
81c0d3115b Work around COPY --link limitations by pre-creating full filesystem tree
Without this, `COPY --link` insists on creating `/usr` and `/usr/local` for us, and does so with non-reproducible timestamps, defeating the purpose of our carefully crafted reproducible `/usr/local/go` -- this combats that by pre-creating a full `/target` directory that includes `/target/usr/local/go` so we can `COPY --link /target/ /` and get a *properly* reproducible layer.

I've also added more sanity checks to validate our reproducibility assumptions (namely that our detected `SOURCE_DATE_EPOCH` value is older than our build/wall clock and that no files in our final tree are newer than our `SOURCE_DATE_EPOCH`).
2024-06-13 13:46:13 -07:00
Docker Library Bot
58bc678a83 Update 1.22 to 1.22.4 2024-06-04 12:06:26 -07:00
Jesper Noordsij
cf7a37dedf
Add Alpine 3.20 and drop 3.18 2024-05-22 14:22:57 +02:00
Docker Library Bot
eb57429622 Update 1.22 to 1.22.3 2024-05-07 09:32:49 -07:00
Docker Library Bot
ea6bbce8c9 Update 1.22 to 1.22.2 2024-04-03 09:03:48 -07:00
Docker Library Bot
d5ba02dca9 Update 1.22 to 1.22.1 2024-03-05 10:08:28 -08:00
Tianon Gravi
893a2c96ba Update to 1.22.0 (GA)
This also restores the accidentally lost `GOARM=7` fix.
2024-02-06 15:26:32 -08:00