Go 1.12 and Debian 10 support#26
Merged
Merged
Conversation
Let's update to the latest Go version since it has several security fixes.
Debian 7 is definitively end of life and apt can no longer fetch data for it. Since we can no longer build images for this version, remove the Dockerfile.
Debian buster will be released soon, and we'll need to build packages for it. Add a Dockerfile for this target, which is functionally identical to the Debian 9 one except for the base image and the addition of the "ronn" package.
chrisd8088
added a commit
to chrisd8088/build-dockers
that referenced
this pull request
Jun 17, 2025
In a previous commit in this PR we removed the Dockerfile we used to build RPM packages for the Red Hat Enterprise Linux (RHEL) 7, CentOS 7, and SUSE Linux Enterprise Server (SLES) 12 platforms. As well, in 2019 we removed the Dockerfile we used to build Debian packages for the Debian 7 platform in commit 5e7bf33 of PR git-lfs#26. Several of our shell scripts still reference these platforms in their comments, however, so we update those scripts now to provide more up-to-date usage examples.
chrisd8088
added a commit
to chrisd8088/build-dockers
that referenced
this pull request
Jun 17, 2025
In a previous commit in this PR we removed the Dockerfile we used to build RPM packages for the Red Hat Enterprise Linux (RHEL) 7, CentOS 7, and SUSE Linux Enterprise Server (SLES) 12 platforms. As well, in 2019 we removed the Dockerfile we used to build Debian packages for the Debian 7 platform in commit 5e7bf33 of PR git-lfs#26. Several of our shell scripts still reference these platforms in their comments, however, so we update those scripts now to provide more up-to-date usage examples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This series lets us start using Go 1.12 and building Docker containers for Debian 10 so that we can build those versions once Debian releases. In addition, we drop support for Debian 7, since APT sources are no longer available and therefore we can no longer build the container.
There are some changes to Git LFS itself, but those will be coming in a different pull request.