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

[dockers] label SONiC Docker with manifest #5939

Merged
merged 35 commits into from
Apr 26, 2021

Commits on Nov 16, 2020

  1. [dockers] Tag all docker images with a version number

    Previously all docker images built into SONiC binary were tagged with
    SONiC version string. With the introduction of container upgrades and
    SONiC extension framework all docker images should have their own
    version numbers that do not relate with SONiC version. All dockers are
    tagged with version 1.0.0 in this PR. Whenever changes are introduced to
    a docker image that require a version change, the docker image
    maintainer should update the version number.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a624e0c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. [dockers] Tag all docker images with a version number

    Previously all docker images built into SONiC binary were tagged with
    SONiC version string. With the introduction of container upgrades and
    SONiC extension framework all docker images should have their own
    version numbers that do not relate with SONiC version. All dockers are
    tagged with version 1.0.0 in this PR. Whenever changes are introduced to
    a docker image that require a version change, the docker image
    maintainer should update the version number.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    875650f View commit details
    Browse the repository at this point in the history
  2. [dockers] label SONiC Docker with manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    954cad9 View commit details
    Browse the repository at this point in the history
  3. [dockers] add package name to manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    855fa60 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. remove swss dependency from dhcp-relay & router-advertiser

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    44685ba View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d337e08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_version_tags
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5eb48a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    99d9d12 View commit details
    Browse the repository at this point in the history
  2. remove sonic-sdk added by mistake in this change

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ed1bd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50237b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    31d4bbf View commit details
    Browse the repository at this point in the history
  2. [docker-macsec] add version number for docker-macsec

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    823eede View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dockers_version_tags' of github.com:stepanblyschak/soni…

    …c-buildimage into dockers_manifest
    
    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    bdf0113 View commit details
    Browse the repository at this point in the history
  4. [docker-macsec] add manifest for macsec docker

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    05df4ed View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. [sonic_debian_extension.j2] fix merge conflict markers

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e0735d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. [dockers] use single manifest template

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2066aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. tag SONiC images the old way

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    422c245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd9278 View commit details
    Browse the repository at this point in the history
  3. check if docker has correct manifest after loading it

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    888a0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. fix checking manifest

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    53631d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 24, 2021

  1. Merge branch 'master' of github.com:azure/sonic-buildimage into docke…

    …rs_manifest
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9d76601 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. remove obsolete file

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3de0cb3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dockers_manifest' of github.com:stepanblyschak/sonic-bu…

    …ildimage into dockers_manifest
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a665d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. remove obsolete field from manifest. will be replaced by base-os comp…

    …onents approacgh
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b2f8fc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 9, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    84bf4dd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b427b71 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    92ad8b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. remove not needed ARG in dockerfiles

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    57ec2f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    90a74dd View commit details
    Browse the repository at this point in the history
  2. fix indentation

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    aa31898 View commit details
    Browse the repository at this point in the history
  3. add todo about changelog

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9e171a5 View commit details
    Browse the repository at this point in the history