Skip to content

Commit

Permalink
Merge pull request #8 from tectroll/develop
Browse files Browse the repository at this point in the history
update alpine
  • Loading branch information
tectroll authored Jul 28, 2021
2 parents d1e79d9 + 5af07df commit 7e5ddfa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v0.6
VERSION=v0.7
4 changes: 2 additions & 2 deletions actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.9
RUN apk update && apk upgrade && apk add bash iptables ip6tables keepalived haproxy curl perl perl-data-dumper perl-json perl-net-http perl-lwp-useragent-determined perl-lwp-protocol-https perl-encode perl-net-ip perl-datetime
FROM alpine:3.14
RUN apk update && apk upgrade && apk add bash iptables ip6tables keepalived haproxy curl perl perl-data-dump perl-json perl-net-http perl-lwp-useragent-determined perl-lwp-protocol-https perl-encode perl-net-ip perl-datetime
COPY actor/actor.pl /usr/local/bin/
COPY watcher/dumpdb.pl /usr/local/bin/
COPY lib /usr/local/bin/lib/
Expand Down
4 changes: 2 additions & 2 deletions manifests/k8slb-haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
component: watcher
spec:
containers:
- image: tectroll/k8slb-watcher:v0.6
- image: tectroll/k8slb-watcher:v0.7
name: watcher
env:
- name: K8SLB_NODE_NAME
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: tectroll/k8slb-actor:v0.6
- image: tectroll/k8slb-actor:v0.7
name: actor
env:
- name: K8SLB_NODE_NAME
Expand Down
4 changes: 2 additions & 2 deletions manifests/k8slb-kubeproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
component: watcher
spec:
containers:
- image: tectroll/k8slb-watcher:v0.6
- image: tectroll/k8slb-watcher:v0.7
name: watcher
env:
- name: K8SLB_NODE_NAME
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: tectroll/k8slb-actor:v0.6
- image: tectroll/k8slb-actor:v0.7
imagePullPolicy: Always
name: actor
env:
Expand Down
4 changes: 2 additions & 2 deletions manifests/k8slb-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ spec:
component: watcher
spec:
containers:
- image: tectroll/k8slb-watcher:v0.6
- image: tectroll/k8slb-watcher:v0.7
name: watcher
env:
- name: K8SLB_NODE_NAME
Expand Down Expand Up @@ -343,7 +343,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: tectroll/k8slb-actor:v0.6
- image: tectroll/k8slb-actor:v0.7
imagePullPolicy: Always
name: watcher
env:
Expand Down
4 changes: 2 additions & 2 deletions watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.9
RUN apk update && apk upgrade && apk add bash curl perl perl-data-dumper perl-json perl-net-http perl-lwp-useragent-determined perl-lwp-protocol-https perl-encode perl-net-ip perl-datetime
FROM alpine:3.14
RUN apk update && apk upgrade && apk add bash curl perl perl-data-dump perl-json perl-net-http perl-lwp-useragent-determined perl-lwp-protocol-https perl-encode perl-net-ip perl-datetime
COPY watcher/watcher.pl /usr/local/bin/
COPY watcher/dumpdb.pl /usr/local/bin/
COPY lib /usr/local/bin/lib/
Expand Down

0 comments on commit 7e5ddfa

Please sign in to comment.