-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression using GenericContainer#setImage (#7820)
1dba8d1 introduced a breaking change. `GenericContainer#getImage` returns the value of `ContainerDef#getImage` instead of `RemoteImageName` because this is not set anymore when using `GenericContainer#setImage`. Fixes #7819
- Loading branch information
1 parent
b59888a
commit f1f79dc
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters