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

[Build] Fix the docker-sync not found issue #12593

Merged
merged 3 commits into from
Nov 7, 2022

Conversation

xumia
Copy link
Collaborator

@xumia xumia commented Nov 3, 2022

Why I did it

[Build] Fix the docker-sync not found issue

How I did it

When SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD not enabled, not to remove the docker-sync tag.

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205

Description for the changelog

Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@XuChen-MSFT
Copy link

passed local building for cisco 202205-v0.6

slave.mk Outdated
if [ x$(SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD) == x"y" ]; then
@echo "Removing docker image $(1):latest" $(LOG)
docker rmi -f $(1):latest $(LOG)
if [ x$(SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD) == x"y" ]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like need to change as "fi".

@xumia
Copy link
Collaborator Author

xumia commented Nov 6, 2022

/azp run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@xumia xumia merged commit 61246b6 into sonic-net:master Nov 7, 2022
@xumia xumia deleted the Fix-cisco-docker-name-issue branch November 7, 2022 02:04
mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Nov 7, 2022
Why I did it
[Build] Fix the docker-sync not found issue

How I did it
When SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD not enabled, not to remove the docker-sync tag.
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202205: #12618

yxieca pushed a commit that referenced this pull request Nov 10, 2022
Why I did it
[Build] Fix the docker-sync not found issue

How I did it
When SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD not enabled, not to remove the docker-sync tag.
xumia added a commit that referenced this pull request Nov 18, 2022
Why I did it
[Build] Fix the docker-sync not found issue

How I did it
When SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD not enabled, not to remove the docker-sync tag.

Co-authored-by: xumia <59720581+xumia@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants