Skip to content

Commit

Permalink
Remove deprecated longhorn-instance-manager from engine image
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Jul 5, 2021
1 parent 1bb815c commit 0224acb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package/Dockerfile
Expand Up @@ -2,15 +2,17 @@ FROM ubuntu:18.04

ARG ARCH=amd64

RUN apt-get update && apt-get install -y kmod curl nfs-common fuse \
libibverbs1 librdmacm1 libconfig-general-perl libaio1 sg3-utils \
iputils-ping telnet iperf qemu-utils wget iproute2
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y kmod curl nfs-common fuse \
libibverbs1 librdmacm1 libconfig-general-perl libaio1 sg3-utils \
iputils-ping telnet iperf qemu-utils wget iproute2

# Install grpc_health_probe
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.3.2/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && \
chmod +x /usr/local/bin/grpc_health_probe

COPY bin/longhorn bin/longhorn-instance-manager /usr/local/bin/
COPY bin/longhorn /usr/local/bin/

COPY package/launch-simple-longhorn package/engine-manager package/launch-simple-file /usr/local/bin/

Expand Down

0 comments on commit 0224acb

Please sign in to comment.