14 Commits

Author SHA1 Message Date
Daniel Bunte
abe34d09ed
feat(install): Adds support for podman(compose) (#3673) 2025-07-22 13:58:07 +00:00
Dominik Jakielski
031a1f1093
Add missing lib script to sentry-admin.sh (#3693)
Sentry Admin Script always fail because of missing import of lib script.

### Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
2025-05-19 08:24:57 +00:00
Amin Vakil
53412bbefb
Fix STANDALONE_COMPOSE_VERSION variable setting (#3654) 2025-04-12 18:29:38 +03:00
Brett Higgins
979f219355
Fix unbound variable error in install script (#3601) 2025-03-06 10:46:16 +00:00
Amin Vakil
d08a6d9b66
Add --short to docker-compose version (#3605) 2025-03-06 10:45:47 +00:00
Burak Yigit Kaya
e86d185145
ref: Less complicated docker compose detection (#3604)
With #3595, we now check both `docker-compose` and `docker compose` versions so this patch removes the implicit fallback to `docker-compose` for `$dc_base` and makes it explicit.
2025-03-05 12:25:50 -08:00
Amin Vakil
d885dd331f
Use docker-compose if version is gte docker compose (#3595)
Fixes #3587 

This PR tries to use docker-compose if its version is greater than docker compose.
2025-03-03 13:16:31 +00:00
Burak Yigit Kaya
559e732468
breaking: Upgrade min Compose version to 2.23.2 (#3535)
In this version, there's a new `--pull` argument for `docker compose run` which we will start leveraging, especially with `sentry-admin` command.

Should come with a slight speed boost.
2025-01-16 21:45:07 +00:00
Hubert Deng
5c77236dc5
Remove docker compose v1 (#2187)
* remove docker compose v1
2023-06-09 09:04:10 -07:00
Ethan Smith
47ea7a0346
ref: Move jq build to error-handling.sh, and use proxy config (#1895)
This fixes [errors early in the installer run not getting reported correctly](https://github.com/getsentry/self-hosted/issues/1884) and [jq's docker build not using the proxy config correctly](https://github.com/getsentry/self-hosted/issues/1871)
2023-01-06 12:11:58 -08:00
Ethan Smith
6b9306a17c
Add pre-commit config (#1738) 2022-10-21 13:46:35 -07:00
Timo
3b5fe4369b
fix: unbound variable _group in reset/dc-detect-version script (#1283) (#1284) 2022-02-15 08:31:09 -05:00
Chad Whitacre
7eb16f348d
Take some actions to avoid unhealthy containers (#1241) 2022-01-07 09:00:02 -05:00
Amin Vakil
6c26bce20d
Fix reset.sh docker-compose call (#1215)
Co-authored-by: Matti Paksula <matti.paksula@iki.fi>
2021-12-22 08:59:45 -05:00