Doing Maven and Docker in two phases sounds good to me. Also, from my POV using one (reassigned) "nightly" or "unable" tag is reasonable.
Regarding tracking specific build information related to bug reports, I suppose we could add a git commit hash to a log message and/or jar Manifest attributes (if we do not have that yet). Cheers, Dmitri. On Fri, Apr 18, 2025 at 8:27 AM Alex Dutra <[email protected]> wrote: > Hi all, > > I think a tag like "nightly" or "unstable", that gets overwritten every > night in Docker Hub, is probably a safer choice than publishing timestamped > images that could accumulate over time. You would support that. > > JB: how about we merge your PR for pushing snapshots first, then you (or > someone else) tackles the nightly docker images task? Because I think we > need to have more community feedback before we go ahead and do it. > > Alex > > On Fri, Apr 18, 2025 at 1:29 PM Jean-Baptiste Onofré <[email protected]> > wrote: > > > Apache Nexus doesn’t allow docker image (only maven artifacts). So the > > docker images (release and nightly) will be published on docker hub. > > > > That’s why I prefer to have apache/polaris-server:nightly tag, > overwritten > > every day (similar to Maven SNAPSHOT) (to avoid to have a bunch of docker > > images with timestamp tag). > > > > Regards > > JB > > > > Le ven. 18 avr. 2025 à 12:30, Adnan Hemani <[email protected]> > a > > écrit : > > > > > I’m indifferent to either way - I could see potentially someone > reporting > > > a code regression using different nightly snapshot builds that persist > > with > > > a nightly timestamp. Keeping every night’s build could be helpful in > that > > > way. > > > > > > But I’m also not sure if making and persisting a nightly “unstable” > image > > > makes sense from a file consumption standpoint. > > > > > > One thing I wanted to double-check: these nightly images are being > > > currently pushed only to Apache Nexus? No plans to push to Docker Hub > for > > > the nightly tags? Are we still thinking to push release images to > Docker > > > Hub? Should we also be pushing release images to Apache Nexus? > > > > > > Best, > > > Adnan Hemani > > > > > > On Apr 18, 2025, at 3:14 AM, Jean-Baptiste Onofré <[email protected]> > > wrote: > > > > > > I can update my PR with docker image pub ;) > > > > > > Le ven. 18 avr. 2025 à 12:12, Jean-Baptiste Onofré <[email protected]> a > > > écrit : > > > > > > That’s a good idea. > > > > > > I would prefer a nightly tag that we overwrite every night. > > > > > > Thoughts ? > > > > > > Regards > > > JB > > > > > > Le ven. 18 avr. 2025 à 11:25, Alex Dutra <[email protected] > > > > > a écrit : > > > > > > Hi JB, > > > > > > Thanks for driving this! > > > > > > Would it make sense to also publish nightly docker images, with a tag > > like > > > "unstable" or a timestamp? > > > > > > Thanks, > > > > > > Alex > > > > > > On Wed, Apr 16, 2025 at 5:13 PM Russell Spitzer < > > > [email protected]> > > > wrote: > > > > > > Great news! > > > > > > On Wed, Apr 16, 2025 at 10:04 AM Jean-Baptiste Onofré <[email protected] > > > > > wrote: > > > > > > Hi folks, > > > > > > I received several requests to get Polaris SNAPSHOT artifacts > > > published (to build external tools, or from polaris-tools repo). > > > > > > I did a first SNAPSHOT deployment: > > > > > > > > > > > > > > > https://www.google.com/url?q=https://repository.apache.org/content/groups/snapshots/org/apache/polaris/&source=gmail-imap&ust=1745576111000000&usg=AOvVaw07Mli5aQ0-6Us9g9ht27lA > > > > > > > > > I also created a PR to have a GH Action for nightly build, publishing > > > SNAPSHOT every day: > > > > > > > > > https://www.google.com/url?q=https://github.com/apache/polaris/pull/1383&source=gmail-imap&ust=1745576111000000&usg=AOvVaw2AFTIS8aI_K14WIYhi-hY4 > > > > > > Thanks ! > > > Regards > > > JB > > > > > > > > > > > >
