Skip to content

Split script: push_docker.sh#89

Merged
stcheng merged 1 commit intosonic-net:masterfrom
qiluo-msft:qiluo/pushdocker
Dec 1, 2016
Merged

Split script: push_docker.sh#89
stcheng merged 1 commit intosonic-net:masterfrom
qiluo-msft:qiluo/pushdocker

Conversation

@qiluo-msft
Copy link
Copy Markdown
Collaborator

No description provided.

@stcheng stcheng merged commit b68ec0e into sonic-net:master 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
Copy link
Copy Markdown
Contributor

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?

@qiluo-msft qiluo-msft deleted the qiluo/pushdocker branch December 2, 2016 01:40
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>
@xumia xumia mentioned this pull request Mar 21, 2022
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.
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
qiluo-msft added a commit that referenced this pull request Aug 14, 2025
…er-dependency (#23716)

#### Why I did it
sonic-swss-common
```
dc05565 2025-08-14 | Revert "[strict yang] Add YANG based cfg_schema.h to schema.h (#1008)" (#1067) [jingwenxie]
e782b12 2025-08-12 | Add c-api/Rust wrappers for ConfigDBConnector and EventPublisher (#1062) [Qi Luo]
1484a85 2025-08-08 | Ignore nonexistent include in database_global.json (#1041) [yue-fred-gao]
839ddf0 2025-08-08 | [strict yang] Add YANG based cfg_schema.h to schema.h (#1008) [jingwenxie]
```

sonic-dash-ha
```
6163990 2025-08-12 | Update sonic_db_config_initialize_global with extra argument (#98) [yue-fred-gao]
01a88ef 2025-08-07 | Suppress update from consumer bridge if there is no change (#89) [yue-fred-gao]
```
croos12 pushed a commit to croos12/sonic-buildimage that referenced this pull request Sep 29, 2025
…tomatically (sonic-net#1610)

#### Why I did it
src/sonic-gnmi
```
* 0222d5f - (HEAD -> 202412, origin/202412) Merge pull request sonic-net#101 from Azure/202412-dev (2 hours ago) [Zain Budhwani]
* ec20f64 - (origin/202412-dev) Support Show Interface tranceiver lpmode  (sonic-net#92) (17 hours ago) [yiliu4]
* c9b5498 - "Make interface as arg instead of option for `show interface alias` and `show interface flap` (sonic-net#100) (24 hours ago) [axin]
* e9f0e29 - Add show interfaces portchannel /ecn (sonic-net#77) (27 hours ago) [jiayuj2021]
* 126f6fe - Add implementation for 'show ipv6 prefix-list' (sonic-net#84) (34 hours ago) [nanali-msft]
* 9977ae6 - Remove non-common functions from show_common.go (sonic-net#98) (34 hours ago) [gnemuw]
* d76043c - Add option SONIC_CLI_IFACE_MODE to support naming mode environment variable refresh in gnmi (sonic-net#88) (2 days ago) [axin]
* 37692e9 - Replacing the `queue-type` option with subcommands for `show queue watermark` (sonic-net#89) (2 days ago) [mramezani95]
* 3f4bd4b - Fix srv6 stats (sonic-net#95) (2 days ago) [Changrong Wu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
vmittal-msft pushed a commit to vmittal-msft/sonic-buildimage that referenced this pull request Oct 20, 2025
…est HEAD automatically (sonic-net#1173)

#### Why I did it
src/sonic-platform-common
```
* 71d1244 - (HEAD -> 202503, origin/202503) Merge pull request sonic-net#89 from arlakshm/dev/arlakshm/merge_202412 (4 days ago) [Arvindsrinivasan Lakshmi Narasimhan]
|\ 
| failure_prs.log skip_prs.log ec60fb2 - Merge remote-tracking branch 'origin/202412' into dev/arlakshm/merge_202412 (5 days ago) [Arvindsrinivasan Lakshmi Narasimhan]
|/ 
* 2e8885d - Added LPO media interface code (sonic-net#85) (12 days ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
vmittal-msft pushed a commit to vmittal-msft/sonic-buildimage that referenced this pull request Oct 20, 2025
…tomatically (sonic-net#1213)

#### Why I did it
src/sonic-swss
```
* c203cec - (HEAD -> 202503, origin/202503) Merge pull request sonic-net#89 from mssonicbld/sonicbld/202503-merge (21 hours ago) [mssonicbld]
* c48655b - Merge branch '202412' of https://github.com/Azure/sonic-swss.msft into 202503 (23 hours ago) [Sonic Automation]
* 735a52f - Merge pull request sonic-net#87 from mssonicbld/sonicbld/202412-merge (2 days ago) [mssonicbld]
* 2761106 - Merge branch '202411' of https://github.com/sonic-net/sonic-swss into 202412 (2 days ago) [Sonic Automation]
* 9c3daae - [202411][muxorch] Catch error when checking active state of missing neighbor (2 days ago) [Kumaresh Perumal]
|\ 
| failure_prs.log skip_prs.log 0a1e41e - [muxorch] Catch error when checking active state of missing neighbor (3 days ago) [Nikola Dancejic]
* cc0255b - Update swss pipeline to use ubuntu 22.04 agent pool (sonic-net#3677) (3 days ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
FengPan-Frank pushed a commit to FengPan-Frank/sonic-buildimage that referenced this pull request Dec 4, 2025
…er-dependency (sonic-net#23716)

#### Why I did it
sonic-swss-common
```
dc05565 2025-08-14 | Revert "[strict yang] Add YANG based cfg_schema.h to schema.h (sonic-net#1008)" (sonic-net#1067) [jingwenxie]
e782b12 2025-08-12 | Add c-api/Rust wrappers for ConfigDBConnector and EventPublisher (sonic-net#1062) [Qi Luo]
1484a85 2025-08-08 | Ignore nonexistent include in database_global.json (sonic-net#1041) [yue-fred-gao]
839ddf0 2025-08-08 | [strict yang] Add YANG based cfg_schema.h to schema.h (sonic-net#1008) [jingwenxie]
```

sonic-dash-ha
```
6163990 2025-08-12 | Update sonic_db_config_initialize_global with extra argument (sonic-net#98) [yue-fred-gao]
01a88ef 2025-08-07 | Suppress update from consumer bridge if there is no change (sonic-net#89) [yue-fred-gao]
```

Signed-off-by: Feng Pan <fenpan@microsoft.com>
jianyuewu pushed a commit to jianyuewu/sonic-buildimage that referenced this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants