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 registry sidecar support #146

Closed
wants to merge 19 commits into from
Closed

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    3b7f3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec73fff View commit details
    Browse the repository at this point in the history
  3. Create .docker directory

    jesusbv committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b0c2496 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1aaeb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add and clean hosts entry

    Set registry FQDN as registry-framework.susecloud.net in SMT
    Use SMT object to get registry FQDN
    
    Update tests
    jesusbv committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f3cf6c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add auth token to config file

    When login with docker/podman, an auths token is written
    to the config file
    
    - Set that config file with the auth token without running login command
    jesusbv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    275b3e3 View commit details
    Browse the repository at this point in the history
  2. Update tests

    jesusbv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    951492c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix key for credentials

    jesusbv committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a477089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944feba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3108180 View commit details
    Browse the repository at this point in the history
  4. Handle registry order search

    - Add registry sidecar RMT and SUSE registry URLs
      to podmand and docker config files
    - Add toml to spec file
    jesusbv committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cf262d8 View commit details
    Browse the repository at this point in the history
  5. Add podman XDG_RUNTIME_DIR path config settings

    - Update tests to reflect the change
    jesusbv committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ab42bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    9d041bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0eaf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update config

    - For podman set registry outside the unqualified search registries
      in order to be able to inform the user when credentials expired and
      a reauth is needed
    
    - For docker do not add registry-<csp>.susecloud.net to the search
      docker does not suppoert auth search, and the registry will not
      show free repos
    
    - Update tests
    jesusbv committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a994cc4 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    jesusbv committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1046b56 View commit details
    Browse the repository at this point in the history
  3. Add tests for config

    jesusbv committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6df7b70 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Clearer check

    - Remove duplication
    - Add check for Docker
    - Log if configuration files not found
    jesusbv committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a216b08 View commit details
    Browse the repository at this point in the history