Giter Site home page Giter Site logo

Comments (4)

yosifkit avatar yosifkit commented on May 29, 2024

We try to follow upstream's recommended method of installation and upstream only releases the source. It seems we missed this repo in the bumps from wheezy, so we can at least bump the Debian version to jessie without any fuss (I just tested it and it seemed to build fine, #14).

from haproxy.

cjeanneret avatar cjeanneret commented on May 29, 2024

Hello,

Cool for the bump to Jessie. Small thing tough: you compile haproxy without any LUA support, which limits a lot the capabilities.
Using the haproxy.debian.net repository will provide lua 5.3 and related support in haproxy. As said, this repository is maintained by the official debian haproxy guy, and follows the upstream pretty well.

Plus this would allow to do the following:

FROM haproxy
RUN apt-get update && apt-get upgrade -y
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

The tiny difference would be haproxy default file location, in /etc/haproxy — the package also provides a default haproxy.cfg so that people might start it faster.

Cheers,

C.

from haproxy.

klausenbusk avatar klausenbusk commented on May 29, 2024

I opened a PR #18

from haproxy.

tianon avatar tianon commented on May 29, 2024

I think it's probably worthwhile to mirror #18 (comment) here, since I added a bit of additional color there:

Still the same reservations ... we try to stick to upstream's recommended package source (preferring most strongly packages provided directly by upstream). This also now has the added effect of causing a further divergence in our Alpine variants, which I wouldn't have as much issue with if the packages were provided, maintained by, or recommended explicitly by upstream as the canonical way to use HAProxy (being a Debian Developer myself, I say this with all due respect to the Debian maintainers, who I'm sure do an awesome job).

Regardless, thanks for the suggestion!

from haproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.