Skip to content

Commit

Permalink
Merge pull request IQSS#9885 from IQSS/build-configbaker-only
Browse files Browse the repository at this point in the history
fix command for only building configbaker image
  • Loading branch information
kcondon authored Sep 19, 2023
2 parents e3c98b9 + 3bcc555 commit 60933ae
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 60933ae

Please sign in to comment.