-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Split script: push_docker.sh #89
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lguohan
approved these changes
Dec 1, 2016
stcheng
reviewed
Dec 1, 2016
|
||
## Add registry information as tag, so will push as latest | ||
## Add additional tag with build information | ||
## Temporarily add -f option to prevent error message of Docker engine version < 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this line still necessary? or remove it?
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
Signed-off-by: Danny Allen <daall@microsoft.com>
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
abdosi
added a commit
that referenced
this pull request
Oct 6, 2021
e466ac226c48cf87f83aa5564efd7155ac97a0c1 (HEAD -> master, origin/master, origin/HEAD) Reject incorrect CIDR addresses while configuring routes (#91) 07cf59d866914ef7cb6901d51f289f0bee721e44 [CI] Set up Azure pipeline (#89) 47476acdfaf668ab0cd9ae2443205a3bdc2e9ef9 Upgrade Go version to 1.14 (#90) ee887c785c10d8b4f70db90ca50cc398327c5d73 Added flag to make go/pkg/ folder writable (removable) (#87) 6cfc8fe110c46a1ee5a8430e02a440b5a7b4006d (origin/shilongliu/azp) Default Vrf static route support (#85) d3e8b8e4aee278fa11d7d86acabdab3fffc70d5a Add BFD config to subinterface and neighbor (#68) 8d4fd4a56b637d3b7403c321aef36b8dff58cd62 Fix WS-2018-0594 potential non-random UUIDs security issue (#78) fad87fa20f6b15e28c90e02a131c44d236d6a751 Update API description for default vrf and ecmp routes (#82) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
6 tasks
lguohan
pushed a commit
that referenced
this pull request
Apr 9, 2022
[Submodule]: update sonic-restapi bd97dfe Fix urllib3 CVE-2021-33503 issue (#104) f159bfa Upgrade the containers to be based on Debian Buster (#103) a1830c1 Fix OpenAPI spec to be readable by autorest (#101) 94805a3 Identify and report Vnet GUID for conflicting VNI (#99) 4832dfd Static route expiry if not specified as persistent (#98) 5cc4358 Add support for overlay ECMP (#96) 6822a46 [CI] Set diff cover threshold to 50% (#97) dcc826a Add PR diff coverage (#95) e842c5f Generate code coverage for Unit Tests (#94) f9bbed3 Convert Unit Tests from unittest framework to pytest framework (#93) e466ac2 Reject incorrect CIDR addresses while configuring routes (#91) 07cf59d [CI] Set up Azure pipeline (#89) 47476ac Upgrade Go version to 1.14 (#90) ee887c7 Added flag to make go/pkg/ folder writable (removable) (#87) 6cfc8fe (origin/shilongliu/azp) Default Vrf static route support (#85) d3e8b8e Add BFD config to subinterface and neighbor (#68) 8d4fd4a Fix WS-2018-0594 potential non-random UUIDs security issue (#78) fad87fa Update API description for default vrf and ecmp routes (#82) Some of them have been updated in 202012 branch, should be added in 202106 as well.
7 tasks
yxieca
pushed a commit
that referenced
this pull request
Jun 15, 2022
[sonic-linkmgrd][202012] submodule update 0839af2 Longxiang Lyu Wed Jun 15 08:46:21 2022 +0800 [202012] Fix IP header checksum in handleSendSwitchCommand (#89) afc4972 Jing Zhang Wed Jun 1 10:33:12 2022 -0700 Revert "Update log level for mux probing and mux state chance (#23)" (#85) ed52d0a Longxiang Lyu Tue May 31 10:28:30 2022 +0800 Add a command line option to store logs into a separate file (#83) sign-off: Jing Zhang zhangjing@microsoft.com
Satoru-Shinohara
pushed a commit
to Satoru-Shinohara/sonic-buildimage
that referenced
this pull request
Nov 6, 2023
…els into UMF (sonic-net#89) * CVL schema generator for handling singleton container - Modified the existing schema generator pyang plugin as a standalone script. It uses pyang APIs to process all the sonic yangs and write the schema yin files at once. - Schema generator will transform the single table's container syntax to the regular table's list syntax. All references to such container will also be updatede in the other sonic yangs. This enables all cvl validations for the tables modeled in singleton container syntax. - Updated cvl makefiles to use this new tool for generating main schema as well as test schema. Removed all unused makefiles. Signed-off-by: Sachin Holla <sachin.holla@broadcom.com> Co-authored-by: Mohammed Faraaz C <mohammed.faraaz@broadcom.com> * Import selected sonic yangs into UMF - Scripts to import selected sonic yangs and its dependencies from sonic-buildimage/src/sonic-yang-models during build time. Yang file names to be imported are read from models/yang/sonic/import.mk file. - Imported sonic models will be kept at build/yang/sonic directory. All other yangs are also copied to build/yang directory. Preserves the source directory structure. build/yang ==> API yangs (openconfig, ietf) ├── annotations ==> tranformer annotations ├── common ==> dependent yangs of API yangs ├── extensions ==> API extension yangs └── sonic ==> sonic yangs (local & imported) └── common ==> dependent yangs of the imported sonic yangs - Cannot import all sonic yangs at this point. A few of them are not compatible with current codegens, cvl and transformer infra. To avoid unexpected failures, only the yangs mentioned in import.mk will be supported in the APIs. Other sonic yangs referred by them are used for validation & compilation purposes only. - Updated all codegens, debian install specs and test tools to use yangs from build/yang directory instead of models/yang. - Added build/yang directory to sonic-mgmt-common-codegen.deb. Added a debian postinstall script to fix the file ownership of source files installed from dpkg cache. Signed-off-by: Sachin Holla <sachin.holla@broadcom.com> * Copy transformer test yangs directly to build/yang * Install sonic yangs python wheel before pipeline build --------- Signed-off-by: Sachin Holla <sachin.holla@broadcom.com> Co-authored-by: Mohammed Faraaz C <mohammed.faraaz@broadcom.com>
mssonicbld
added a commit
that referenced
this pull request
Nov 30, 2023
…utomatically (#17330) #### Why I did it src/sonic-host-services ``` * 445ec8b - (HEAD -> master, origin/master, origin/HEAD) Revert "Add support to make determine/process reboot-cause services restartable (#86)" (#89) (31 hours ago) [anamehra] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
mssonicbld
added a commit
that referenced
this pull request
Oct 8, 2024
…e latest HEAD automatically (#20441) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * 6153c6d52 - (HEAD -> master, origin/master, origin/HEAD) Changes to support PAC and 802.1X interaction (#89) (28 hours ago) [Vijaya Kumar Abbaraju] ``` #### How I did it #### How to verify it #### Description for the changelog
saksarav-nokia
pushed a commit
to saksarav-nokia/sonic-buildimage
that referenced
this pull request
Oct 9, 2024
…e latest HEAD automatically (sonic-net#20441) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * 6153c6d52 - (HEAD -> master, origin/master, origin/HEAD) Changes to support PAC and 802.1X interaction (sonic-net#89) (28 hours ago) [Vijaya Kumar Abbaraju] ``` #### How I did it #### How to verify it #### Description for the changelog
sschlafman
pushed a commit
to sschlafman/sonic-buildimage
that referenced
this pull request
Oct 15, 2024
…e latest HEAD automatically (sonic-net#20441) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * 6153c6d52 - (HEAD -> master, origin/master, origin/HEAD) Changes to support PAC and 802.1X interaction (sonic-net#89) (28 hours ago) [Vijaya Kumar Abbaraju] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.