James Hewitt
James Hewitt
I'm not sure if there is a reason this wasn't turned on for `markdown` format document, but I would find it very useful. At the moment, its the only reason...
Could probably remove all the old code from here, as anyone updating raspi-config will probably also update raspi-bootloader, but i'll leave that up to you.
I think it would be sensible to install the init.d script for turning on the cpu scaler by always installing it, and using settings in /etc/default/ to control whether it...
Add a deploy stage to the travis build to publish a latest docker image to a registry for master and releases. There seem to be a lot of webssh images...
The s3 tests were failing for numerous reasons, so this PR fixes them. Long term it would be better to mock the s3 SDK so that everyone could run them,...
The other S3 tests already had it, this one is just missing. Fixed #3652 Signed-off-by: James Hewitt
The current doc says to use go get to pull the source code, which no longer works by default on recent versions of go. Also, the makefile has changed to...
Storage drivers may be able to take advantage of the hint to start their walk more efficiently. Start with s3, whose API takes a start-after parameter. Registries with many repositories...
This issue covers an image size concern based on the use of image indexes. There are three things that combine here: - Image indexes provide platform architecture portability with low...
Enable configuration options that can selectively disable validation that dependencies exist within the registry before the image index is uploaded. This enables sparse indexes, where a registry holds a manifest...