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

build: build base images in unconfined mode #72

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Commits on Jan 5, 2024

  1. build: build base images in unconfined mode

    To workaround [1] in Github actions environment. Github Actions Runners
    do not yet have up to date podman version that contains this fix.
    
    [1] containers/podman#21012
    pbrezina committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    728dba1 View commit details
    Browse the repository at this point in the history
  2. ci: restart podman socket during setup

    Same as d6500ea just for PR CI.
    
    Fixes an issue where 'systemctl enable --now podman.socket' fails
    during container setup.
    
    + sudo systemctl enable --now podman.socket
    Job failed. See "journalctl -xe" for details.
    
    systemd[1]: Failed to listen on Podman API Socket.
    systemd[1]: podman.socket: Socket service podman.service already active, refusing.
    pbrezina committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    20d6c2e View commit details
    Browse the repository at this point in the history