You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the majority of projects using images provided by this repo explicitly configure static builds this may not be an issue, but additional testing is needed to confirm.
Since the majority of projects using images provided by this repo explicitly configure static builds this may not be an issue, but additional testing is needed to confirm.
I generated various test builds and installed the "dev" variants of the packages on a Nagios XI box. The "test" service checks ran for a bit and did not encounter any unexpected issues.
For my purposes the base image change from Debian 11 to Debian 12 does not appear to be impacting anything.
Even so, going forward I probably should update the Dockerfiles to explicitly reflect a chosen base image OS.
The text was updated successfully, but these errors were encountered:
These images were updated to use the most recent stable
base image OS available:
- mirror images
- oldstable images
- stable images
The bump to Go 1.21rc2 for the unstable images also included
the change to specify the base image OS.
NOTE:
Going forward the base image OS will likely stay the same for
the life of the specific series reflected in the image type.
For example, Debian "bookworm" was recently released. When
Go 1.21.0 is released as the next stable version, the "stable"
Debian-based images will continue to use the "bookworm" OS
as the base image for the life of the Go 1.21 series. If a
newer Debian OS version is available when Go 1.22.0 is released
then the "stable" images will adopt that Debian OS as the base
image OS for Debian-based images. The 1.21 series will continue
to use the former Debian OS as the base image OS (for
Debian-based images).
refs GH-1057
refs GH-1058
These images were updated to use the most recent stable
base image OS available:
- mirror images
- oldstable images
- stable images
The bump to Go 1.21rc2 for the unstable images also included
the change to specify the base image OS.
NOTE:
Going forward the base image OS will likely stay the same for
the life of the specific series reflected in the image type.
For example, Debian "bookworm" was recently released. When
Go 1.21.0 is released as the next stable version, the "stable"
Debian-based images will continue to use the "bookworm" OS
as the base image for the life of the Go 1.21 series. If a
newer Debian OS version is available when Go 1.22.0 is released
then the "stable" images will adopt that Debian OS as the base
image OS for Debian-based images. The 1.21 series will continue
to use the former Debian OS as the base image OS (for
Debian-based images).
refs GH-1057
refs GH-1058
Cross-post from #1056 (comment):
and from #1056 (reply in thread):
The text was updated successfully, but these errors were encountered: