Multiple Base Images

23 views
Skip to first unread message

Abhishek Gupta

unread,
Nov 24, 2020, 7:46:04 AM11/24/20
to Jib users
Hi All,

Can I define multiple base images in pom.xml to create a final image using jib?

<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.6.0</version>
<configuration>
<from>
<image>abc</image>
<image>def</image> 
<image>ghi</image> 
</from>  
<to>
xyz
</to>  
</configuration>

Thanks,
Abhishek

Appu Goundan

unread,
Nov 24, 2020, 11:21:38 AM11/24/20
to Abhishek Gupta, Jib users
That is not possible. Do you want to create 3 new images? Or do you want to create a single new image with the contents of all those base images?

--
You received this message because you are subscribed to the Google Groups "Jib users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jib-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jib-users/680f4cd1-76e3-4a29-b5ac-d7d15ff5de39n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages