You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jib-maven-plugin/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
9
9
10
10
### Fixed
11
11
12
+
## 3.4.6
13
+
14
+
### Changed
15
+
- Update retrieval of Maven properties to use the following order: user, project, system [#4344](https://github.com/GoogleContainerTools/jib/issues/4344)
This builds and pushes a container image for your application to a container registry. *If you encounter authentication issues, see [Authentication Methods](#authentication-methods).*
`executable` | string | `docker` | Sets the path to the Docker executable that is called to load the image into the Docker daemon. **Please note**: Users are responsible for ensuring that the Docker path passed in is valid and has the right permissions to be executed.
346
346
`environment` | map | *None* | Sets environment variables used by the Docker executable.
347
347
348
-
#### System Properties
348
+
#### Configuration Properties
349
349
350
-
Each of these parameters is configurable via commandline using system properties. Jib's system properties follow the same naming convention as the configuration parameters, with each level separated by dots (i.e. `-Djib.parameterName[.nestedParameter.[...]]=value`). Some examples are below:
350
+
Each of these parameters is configurable via commandline using properties. Jib's properties follow the same naming convention as the configuration parameters, with each level separated by dots (i.e. `-Djib.parameterName[.nestedParameter.[...]]=value`). Some examples are below:
351
351
```shell
352
352
mvn compile jib:build \
353
353
-Djib.to.image=myregistry/myimage:latest \
@@ -360,7 +360,7 @@ mvn compile jib:dockerBuild \
360
360
-Djib.container.args=arg1,arg2,arg3
361
361
```
362
362
363
-
The following table contains additional system properties that are not available as build configuration parameters:
363
+
The following table contains additional properties that are not available as build configuration parameters:
0 commit comments