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

Podman support beta #674

Merged
merged 33 commits into from
Jan 24, 2022
Merged

Podman support beta #674

merged 33 commits into from
Jan 24, 2022

Commits on Jan 5, 2022

  1. Add initial podman support

    LimeHat committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    5a6b55e View commit details
    Browse the repository at this point in the history
  2. Add a few debug outputs

    LimeHat committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1c1f457 View commit details
    Browse the repository at this point in the history
  3. Update go.mod/go.sum

    LimeHat committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    500efba View commit details
    Browse the repository at this point in the history
  4. Add build tags for podman

    LimeHat committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e0710e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cfbe58 View commit details
    Browse the repository at this point in the history
  6. Update go.mod after a rebase

    LimeHat committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    98df40b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    509ff34 View commit details
    Browse the repository at this point in the history
  2. Add cpu/mem limits to podman

    LimeHat committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    fa8c422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66cc26b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e34630 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    627e06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9670d4 View commit details
    Browse the repository at this point in the history
  3. removed unused runtime consts

    hellt committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b6f15cf View commit details
    Browse the repository at this point in the history
  4. applied gofmt for imports

    hellt committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    dd5e411 View commit details
    Browse the repository at this point in the history
  5. added make target

    hellt committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4e122cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    626b8cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7b43a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Remove unused code artifacts

    LimeHat committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f2530a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e1733 View commit details
    Browse the repository at this point in the history
  3. fix typos

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    37cbb82 View commit details
    Browse the repository at this point in the history
  4. enable smoke tests for podman

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    beef04a View commit details
    Browse the repository at this point in the history
  5. fix build cmd

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9fd8b0e View commit details
    Browse the repository at this point in the history
  6. set binary name

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bb17d8c View commit details
    Browse the repository at this point in the history
  7. added podman service start

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    02b800b View commit details
    Browse the repository at this point in the history
  8. check podman bind mounts

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    aba2d1e View commit details
    Browse the repository at this point in the history
  9. fix tests for podman

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    4154728 View commit details
    Browse the repository at this point in the history
  10. added sudo

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b235b7f View commit details
    Browse the repository at this point in the history
  11. split htmltest to two configs

    htmltest launched in CI will have github.com links excluded to remove 429 responses
    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8372fcb View commit details
    Browse the repository at this point in the history
  12. added url wildcard

    hellt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    90b2684 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6148f2b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. ignore backup lab files

    hellt committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ff1df8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a584f34 View commit details
    Browse the repository at this point in the history
  3. build tags rework

    hellt committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d594889 View commit details
    Browse the repository at this point in the history