Skip to content

Update solr_builder Dockerfile instructions #10589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/solr_builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## This image is where we should execute the Jenkins commands

# Jenkins does not automatically build the following image;
# If you make changes to this Dockerfile, you will need to run these
# steps *locally* to create an image + upload to dockerhub for Jenkins:
## cd scripts/solr_builder
## docker build -t openlibrary/solr-builder:latest .
## docker push openlibrary/solr-builder:latest

FROM ubuntu:jammy
ARG DOCKER_VERSION=5:20.10.23~3-0~ubuntu-jammy

Expand Down
Loading