Skip to content

Commit

Permalink
use jenkins-2.332.3 jdk8 base image (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <sngri@amazon.com>
  • Loading branch information
rishabh6788 authored Jun 7, 2022
1 parent 56a21b2 commit a01f56a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
platforms: linux/amd64,linux/arm64
context: "{{defaultContext}}:docker"
push: true
tags: opensearchstaging/jenkins:2.332.3-lts,opensearchstaging/jenkins:latest
tags: opensearchstaging/jenkins:2.332.3-lts-jdk8,opensearchstaging/jenkins:latest
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jenkins/jenkins:2.332.3-lts
FROM jenkins/jenkins:2.332.3-lts-jdk8
LABEL maintainer="OpenSearch"
ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
COPY plugins.txt plugins.txt
RUN /usr/local/bin/install-plugins.sh < plugins.txt
RUN /usr/local/bin/install-plugins.sh < plugins.txt
2 changes: 1 addition & 1 deletion resources/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
jenkins:
image: opensearchstaging/jenkins:2.332.3-lts
image: opensearchstaging/jenkins:2.332.3-lts-jdk8
privileged: true
tty: true
user: root
Expand Down

0 comments on commit a01f56a

Please sign in to comment.