Skip to content

Commit

Permalink
MINOR: move to 1.8 branch and update to 1.8.3 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Jan 6, 2018
1 parent 7082d4d commit e34dce0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>

LABEL name="haproxytech/haproxy" \
vendor="HAProxy" \
version="1.7.9" \
version="1.8.3" \
release="1" \
url="https://www.haproxy.org" \
summary="HAProxy OpenSource" \
Expand All @@ -14,9 +14,9 @@ LABEL name="haproxytech/haproxy" \
io.openshift.expose-services="8080/tcp:http,8443/tcp:https" \
io.openshift.tags="http,https,proxy,loadbalancer"

ENV HAPROXY_BRANCH 1.7
ENV HAPROXY_MINOR 1.7.9
ENV HAPROXY_MD5 a2bbbdd45ffe18d99cdcf26aa992f92d
ENV HAPROXY_BRANCH 1.8
ENV HAPROXY_MINOR 1.8.3
ENV HAPROXY_MD5 2e1e3eb42f07983c9303c5622d812862
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID 10001
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>

LABEL name="haproxytech/haproxy" \
vendor="HAProxy" \
version="1.7.9" \
version="1.8.3" \
release="1" \
url="https://www.haproxy.org" \
summary="HAProxy OpenSource" \
Expand All @@ -14,9 +14,9 @@ LABEL name="haproxytech/haproxy" \
io.openshift.expose-services="8080/tcp:http,8443/tcp:https" \
io.openshift.tags="http,https,proxy,loadbalancer"

ENV HAPROXY_BRANCH 1.7
ENV HAPROXY_MINOR 1.7.9
ENV HAPROXY_MD5 a2bbbdd45ffe18d99cdcf26aa992f92d
ENV HAPROXY_BRANCH 1.8
ENV HAPROXY_MINOR 1.8.3
ENV HAPROXY_MD5 2e1e3eb42f07983c9303c5622d812862
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID 10001
Expand Down
4 changes: 2 additions & 2 deletions Makefile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONTEXT = haproxytech
VERSION = 1.7.6
VERSION = 1.8.3
IMAGE_NAME = openshift-haproxy
TARGET = centos7
REGISTRY = docker-registry.default.svc.cluster.local
Expand Down Expand Up @@ -48,4 +48,4 @@ run:
docker run -tdi -u $(shell shuf -i 1000010000-1000020000 -n 1) -p 8080:8080 ${CONTEXT}/${IMAGE_NAME}:${TARGET}-${VERSION}

clean:
rm -f build
rm -f build
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

DOCKERFILE=${1:-Dockerfile}
HAPROXY_BRANCH=1.7
HAPROXY_BRANCH=1.8
HAPROXY_SRC_URL=http://www.haproxy.org/download

HAPROXY_MINOR=$(curl -sfSL "$HAPROXY_SRC_URL/$HAPROXY_BRANCH/src/" | \
Expand Down

0 comments on commit e34dce0

Please sign in to comment.