Mercurial > public > ssdt-docker
comparison testbench-grid/Dockerfile @ 348:4598330892d2 production
whatever
author | aldrich@ssdt-ohio.org |
---|---|
date | Wed, 20 May 2020 15:55:14 +0100 |
parents | b8373a99ad4d 731a1492c8a0 |
children | 50e99c5b33af |
comparison
equal
deleted
inserted
replaced
343:b8373a99ad4d | 348:4598330892d2 |
---|---|
1 FROM java:8-jre | 1 FROM openjdk:8 |
2 | 2 |
3 MAINTAINER Catherine Aldrich <aldrich@ssdt-ohio.org> | 3 MAINTAINER Catherine Aldrich <aldrich@ssdt-ohio.org> |
4 | 4 |
5 ENV TESTBENCHJAR=/testbench-standalone.jar | 5 ENV TESTBENCHJAR=/testbench-standalone.jar |
6 | 6 |