Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haproxytech/haproxy-docker-debian
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.14
Choose a base ref
...
head repository: haproxytech/haproxy-docker-debian
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.15
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 18, 2025

  1. Automated commit triggered by 3.0.8 release(s)

    github-actions[bot] committed Mar 18, 2025
    Copy the full SHA
    0bed122 View commit details
  2. Automated commit triggered by 3.1.5 release(s)

    github-actions[bot] committed Mar 18, 2025
    Copy the full SHA
    a34645a View commit details
  3. Automated commit triggered by 3.2-dev7 release(s)

    github-actions[bot] committed Mar 18, 2025
    Copy the full SHA
    f70af8b View commit details

Commits on Mar 20, 2025

  1. Automated commit triggered by 3.1.6 release(s)

    github-actions[bot] committed Mar 20, 2025
    Copy the full SHA
    ab55a73 View commit details
  2. README regen triggered by 3.1.6 release(s)

    github-actions[bot] committed Mar 20, 2025
    Copy the full SHA
    96bb3ca View commit details
  3. Automated commit triggered by 3.0.9 release(s)

    github-actions[bot] committed Mar 20, 2025
    Copy the full SHA
    fee89fe View commit details
  4. README regen triggered by 3.0.9 release(s)

    github-actions[bot] committed Mar 20, 2025
    Copy the full SHA
    26d5c5f View commit details

Commits on Mar 21, 2025

  1. Automated commit triggered by 2.9.15 release(s)

    github-actions[bot] committed Mar 21, 2025
    Copy the full SHA
    8341256 View commit details
Showing with 17 additions and 17 deletions.
  1. +3 −3 2.9/Dockerfile
  2. +5 −5 3.0/Dockerfile
  3. +5 −5 3.1/Dockerfile
  4. +2 −2 3.2/Dockerfile
  5. +2 −2 README.md
6 changes: 3 additions & 3 deletions 2.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
LABEL Name HAProxy

Check warning on line 20 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL Release Community Edition

Check warning on line 21 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL Vendor HAProxy

Check warning on line 22 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL Version 2.9.14
LABEL Version 2.9.15

Check warning on line 23 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL RUN /usr/bin/docker -d IMAGE

Check warning on line 24 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV HAPROXY_BRANCH 2.9

Check warning on line 26 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV HAPROXY_MINOR 2.9.14
ENV HAPROXY_SHA256 f4481c40f23d5ebfb7c182f07d3631c28dce4702ebe2f9bffe460585a2df6a7b
ENV HAPROXY_MINOR 2.9.15
ENV HAPROXY_SHA256 5eec9b048458d0cdc682ec823810f953507c92e4d12673145156c7dbe560bfc5
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

Check warning on line 29 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV HAPROXY_UID haproxy

Check warning on line 31 in 2.9/Dockerfile

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
10 changes: 5 additions & 5 deletions 3.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine AS builder

ENV DATAPLANE_MINOR 3.1.3
ENV DATAPLANE_V2_MINOR 2.9.11
ENV DATAPLANE_MINOR 3.1.4
ENV DATAPLANE_V2_MINOR 2.9.12
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git

RUN apk add --no-cache ca-certificates git make && \
@@ -20,12 +20,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
LABEL Name HAProxy
LABEL Release Community Edition
LABEL Vendor HAProxy
LABEL Version 3.0.8
LABEL Version 3.0.9
LABEL RUN /usr/bin/docker -d IMAGE

ENV HAPROXY_BRANCH 3.0
ENV HAPROXY_MINOR 3.0.8
ENV HAPROXY_SHA256 930ae2c33058e1f497fe62cdaacffab6cab6a91e31ba011a9a2f9fe6c5c4aebc
ENV HAPROXY_MINOR 3.0.9
ENV HAPROXY_SHA256 7dc731b681b7aa93dc23aa36b85fa7b91bb1cf53faaca97404544ea454acecad
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID haproxy
10 changes: 5 additions & 5 deletions 3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine AS builder

ENV DATAPLANE_MINOR 3.1.3
ENV DATAPLANE_V2_MINOR 2.9.11
ENV DATAPLANE_MINOR 3.1.4
ENV DATAPLANE_V2_MINOR 2.9.12
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git

RUN apk add --no-cache ca-certificates git make && \
@@ -20,12 +20,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
LABEL Name HAProxy
LABEL Release Community Edition
LABEL Vendor HAProxy
LABEL Version 3.1.5
LABEL Version 3.1.6
LABEL RUN /usr/bin/docker -d IMAGE

ENV HAPROXY_BRANCH 3.1
ENV HAPROXY_MINOR 3.1.5
ENV HAPROXY_SHA256 36e2816f697f389233137dc7ec9559faa7703243395ad129af091b63f4f099cf
ENV HAPROXY_MINOR 3.1.6
ENV HAPROXY_SHA256 21852e4a374bb8d9b3dda5dc834afe6557f422d7029f4fe3eac3c305f5124760
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV HAPROXY_UID haproxy
4 changes: 2 additions & 2 deletions 3.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine AS builder

ENV DATAPLANE_MINOR 3.1.3
ENV DATAPLANE_V2_MINOR 2.9.11
ENV DATAPLANE_MINOR 3.1.4
ENV DATAPLANE_V2_MINOR 2.9.12
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git

RUN apk add --no-cache ca-certificates git make && \
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Supported tags and respective `Dockerfile` links

- [`3.2-dev7`, `3.2`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/3.2/Dockerfile)
- [`3.1.5`, `3.1`, `latest`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/3.1/Dockerfile)
- [`3.0.8`, `3.0`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/3.0/Dockerfile)
- [`3.1.6`, `3.1`, `latest`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/3.1/Dockerfile)
- [`3.0.9`, `3.0`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/3.0/Dockerfile)
- [`2.9.14`, `2.9`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.9/Dockerfile)
- [`2.8.14`, `2.8`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.8/Dockerfile)
- [`2.6.21`, `2.6`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.6/Dockerfile)