https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42883

            Bug ID: 42883
           Summary: koha-dpkg docker image still builds with Debian 11
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Packaging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---

Hello,
this docker image used for building custom Debian packages contains a build.sh
which still uses Debian 11 Bullseye. This is independent of the Debian version
of the docker image itself. 

https://hub.docker.com/r/koha/koha-dpkg/This is linked here in the first
paragraph. 

From build.sh:
 pbuilder create  --use-network yes --distribution bullseye --mirror
http://debian.csail.mit.edu/debian/
 pbuilder execute --use-network yes --save-after-exec /pbuilder.sh --basetgz
/var/cache/pbuilder/base.tgz

Simply replacing bullseye with bookworm does not work, the build process fails. 

The deb package created with this command still works under Debian 12 bookworm,
but I think it's not a clean solution. 

Wouldn't it be better to provide a .gitlab-ci.yml which can build the whole
thing automatically? And avoid this pbuilder-container-inside-docker-container
thing?`


Regards
Cornelius

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to