-
Notifications
You must be signed in to change notification settings - Fork 180
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
contiv k8s container now tagged with git version #1082
Conversation
the container build can leverage other new tasks to simplify the build script considerably drive-by: found the release notes for the container release was wrong Signed-off-by: Chris Plock <[email protected]>
0c9061f
to
df18ce1
Compare
build PR |
build pr |
|
build PR |
@unclejack I'm puzzled, line 257 is nowhere near the target you are running: |
build PR |
scripts/netContain/build_image.sh
Outdated
fi | ||
# it's expected that makefile targets compile-with-docker and | ||
# binaries-from-container have already been run | ||
tar c -C bin $NETPLUGIN_BINARIES | tar x -C scripts/netcontain/bin |
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.
This needs to be netContain.
build PR |
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.
LGTM
the container build can leverage other new tasks to simplify the build
script considerably
drive-by: found the release notes for the container release was wrong
Signed-off-by: Chris Plock [email protected]