Skip to content

Conversation

@jaer-tsun
Copy link
Contributor

What this PR does / why we need it:
This is just for testing purposes; (runners)

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

Makefile Outdated
docker push $(AZURE_VNET_TELEMETRY_IMAGE):$(VERSION)

# Build the Azure CNS image.
.PHONY: azure-npm-image
Copy link
Member

Choose a reason for hiding this comment

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

is this azure-cns-image or npm?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

cns

cns/Dockerfile Outdated
RUN apt-get update

# Install plugin
COPY $CNS_BUILD_DIR/azure-cns /usr/bin
Copy link
Member

Choose a reason for hiding this comment

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

can we do it in another location instead of /usr/bin because im adding config file and it should be in same directory as that of azure-cns. Can we copy this to /usr/local dir?
also we have to copy gz file and extract that. If tomorrow we have more than 1 file then we have to edit this docker file everytime

Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved

@jaer-tsun jaer-tsun force-pushed the buildCnsImage branch 2 times, most recently from c9c2b66 to 8c95d6b Compare January 6, 2020 21:59
Copy link
Member

@tamilmani1989 tamilmani1989 left a comment

Choose a reason for hiding this comment

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

left a minor comment. lgtm

docker save $(AZURE_CNS_IMAGE):$(VERSION) | gzip -c > $(CNS_BUILD_DIR)/$(CNS_IMAGE_ARCHIVE_NAME)
endif

# Publish the Azure NPM image to a Docker registry
Copy link
Member

Choose a reason for hiding this comment

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

Azure CNS image

@jaer-tsun jaer-tsun merged commit f4a5dcb into Azure:master Jan 7, 2020
@jaer-tsun jaer-tsun deleted the buildCnsImage branch January 7, 2020 00:11
ashutoshishere04 pushed a commit to ashutoshishere04/azure-container-networking that referenced this pull request Jan 23, 2020
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.

2 participants