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

Adding Script to Generate a Summary of Docker Images Used by Workflows #410

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on May 19, 2023

  1. add docker_usage_sum.py

    bshifaw committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e2226cd View commit details
    Browse the repository at this point in the history
  2. updates made to docker_usage_sum.py

    bshifaw committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b9165b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    387fe74 View commit details
    Browse the repository at this point in the history
  4. adding notes to docker_usage_sum.py

    bshifaw committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a9e24fc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d027cf0 View commit details
    Browse the repository at this point in the history
  2. Refactoring, divide up some functions

    bshifaw committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4995a57 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Note about having gcloud installed

    bshifaw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e0d745b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. rm collect_docker_in_system.sh

    bshifaw committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b4eb61c View commit details
    Browse the repository at this point in the history
  2. Added help message

    bshifaw committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0a9bdac View commit details
    Browse the repository at this point in the history
  3. make backup of old tsv instead of deleting it

    bshifaw committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    76a86ea View commit details
    Browse the repository at this point in the history
  4. updated regex pattern

    bshifaw committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c94e680 View commit details
    Browse the repository at this point in the history
  5. changed way of writing to tsv file

    bshifaw committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    17043ef View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    77dc9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fed9c View commit details
    Browse the repository at this point in the history
  3. renamed docker_usage_md.py to generate_docker_usage_md.py. added gene…

    …rate_docker_usage_md.py to repo site by way of adding it to git_page.yml
    bshifaw committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fd1db31 View commit details
    Browse the repository at this point in the history
  4. edited markdown title, removed links in header because doesn't work i…

    …f output file directed to a different location from current dir
    bshifaw committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5a2c250 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. refactored main function

    bshifaw committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    aa50c39 View commit details
    Browse the repository at this point in the history
  2. fix docker line

    bshifaw committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    85621db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into bs_docker_usage_sum

    bshifaw committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    532e977 View commit details
    Browse the repository at this point in the history