Skip to content

Tags: Veratil/docker-image-resource

Tags

v1.2.0

Toggle v1.2.0's commit message
use mount from util-linux

busybox mount seems to have a limit on how much it can read from
/proc/mounts (3kb), meaning if you have a large entry in there preceding
the mount point you're remounting, it'll fail like so:

    mount: can't find /sys/fs/cgroup in /proc/mounts

using mount from util-linux works

Signed-off-by: Clara Fu <[email protected]>
Co-authored-by: Mark Huang <[email protected]>
Co-authored-by: Alex Suraci <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request concourse#250 from john681611/cache-failover

Allow Build to continue if cache pull fails

v1.0.0

Toggle v1.0.0's commit message
remove dependence on user.Current in tests