Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
18.12.12, Upcoming Branch, 22.01
-
None
Description
The docker-image github actions workflow currently builds 3 docker container images for each of the branches it is configured to run against.
The 3rd container image includes ofbiz plugins. The plugin sources are retrieved using the pullAllPluginsSource gradle task. This gradle task will soon be removed since it depends on a Subversion compatible interface to the GitHub hosted ofbiz-plugins repository. The Subversion interface is scheduled to be disabled by GitHub on the 8th January 2024.
The github actions workflow should be altered to retrieve ofbiz plugin sources using a git checkout of the ofbiz-plugins repository.
Attachments
Issue Links
- relates to
-
OFBIZ-12868 Replace SvnCheckout in Gradle
- Closed
- links to