-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Comcast/v2.5.1
added kube2ipvs binary to docker image
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ LABEL MAINTAINER='RDEI Team <[email protected]>' | |
RUN echo '@edgemain http://dl-3.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories | ||
RUN apk add libpcap iptables haproxy iproute2 ipvsadm@edgemain gcc libc-dev git libpcap-dev && rm -rf /var/cache/apk/*; rm -rf /var/cache/apk/* | ||
COPY --from=0 /app/src/cmd/ravel/ravel /bin/ | ||
COPY --from=0 /app/src/cmd/ravel/ravel /bin/kube2ipvs | ||
COPY --from=0 /app/src/cmd/ravel/gobgp /bin/ | ||
COPY --from=0 /app/src/cmd/ravel/gobgpd /bin/ | ||
RUN chmod 750 /bin/gobgp /bin/gobgpd /bin/ravel | ||
|
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