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

add support for pack to extend base images using daemon #1791

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Jun 2, 2023

  1. add helper functions for extend using daemon

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ca07b65 View commit details
    Browse the repository at this point in the history
  2. add buildImage by daemon

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    abdf62c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. extract layers and extend the export phase

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5c460c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. implements build image extension by daemon

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8710e46 View commit details
    Browse the repository at this point in the history
  2. adds execution measurement

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    88c8fbd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. adds mockDaemon and unit test

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b8295c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. add tests for multiple buildextend

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    98fd87d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. adds functionality to fetch args from config

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4ad4631 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. remove run extend

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9466204 View commit details
    Browse the repository at this point in the history
  2. remove profiling and add comments

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0e2fce6 View commit details
    Browse the repository at this point in the history
  3. Merge changes from main branch

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c8ac171 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. fix logger for daemon extend

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    888d1a8 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f935dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    38d0278 View commit details
    Browse the repository at this point in the history
  2. Merge changes from main branch

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b69ddad View commit details
    Browse the repository at this point in the history
  3. skip test for windows

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    aa78c43 View commit details
    Browse the repository at this point in the history
  4. remove redundant logs

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    57f88a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. add tests for helper functions

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    72c6fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02858bf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    d33f1df View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    40ca4f6 View commit details
    Browse the repository at this point in the history
  2. adds test for file-to-tar and fixes loggers

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3ca6ad1 View commit details
    Browse the repository at this point in the history
  3. fixes linting of imports

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e401acd View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    cd7ee2e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Merge branch 'main' into run-extend

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    77a2c5c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. adds warnings over UID and GID

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    147699b View commit details
    Browse the repository at this point in the history
  2. adds note in help and phase to notifiy the nomenclature

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1311893 View commit details
    Browse the repository at this point in the history
  3. remove kaniko caching for build extend

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3e64a54 View commit details
    Browse the repository at this point in the history
  4. update subsequent changes in UID and GID to config

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    bb255dc View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c560e9f View commit details
    Browse the repository at this point in the history
  6. remove redundant tests

    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    7cf7e08 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b416335 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    3b52e66 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge branch 'main' into run-extend

    Signed-off-by: Darshan Kumar <[email protected]>
    Signed-off-by: Darshan Kumar <[email protected]>
    itsdarshankumar committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    abb040c View commit details
    Browse the repository at this point in the history