This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch dockerfile_jdk8 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit f9a03c55bc52343a160416f84ccaf9be96965181 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Mon Oct 11 15:28:01 2021 +0200 Use openjdk8 image instead of a maven image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3eeba49..c25d60c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM maven:3.5-jdk-8 as builder +FROM openjdk:8 as builder ADD . /workspace/zeppelin WORKDIR /workspace/zeppelin # Allow npm and bower to run with root privileges