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
- Set basic settings on JIB image builder
- Introduce configurable base image (default is still eclipse-temurin:17)
- Set image platforms on JKube properties
- Set proper image push registry on JKube properties
Copy file name to clipboardExpand all lines: dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java
+42-5
Original file line number
Diff line number
Diff line change
@@ -102,12 +102,24 @@ public class KubernetesExport extends Export {
Copy file name to clipboardExpand all lines: dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java
+15-4
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ public class KubernetesRun extends KubernetesBaseCommand {
Copy file name to clipboardExpand all lines: dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/test/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExportTest.java
0 commit comments