Skip to content

Commit

Permalink
fix command for only building configbaker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 6, 2023
1 parent 2246d66 commit 3bcc555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/container/configbaker-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Maven modules packaging target with activated "container" profile from the proje

If you specifically want to build a config baker image *only*, try

``mvn -Pct package -Ddocker.filter=dev_bootstrap``
``mvn -Pct docker:build -Ddocker.filter=dev_bootstrap``

The build of config baker involves copying Solr configset files. The Solr version used is inherited from Maven,
acting as the single source of truth. Also, the tag of the image should correspond the application image, as
Expand Down

0 comments on commit 3bcc555

Please sign in to comment.