X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-cpupooler.git;a=blobdiff_plain;f=docker-build%2Fprocess-starter%2FDockerfile;fp=docker-build%2Fprocess-starter%2FDockerfile;h=92c0b758ba1cb4a26417c2bd6f2995178cc68971;hp=bcb1e0c6848f507c83eeacace07b3a2a00a35cff;hb=d2abe03fa20cf88bd524dc030ddb25e72bca2f2b;hpb=3291fd9a5a308c65226e27b2b840582c48e0bedb diff --git a/docker-build/process-starter/Dockerfile b/docker-build/process-starter/Dockerfile index bcb1e0c..92c0b75 100644 --- a/docker-build/process-starter/Dockerfile +++ b/docker-build/process-starter/Dockerfile @@ -44,7 +44,7 @@ RUN yum update -y \ && curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 \ && chmod +x /usr/local/bin/dep \ && mkdir -p $BUILD_DIR \ -&& git clone https://github.com/Levovar/CPU-Pooler.git $BUILD_DIR \ +&& git clone https://github.com/nokia/CPU-Pooler.git $BUILD_DIR \ && cd $BUILD_DIR \ && git fetch --tags \ && git checkout ${CPUPOOLER_VERSION} \