This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e07cfe128e
authelia
/
internal
/
suites
/
example
/
compose
/
haproxy
/
Dockerfile
9 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
build(deps): update haproxy docker tag to v2.7.3 (#4931) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 21:57:57 +00:00
FROM
haproxy:2.7.3-alpine
build(deps): update haproxy docker tag to v2.4.0 (#2004) * build(deps): update haproxy docker tag to v2.4.0 * fix(suites): fix haproxy dockerfile user Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-05-26 04:13:53 +00:00
USER
root
Create a suite for HAProxy
2020-01-10 04:49:30 +00:00
RUN
\
apk add --no-cache
\
refactor(suites): utilise pki certs in haproxy suite (#4945) This utilises the certs provided within the pki section of the repo for the HAProxy suite.
2023-02-17 04:05:48 +00:00
lua-json4
build(deps): update haproxy docker tag to v2.4.0 (#2004) * build(deps): update haproxy docker tag to v2.4.0 * fix(suites): fix haproxy dockerfile user Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-05-26 04:13:53 +00:00
refactor(suites): utilise pki certs in haproxy suite (#4945) This utilises the certs provided within the pki section of the repo for the HAProxy suite.
2023-02-17 04:05:48 +00:00
USER
haproxy