knative-extensions / eventing-integrations

Eventing integration container images
Apache License 2.0
0 stars 4 forks source link

Self-contained Dockerfiles #22

Open matzew opened 1 month ago

matzew commented 1 month ago

One piece that will help producing the final artifacts is to remove the need to have a local packaging (off container build) with multi stage builds:

https://github.com/knative-extensions/eventing-integrations/blob/main/timer-source/src/main/docker/Dockerfile.jvm#L21-L27

matzew commented 1 month ago

CC @pierDipi