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

enhancements for the exporting output image digest #939

Merged
merged 2 commits into from
Jul 1, 2019

Commits on Jun 29, 2019

  1. enhancements for the exporting output image digest

     - use pod termination message to export the image digest instead of logs
     - add more logs when index.json is not found
     - create a container to create the default folder for image output digest dir
    nader-ziada committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    5e01e74 View commit details
    Browse the repository at this point in the history
  2. remove workspace from the termination message path to be used by the …

    …image output digest exporter
    
    - use termination message instead of std out to allow the image exporter binary to log erros or warnings
    - move the default image output folder to /builder/home since this will always be mounted in the containers
    - move the termination log file to be in the same path as output images and pass it to the binary to reduce
    hard-coding
    nader-ziada committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    16f2e22 View commit details
    Browse the repository at this point in the history