[
https://issues.apache.org/jira/browse/OFBIZ-13035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841424#comment-17841424
]
Daniel Watford commented on OFBIZ-13035:
----------------------------------------
Hi [~jleroux] ,
New docker images are built and pushed to the GitHub Container Repository for
each commit or tag on a branch. Depending on whether the build is triggered by
a commit or a tag, the build will have '-snapshot' appended to the image tag.
The trigger of the build is governed by the following lines in
[https://github.com/apache/ofbiz-framework/blob/trunk/.github/workflows/docker-image.yaml]
{quote}{{on:}}
{{ push:}}
{{ branches: [ trunk ]}}
{{ tags:}}
{{ - '**'}}{quote}
Regardless of how many builds of the docker images take place throughout the
day, the demo sites are refreshed once a day every day at 02:35 UTC. This is
controlled through a cronjob installed on the demo virtual machine:
[https://github.com/apache/ofbiz-tools/blob/master/demo-backup/ofbizdocker/etc/cron.d/ofbizdocker]
The refresh process will retrieve the latest image for each demo site (trunk,
stable, next) from the GitHub Container Registry and start a new container
using that image. Any data that might have accumulated in the demo site is lost
each time the refresh process is run as we also create a new database container
for each site.
One exception to deleting the data is that we do persist log files between
refreshes.
> Fix cross-app menu location issues
> ----------------------------------
>
> Key: OFBIZ-13035
> URL: https://issues.apache.org/jira/browse/OFBIZ-13035
> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL APPLICATIONS
> Affects Versions: Upcoming Branch
> Reporter: Pierre Smits
> Assignee: Jacques Le Roux
> Priority: Major
> Fix For: Upcoming Branch
>
>
> address cross application menu-location issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)