Skip to content

Commit

Permalink
fix(rpm) fix rpm builds (#219)
Browse files Browse the repository at this point in the history
* fix(rpm) fix rpm builds

* chore(kong) reset the kong version
  • Loading branch information
hutchic authored Feb 10, 2020
1 parent f19ece3 commit 38d8f4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent none
environment {
KONG_SOURCE = "release/2.0.0"
KONG_SOURCE = "next"
KONG_SOURCE_LOCATION = "/tmp/kong"
DOCKER_USERNAME = "${env.DOCKERHUB_USR}"
DOCKER_PASSWORD = "${env.DOCKERHUB_PSW}"
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ ARG RESTY_IMAGE_TAG="7"

FROM ${RESTY_IMAGE_BASE}:${RESTY_IMAGE_TAG}

RUN sed -i -e '2 i minrate=1' /etc/yum.conf
RUN yum clean all && yum update -y

RUN yum -y install wget tar readline-devel pcre-devel openssl-devel gcc curl unzip \
zlib-devel make gcc gcc-c++ bzip2 patch perl m4 git

0 comments on commit 38d8f4c

Please sign in to comment.