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

Fix: convert deprecated labels to annotations #141

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix: convert deprecated labels to annotations #141

wants to merge 4 commits into from

Commits on Nov 26, 2018

  1. Fix: convert deprecated labels to annotations

    Patch converts deprecated[0] labels to annotations conformant to OCI
    image specifications[1].
    
    [0] - https://github.com/label-schema/label-schema.org#label-schemaorg
    [1] - https://github.com/opencontainers/image-spec/blob/master/annotations.md#annotations
    romang authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    422681c View commit details
    Browse the repository at this point in the history
  2. Fix: split dynamic label into separate layer

    Patch splits separate layer with the (dynamic) date/time when the
    image has been built, from other (static) labels.
    romang authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    1706e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Added more details to the container labels

    romang authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    17c4669 View commit details
    Browse the repository at this point in the history
  2. Mistype fix in label

    romang authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    3ccc7c9 View commit details
    Browse the repository at this point in the history