Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sgerrand/docker-glibc-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.37-0
Choose a base ref
...
head repository: sgerrand/docker-glibc-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.38-0
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 5, 2023

  1. Dependabot updates for Docker base images

    This change configures Dependabot to automatically update the Docker
    base images in this repository on a periodic basis.
    sgerrand committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b7a0fa9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from sgerrand/dependabot

    Dependabot: configure Docker base image updates
    sgerrand authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    67d75db View commit details
    Browse the repository at this point in the history
  3. Bump ubuntu from 20.04 to 22.04

    Bumps ubuntu from 20.04 to 22.04.
    
    ---
    updated-dependencies:
    - dependency-name: ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    265b163 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge pull request #52 from sgerrand/dependabot/docker/ubuntu-22.04

    Bump ubuntu from 20.04 to 22.04
    sgerrand authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ceb5ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d4264 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge pull request #54 from sgerrand/glibc-2.38

    GNU libc v2.38
    sgerrand authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    73b6268 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Rename trunk branch reference

    The name of this branch was changed some time ago, unfortunately this
    build configuration was not updated in lock-step.
    sgerrand committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ecbc4c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from sgerrand/main-is-main

    CI: Rename trunk branch reference
    sgerrand authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    27757b8 View commit details
    Browse the repository at this point in the history
  3. Prefer go install for modern Go

    The `go get` command was deprecated in Go v1.17 and is now reserved for use in modules.
    
    ```
    $ go get github.com/tcnksm/ghr
    go: go.mod file not found in current directory or any parent directory.
    	'go get' is no longer supported outside a module.
    	To build and install a command, use 'go install' with a version,
    	like 'go install example.com/cmd@latest'
    	For more information, see https://golang.org/doc/go-get-install-deprecation
    	or run 'go help get' or 'go help install'.
    
    Exited with code exit status 1
    ```
    sgerrand committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1b30d79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #56 from sgerrand/main-is-main

    Prefer `go install` for modern Go
    sgerrand authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7d34b47 View commit details
    Browse the repository at this point in the history
Loading