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

feat: image build spec #1964

Merged
merged 44 commits into from Dec 19, 2023
Merged

feat: image build spec #1964

merged 44 commits into from Dec 19, 2023

Commits on Dec 8, 2023

  1. Copy the full SHA
    c8d4f64 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c94a54b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 15, 2023

  1. Copy the full SHA
    d87e03d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12a73c4 View commit details
    Browse the repository at this point in the history
  3. go tidy all

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    15428f5 View commit details
    Browse the repository at this point in the history
  4. add img builds to validation

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    2f42a64 View commit details
    Browse the repository at this point in the history
  5. add name to img build spec

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    a8b1ba6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7cf628f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e3e8061 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2ad757c View commit details
    Browse the repository at this point in the history
  9. remove validation for now

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    6f6310c View commit details
    Browse the repository at this point in the history
  10. set built locally

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    607c2a1 View commit details
    Browse the repository at this point in the history
  11. downloading -> validating

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    f7ef134 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    77a0081 View commit details
    Browse the repository at this point in the history
  13. add back image building

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    161f033 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    39d8590 View commit details
    Browse the repository at this point in the history
  15. remove bkclient dependency

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    dd5a6f7 View commit details
    Browse the repository at this point in the history
  16. remove flaky url test

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    7284765 View commit details
    Browse the repository at this point in the history
  17. go fmt kurtosis backend

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    af5cc42 View commit details
    Browse the repository at this point in the history
  18. fix on disk path processing

    tedim52 committed Dec 15, 2023
    Copy the full SHA
    ddf1a5c View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    acaaed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. refactor get on disk paths

    tedim52 committed Dec 16, 2023
    Copy the full SHA
    e2992c0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    47d0141 View commit details
    Browse the repository at this point in the history
  3. adjust comments

    tedim52 committed Dec 16, 2023
    Copy the full SHA
    9b8a583 View commit details
    Browse the repository at this point in the history
  4. add validator funcs

    tedim52 committed Dec 16, 2023
    Copy the full SHA
    2f97dee View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    295cce0 View commit details
    Browse the repository at this point in the history
  6. fix err msg

    tedim52 committed Dec 16, 2023
    Copy the full SHA
    375a8cd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. add consts to tests

    tedim52 committed Dec 17, 2023
    Copy the full SHA
    04b0aed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65642b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. start img build spec tests

    tedim52 committed Dec 18, 2023
    Copy the full SHA
    1c79ae5 View commit details
    Browse the repository at this point in the history
  2. checkpoint on tests

    tedim52 committed Dec 18, 2023
    Copy the full SHA
    ff3ef22 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. finish apic tests

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    0e01918 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19091c1 View commit details
    Browse the repository at this point in the history
  3. clean up

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    1b56dae View commit details
    Browse the repository at this point in the history
  4. fix validation func

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    d7a5e51 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1783ead View commit details
    Browse the repository at this point in the history
  6. add docs

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    d10b2a4 View commit details
    Browse the repository at this point in the history
  7. only run test over docker

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    1dda76c View commit details
    Browse the repository at this point in the history
  8. check if img is available

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    c39518f View commit details
    Browse the repository at this point in the history
  9. remove link todo

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    7fc7f67 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    919786c View commit details
    Browse the repository at this point in the history
  11. address pr comments

    tedim52 committed Dec 19, 2023
    Copy the full SHA
    e672007 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    825ba6f View commit details
    Browse the repository at this point in the history