Skip to content

Commit

Permalink
Mcayanan test (#16)
Browse files Browse the repository at this point in the history
* Use develop PGE base instead of latest

* Use develop-es7

* Revert Dockerfile back to what it was

* update path

Co-authored-by: mcayanan <[email protected]>
  • Loading branch information
DustinKLo and mcayanan authored Apr 7, 2020
1 parent cab39c8 commit 5f22b0b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hysds/pge-base:latest
FROM hysds/pge-base:develop

MAINTAINER malarout "[email protected]"
LABEL description="Lightweight System Jobs"
Expand All @@ -7,16 +7,6 @@ LABEL description="Lightweight System Jobs"
USER ops
COPY . /home/ops/lightweight-jobs

RUN sudo mv /home/ops/verdi/ops/lightweight-jobs /home/ops/verdi/ops/lightweight-jobs.orig

RUN unlink /home/ops/verdi/ops/hysds_commons
RUN sudo mv /home/ops/verdi/ops/hysds_commons-0.2.4 /home/ops/verdi/ops/hysds_commons-0.2.4.orig
RUN ln -s /home/ops/verdi/ops/hysds_commons /home/ops/verdi/ops/hysds_commons-0.2.4

RUN sudo mv /home/ops/lightweight-jobs/hysds_commons /home/ops/verdi/ops/

RUN ~/verdi/bin/pip install 'elasticsearch>=7.0.0,<8.0.0'

# set entrypoint
ENTRYPOINT ["/entrypoint-pge-with-stats.sh"]

Expand Down

0 comments on commit 5f22b0b

Please sign in to comment.