Skip to content
Snippets Groups Projects
Commit 13cdb7ab authored by OZGCloud's avatar OZGCloud
Browse files

update jenkins dockerfile to node16

parent d748b45b
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ FROM ubuntu:22.04
ARG MAVEN_VERSION=3.8.8
ARG OPENJDK_VERSION=17
ARG NODEJS_VERSION=v14.15.1
ARG NODEJS_VERSION=v16.18.1
ARG KUBECTL_VERSION=v1.25.0
ARG HELM_VERSION=3
ARG HELM_UNITTEST_VERSION=0.2.11
......
# Image bauen
docker build -t docker.ozg-sh.de/jenkins-build-agent:node-14-15-1 .
docker build -t docker.ozg-sh.de/jenkins-build-agent:node-16-18-1 .
# push
docker push docker.ozg-sh.de/jenkins-build-agent:node-14-15-1
docker push docker.ozg-sh.de/jenkins-build-agent:node-16-18-1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment