Pedro M. Baeza
0e8d6601b6
Merge pull request #139 from proudier/exec_test
...
test: check if connection upgrades work (using exec)
2 weeks ago
Pierre Roudier
fb9794d2df
test: check if connection upgrade works
2 weeks ago
Pedro M. Baeza
393a99c069
Merge pull request #136 from proudier/revert-130-haproxy3.0
...
Revert "chore: updated to HAproxy 3.0 and forced running as root"
2 weeks ago
Pierre Roudier
6984e43380
Revert "chore: updated to HAproxy 3.0 and forced running as root"
2 weeks ago
Pedro M. Baeza
6c6feba0e5
Merge pull request #138 from proudier/pause-after-creation
...
test: pause after container creation + poetry deps update
2 weeks ago
Pierre Roudier
4d79a7f34a
test: pause after container creation + poetry deps update
2 weeks ago
Pedro M. Baeza
e37525d157
Merge pull request #130 from proudier/haproxy3.0
...
chore: updated to HAproxy 3.0 and forced running as root
2 months ago
Pierre Roudier
0ee23ca893
chore: updated to HAproxy 3.0 while forcing running as root
3 months ago
josep-tecnativa
45f7fb01df
Merge pull request #111 from saltydk/feature/templating
...
add config templating
7 months ago
salty
ce81071d86
add config templating
8 months ago
josep-tecnativa
87428842ed
Merge pull request #116 from Tecnativa/fix-ci-problems
...
[FIX] Fix CI by running poetry update
8 months ago
josep-tecnativa
0ba4d62fc1
[Fix] Poetry update
8 months ago
salty
75d40ca5e2
[IMP] Bind to IPv4 and IPv6 in haproxy ( #108 )
10 months ago
Pedro M. Baeza
ea893f64f5
Merge pull request #106 from sammcj/master
...
feat: add options for allowing stop and start
10 months ago
Sam McLeod
8d737c82f4
feat: add options for allowing stop and start
10 months ago
Sam McLeod
085fd0a23c
feat: add options for allowing stop and start
10 months ago
Pedro M. Baeza
41d6a276fd
Merge pull request #100 from sammcj/patch-1
...
Fix: minor typo in readme
1 year ago
Sam
6a3923c8f1
Fix minor typo
1 year ago
Pedro M. Baeza
bb675df9b3
Merge pull request #98 from xstefanox/fix/events-timeout
...
fix: no timeout for events route
1 year ago
Stefano Varesi
0185748432
fix: no timeout for events route
1 year ago
Pedro M. Baeza
eb918c2e3b
Merge pull request #99 from Tecnativa/fix-ci-pre-commit
...
[DCK] pre-commit dependences updated
1 year ago
josep-tecnativa
eea3ae59a7
[DCK] pre-commit dependences updated
1 year ago
Pedro M. Baeza
2d108070c4
Merge pull request #77 from mikemhenry/patch-1
...
flake8 has moved to github
2 years ago
Mike Henry
db85b82d94
flake8 has moved to github
2 years ago
Alexandre Díaz
eba9354db5
Merge pull request #73 from Tecnativa/dependabot/pip/py-1.10.0
...
Bump py from 1.9.0 to 1.10.0
2 years ago
dependabot[bot]
cfe90a48b5
Bump py from 1.9.0 to 1.10.0
...
Bumps [py](https://github.com/pytest-dev/py ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases )
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.10.0 )
---
updated-dependencies:
- dependency-name: py
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Alexandre Díaz
59a67d506d
Merge pull request #71 from RealOrangeOne/patch-2
...
Rebuild container weekly
2 years ago
Jake Howard
a23328012a
Reformat cron expression line
2 years ago
Jake Howard
f7c8b41cc6
Rebuild container weekly
...
Due to its nature, the container has access to sensitive data. Therefore the underlying OS should be updated regularly
2 years ago
Alexandre Díaz
24d40af7f4
Merge pull request #72 from Tecnativa/imp-precommit
...
[UPD] pre-commit
2 years ago
Alexandre D. Díaz
a47de10b35
[UPD] pre-commit
2 years ago
Aaron Bach
5dd3a1efb9
Linting
3 years ago
Aaron Bach
8ed50a6526
Add environment variable to configure Docker socket location in image
3 years ago
Ruben Gees
08910fecaa
Add support for /grpc api
3 years ago
Krasimir Nedelchev
f48305fe92
Fix typo in link
3 years ago
João Marques
b30e0097a4
Update README info after #40
3 years ago
João Marques
fae59cf3e8
Fix docs: specify port on DOCKER_HOST variable
...
Fixes https://github.com/Tecnativa/docker-socket-proxy/issues/51
3 years ago
Trenton Holmes
0ae2b3ea0d
Updates HAProxy to the 2.2-alpine tag
3 years ago
Jairo Llopis
6dce4aab3c
Remove unused metadata
...
Since #40 , the correct labels are applied at build. These lines were 🗑 now.
@Tecnativa TT27819
4 years ago
João Marques
b911e572d0
Delete old badges
4 years ago
João Marques
2ad5a8c080
Update image template to v0.1.3
4 years ago
João Marques
f1de9a0ccf
Merge pull request #40 from Tecnativa/migrate-to-template
...
Apply image template
4 years ago
João Marques
49c962b048
Apply image template
...
TT27819
4 years ago
Jairo Llopis
74c627bb27
Fix build
...
- Update labels to match those from https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys
- Add missing build args.
- Remove unneeded python (which was failing to install, BTW) from the image.
- Remove `hooks` folder, which was used to build the image automatically in the Docker Hub. It's done in GitHub Actions now.
4 years ago
Jairo Llopis
144ea28cf3
Fix README formatting
...
Regression introduced in 492bfa465a
.
4 years ago
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.
4 years ago
Jairo Llopis
baea7eefad
Allow commits to master
...
This will fix CI when being run in master.
See https://github.com/Tecnativa/docker-socket-proxy/runs/1529426822 .
4 years ago
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>
4 years ago
javieryanez
a07d4ae4d9
Sorted environment variables alphabetically
5 years ago
javieryanez
bb302b5470
Added LOG_LEVEL environment variable to set logging severity level.
5 years ago