Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rootfs.tar.gz: Bump to BusyBox 1.25.1 #478

Merged
merged 1 commit into from
Sep 21, 2017

Conversation

wking
Copy link
Contributor

@wking wking commented Sep 20, 2017

Update from the old 1.24.1 with a new extract from stage3-amd64-20170907.tar.bz2.

Generated with:

$ cd contrib/rootfs-builder
$ touch get-stage3.sh
$ make rootfs.tar.gz
$ cp -f rootfs.tar.gz ../..

This change adds the following commands to the rootfs:

  • blkdiscard
  • nsenter
  • ubirename
  • unshare

of which nsenter and unshare are interesting for runtime-tools (although having them inside the container probably doesn't matter much).

This bump is mostly because an update every two years is a good idea ;).

Update from the old 1.24.1 with a new extract from
stage3-amd64-20170907.tar.bz2.  The stage3 had a SHA512 hash of [1]
and a valid signature by [2].

Generated with:

  $ cd contrib/rootfs-builder
  $ touch get-stage3.sh
  $ make rootfs.tar.gz
  $ cp -f rootfs.tar.gz ../..

This change adds the following commands to the rootfs:

* blkdiscard
* nsenter
* ubirename
* unshare

of which nsenter and unshare are interesting for runtime-tools
(although having them *inside* the container probably doesn't matter
much).

[1]: afa5f41a10c9e730cc481d805c30e9f5d1912a30956a23b8780b1e175a5dc764bb8dbf40392e14bfa9a9891b9f380b3287b9b199abce82f83114b8851062efe2
[2]: Gentoo Linux Release Engineering (Automated Weekly Release Key) <[email protected]>
     Primary key fingerprint: 13EB BDBE DE7A 1277 5DFD  B1BA BB57 2E0E 2D18 2910

Signed-off-by: W. Trevor King <[email protected]>
@wking wking force-pushed the bump-busybox-tar-to-1.25.1 branch from 1da4453 to 5cb6c48 Compare September 21, 2017 00:10
@wking
Copy link
Contributor Author

wking commented Sep 21, 2017

Travis failure is addressed by #472's 1a9532e.

@liangchenye
Copy link
Member

liangchenye commented Sep 21, 2017

LGTM
(#472 is already merged, don't why the CI is not rebuilt.)

Approved with PullApprove

@Mashimiao
Copy link

Mashimiao commented Sep 21, 2017

LGTM

Approved with PullApprove

@Mashimiao Mashimiao merged commit 4de3a09 into opencontainers:master Sep 21, 2017
@wking wking deleted the bump-busybox-tar-to-1.25.1 branch September 22, 2017 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants