Skip to content

Commit

Permalink
MINOR: Update build procedure as per RH docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Aug 24, 2018
1 parent 95a8be8 commit cf0f0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ fi
docker pull $(awk '/^FROM/ {print $2}' ${DOCKERFILE})
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:443/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker push "registry.rhc4tp.openshift.com:443/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker tag "$DOCKER_TAG:$HAPROXY_MINOR" "scan.connect.redhat.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"
docker push "scan.connect.redhat.com/$HAPROXY_REPO/$DOCKER_TAG:$HAPROXY_MINOR"

0 comments on commit cf0f0a6

Please sign in to comment.