1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-07 07:42:35 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
snheffer
c66d752741 remove tunnel timeout configuration as not used.
remove reference from readme.
revert to project defaults for server and client timeout.
2025-06-12 21:20:35 +01:00
snheffer
c3322f09a1 Additional configuration options for haproxy timeout
- Add environment variable tags in haproxy,cfg template and docker-entrypoint.sh (TIMEOUT_HTTP_REQUEST,TIMEOUT_QUEUE,TIMEOUT_CONNECT,TIMEOUT_CLIENT,TIMEOUT_SERVER,TIMEOUT_TUNNEL):
- Update dockerfile with corresponding Environment Variables.
- Update Readme.md with new environment variable configuration.
2025-06-12 18:31:13 +01:00
Sam McLeod
085fd0a23c feat: add options for allowing stop and start 2023-11-26 12:16:23 +11:00
Sam
6a3923c8f1
Fix minor typo 2023-09-26 07:14:28 +10:00
Aaron Bach
5dd3a1efb9 Linting 2021-11-25 08:15:13 -05:00
Aaron Bach
8ed50a6526 Add environment variable to configure Docker socket location in image 2021-11-25 08:15:13 -05:00
Ruben Gees
08910fecaa Add support for /grpc api 2021-10-20 14:16:31 +01:00
Krasimir Nedelchev
f48305fe92 Fix typo in link 2021-08-20 07:56:32 +01:00
João Marques
b30e0097a4 Update README info after #40 2021-07-07 10:36:12 +01:00
João Marques
fae59cf3e8 Fix docs: specify port on DOCKER_HOST variable
Fixes https://github.com/Tecnativa/docker-socket-proxy/issues/51
2021-04-26 15:25:17 +01:00
João Marques
b911e572d0 Delete old badges 2021-01-26 10:27:45 +00:00
João Marques
2ad5a8c080 Update image template to v0.1.3 2021-01-26 10:27:45 +00:00
João Marques
49c962b048 Apply image template
TT27819
2021-01-26 09:49:46 +00:00
Jairo Llopis
144ea28cf3 Fix README formatting
Regression introduced in 492bfa465a.
2020-12-14 09:16:47 +00:00
Jairo Llopis
492bfa465a
Update instructions about container images
Fix #37 by clearly advertising which is our main container image registry and what tags are supported.
2020-12-14 08:42:03 +00:00
João Marques
e84babd1c4
Add tests and CI (#34)
* Add first version of tests

From https://github.com/Tecnativa/docker-socket-proxy/pull/14

* Expand tests

* Add GH CI

* Apply suggestions

* Apply autopretty template + fix prettier

* Fix isort

* Apply autoprettier

* Fix VSCode settings

* Make tests run in parallel

* Build docker image before testing

* Update workspace settings

* Try multi-platform builds and push to ghcr.io

* Push to docker hub as well from ci

* Upgrade autopretty

* Update pyproject configurations

* Improve test configuration and execution

TT26468

* Provide initial conftest

* Improve tests

* Add python3 in image

* Remove POST rule from proxy

* Build image before testing and push at the end

Builds the image (in single arch) before testing
Loads the image into local docker (See https://github.com/docker/build-push-action#export-image-to-docker)
Rebuilds and pushes the final image in multi-arch at the end.

* Fix python path

* Remove build fixture from tests to see if image is built in CI

* Organize docker tests definition and document

* Restore fixture allowing usage for local testing

This reverts commit dc0b60e63f and allows using `--prebuild` CLI flag for pytest when doing local tests.

Co-authored-by: Jairo Llopis <jairo.llopis@tecnativa.com>
2020-12-10 08:52:55 +00:00
javieryanez
bb302b5470 Added LOG_LEVEL environment variable to set logging severity level. 2019-08-23 13:45:33 +01:00
Artiume
158c560a56
spelling error, no change. 2019-06-14 20:58:36 -04:00
Andre Zoledziowski
3a1d5bb03a Added missing experimental SESSION API 2019-01-21 15:23:09 +00:00
Jairo Llopis
8bb3bce15a
Support Docker API 1.37
Add CONFIGS and DISTRIBUTION sections.
2019-01-08 08:57:45 +00:00
Kirill
d280f2bc10 #7 - privileged explanation 2018-05-21 10:45:42 +01:00
Jairo Llopis
6e7cec107e 📝 Increase API version support 2017-07-31 12:32:26 +02:00
Jairo Llopis
0014ddf65e 📝 Full README 2017-03-31 10:52:26 +02:00
Jairo Llopis
17ff117058 🎉 Hello world 2017-03-29 13:06:56 +02:00