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

busybox image: add symlink for /bin/mkfifo #59268

Merged

Commits on Feb 2, 2018

  1. busybox image: add symlink for /bin/mkfifo

    This makes the bazel image more similar to the bash build, which uses
    the image from the docker registry.
    
    mkfifo is used by e.g. kops to send logs to both a /var/log file and to
    stdout (which is then captured by docker).
    justinsb committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    eeb8666 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Force creation of /tmp directory in busybox image

    We create a symlink to hostname, to force creation of the /tmp
    directory.  There doesn't seem to be a direct way of creating a
    directory in the docker_build task in bazel.
    justinsb committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    19e23a0 View commit details
    Browse the repository at this point in the history