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 image tree: restore previous behavior #10222

Merged
merged 1 commit into from
May 12, 2021

Commits on May 12, 2021

  1. podman image tree: restore previous behavior

    The initial version of libimage changed the order of layers which has
    now been restored to remain backwards compatible.
    
    Further changes:
    
     * Fix a bug in the journald logging which requires to strip trailing
       new lines from the message.  The system tests did not pass due to
       empty new lines.  Triggered by changing the default logger to
       journald in containers/common.
    
     * Fix another bug in the journald logging which embedded the container
       ID inside the message rather than the specifid field.  That surfaced
       in a preceeding whitespace of each log line which broke the system
       tests.
    
     * Alter the system tests to make sure that the k8s-file and the
       journald logging drivers are executed.
    
     * A number of e2e tests have been changed to force the k8s-file driver
       to make them pass when running inside a root container.
    
     * Increase the timeout in a kill test which seems to take longer now.
       Reasons are unknown.  Tests passed earlier and no signal-related
       changes happend.  It may be CI VM flake since some system tests but
       other flaked.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d32863b View commit details
    Browse the repository at this point in the history