Skip to content

Commit 4090e1a

Browse files
authored
Revert "use latest versions of parodus and aker for simulator"
1 parent b2aae73 commit 4090e1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deploy/docker-compose/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PETASOS_VERSION=${PETASOS_VERSION:-latest} \
2020
TALARIA_VERSION=${TALARIA_VERSION:-latest} \
2121
THEMIS_VERSION=${THEMIS_VERSION:-latest} \
2222
SIMULATOR_VERSION=${SIMULATOR_VERSION:-latest} \
23-
docker compose -f $ROOT_DIR/deploy/docker-compose/docker-compose.yml up -d $@
23+
docker compose -f $ROOT_DIR/deploy/docker-compose-c/docker-compose.yml up -d $@
2424
if [[ $? -ne 0 ]]; then
2525
exit 1
2626
fi

simulator/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ RUN cd /build && \
1414
cd /build && \
1515
git clone https://github.com/Comcast/parodus.git && \
1616
cd parodus && \
17+
git checkout ad2d43b4f6e980a6cc1c1340fc82564104eb1dd8 && \
1718
mkdir build && \
1819
cd build && \
1920
cmake .. && make && \
2021
cd /build && \
2122
git clone https://github.com/Comcast/aker.git && \
2223
cd aker && \
24+
git checkout cfb54022fa6e0ba70040e419d34655da955637b5 && \
2325
mkdir build && \
2426
cd build && \
2527
cmake .. && make

0 commit comments

Comments
 (0)