This commit is contained in:
parent
eb359e135b
commit
c050a52821
@ -11,6 +11,14 @@ steps:
|
|||||||
- name: docker_socket
|
- name: docker_socket
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
|
- name: build jenkins-ubuntu
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker build -t erki/jenkins-ubuntu:latest - < jenkins-ubuntu.Dockerfile
|
||||||
|
volumes:
|
||||||
|
- name: docker_socket
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
6
jenkins-ubuntu.Dockerfile
Normal file
6
jenkins-ubuntu.Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
RUN apt-get update -y
|
||||||
|
RUN apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip default-jre
|
||||||
Loading…
x
Reference in New Issue
Block a user