-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit triggered by 2.9.8 release(s)
- Loading branch information
github-actions[bot]
committed
Jun 11, 2024
1 parent
52927c2
commit 47e39b6
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM golang:alpine3.20 AS dataplaneapi-builder | ||
|
||
ENV DATAPLANE_MINOR 2.9.3 | ||
ENV DATAPLANE_MINOR 2.9.4 | ||
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git | ||
|
||
RUN apk add --no-cache ca-certificates git make && \ | ||
|
@@ -31,15 +31,15 @@ MAINTAINER Dinko Korunic <[email protected]> | |
LABEL Name HAProxy | ||
LABEL Release Community Edition | ||
LABEL Vendor HAProxy | ||
LABEL Version 2.9.7 | ||
LABEL Version 2.9.8 | ||
LABEL RUN /usr/bin/docker -d IMAGE | ||
|
||
ENV HAPROXY_BRANCH 2.9 | ||
ENV HAPROXY_MINOR 2.9.7 | ||
ENV HAPROXY_SHA256 d1a0a56f008a8d2f007bc0c37df6b2952520d1f4dde33b8d3802710e5158c131 | ||
ENV HAPROXY_MINOR 2.9.8 | ||
ENV HAPROXY_SHA256 12f53bbe8b581ebc195447c2cbbd3d9935414e449f357f1fb8e9d61dbe8d1a9d | ||
ENV HAPROXY_SRC_URL http://www.haproxy.org/download | ||
|
||
ENV DATAPLANE_MINOR 2.9.3 | ||
ENV DATAPLANE_MINOR 2.9.4 | ||
ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a | ||
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download | ||
|
||
|