File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# # This image is where we should execute the Jenkins commands
2
+ # WARNING: This image is pushed up to openlibrary/solrbuilder _manually_ . Changes
3
+ # made to this file WILL NOT be automatically used, you have to manually rebuild/push:
4
+ # docker build -t openlibrary/solr-builder:latest .
5
+ # docker push openlibrary/solr-builder:latest
2
6
3
7
FROM ubuntu:jammy
4
8
ARG DOCKER_VERSION=5:20.10.23~3-0~ubuntu-jammy
Original file line number Diff line number Diff line change 1
1
pipeline {
2
2
agent {
3
- dockerfile {
4
- filename ' Dockerfile'
5
- dir ' scripts/solr_builder '
3
+ docker {
4
+ // filename 'Dockerfile'
5
+ image ' openlibrary/solr-builder:latest '
6
6
// Needed to make docker-in-docker work
7
7
args ' -v /var/run/docker.sock:/var/run/docker.sock'
8
8
args ' -v /var/lib/docker/volumes/jenkins-data:/var/lib/docker/volumes/jenkins-data'
You can’t perform that action at this time.
0 commit comments