Skip to content

Commit

Permalink
MINOR: update to 1.7.8. Update build procedure to work with secure RH
Browse files Browse the repository at this point in the history
repository.
  • Loading branch information
dkorunic committed Aug 17, 2017
1 parent 00b6800 commit 1795960
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.7" \
version="1.7.8" \
release="1" \
url="https://www.haproxy.org" \
summary="HAProxy OpenSource" \
Expand All @@ -15,8 +15,8 @@ LABEL name="haproxytech/haproxy" \
io.openshift.tags="http,https,proxy,loadbalancer"

ENV HAPROXY_BRANCH 1.7
ENV HAPROXY_MINOR 1.7.7
ENV HAPROXY_MD5 a58a1a30dbd4682e660ddd9d70860a53
ENV HAPROXY_MINOR 1.7.8
ENV HAPROXY_MD5 7e94653cc5a1dba006bbe43736f53595
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID 10001
Expand Down
6 changes: 3 additions & 3 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.7" \
version="1.7.8" \
release="1" \
url="https://www.haproxy.org" \
summary="HAProxy OpenSource" \
Expand All @@ -15,8 +15,8 @@ LABEL name="haproxytech/haproxy" \
io.openshift.tags="http,https,proxy,loadbalancer"

ENV HAPROXY_BRANCH 1.7
ENV HAPROXY_MINOR 1.7.7
ENV HAPROXY_MD5 a58a1a30dbd4682e660ddd9d70860a53
ENV HAPROXY_MINOR 1.7.8
ENV HAPROXY_MD5 7e94653cc5a1dba006bbe43736f53595
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID 10001
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ fi

docker build -t "$DOCKER_TAG:$HAPROXY_MINOR" -f ${DOCKERFILE} .
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "$DOCKER_TAG:latest"
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker push "registry.rhc4tp.openshift.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "registry.rhc4tp.openshift.com:443/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker push "registry.rhc4tp.openshift.com:443/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"

0 comments on commit 1795960

Please sign in to comment.