Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
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: boot2docker/boot2docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.03.5
Choose a base ref
...
head repository: boot2docker/boot2docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.03.12
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 4, 2019

  1. Remove haveged in favor of backported upstream kernel commit

    Quoting the `Dockerfile` comment:
    
    > apply kernel entropy patch from 5.4; this same patch was backported in Debian in 5.3.9-1
    >
    >   - https://git.kernel.org/linus/50ee7529ec4500c88f8664560770a7a1b65db72b
    >   - https://salsa.debian.org/kernel-team/linux/commit/c323c453b2485a33bfb33635a07f3a50bc1db1ee
    >   - https://lists.debian.org/debian-boot/2019/11/msg00077.html
    >
    > specifically, this solves the problem of early-boot entropy (SSH key generation, for example), avoiding the need for userspace solutions like haveged
    
    (cherry picked from commit ab6b28e)
    
    See #1403 (comment) for the justification behind backporting this change.
    tianon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8be24bc View commit details
    Browse the repository at this point in the history
  2. Update kernel to 4.19 (specifically 4.19.87)

    This is techinically a cherry-pick/backport of c312ab6.
    
    This is in support of 8be24bc (a cherry-pick of ab6b28e).
    
    See #1403 (comment) for the justification behind backporting this change.
    tianon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    cb60095 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Add deprecation notice

    (cherry picked from commit 0774cfc)
    tianon committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    85cfc85 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Update Linux to 4.19.130 (thus no longer requiring the entropy patch …

    …since it is backported)
    tianon committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    20433ed View commit details
    Browse the repository at this point in the history
  2. Update to 19.03.12

    tianon committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    3c38b86 View commit details
    Browse the repository at this point in the history
Loading