Skip to content

Commit

Permalink
Merge pull request #92 from loxilb-io/docker-fix
Browse files Browse the repository at this point in the history
gh-91 base docker changed to go1.21 official
  • Loading branch information
TrekkieCoder committed Jan 20, 2024
2 parents 7854e42 + 30db7ed commit 933e963
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
FROM eyes852/ubuntu-iperf-test:0.5
FROM golang:1.21

LABEL name="kube-loxilb" \
vendor="loxilb.io" \
version=$GIT_VERSION \
release="0.1" \
summary="loxilb daemonset for kubernetes" \
description="loxilb daemonSet" \
summary="kube-loxilb docker image" \
description="service-lb implementation for loxilb" \
maintainer="backguyn@netlox.io"

WORKDIR /bin/
COPY ./bin/kube-loxilb /bin/kube-loxilb
USER root
RUN chmod +x /bin/kube-loxilb

0 comments on commit 933e963

Please sign in to comment.