Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOCKER_COMPOSE_VERSION: 1.24.1
jobs:
test:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
name: "test"
steps:
- name: Pin docker-compose
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke

## Requirements

* Docker 17.05.0+
* Compose 1.23.0+
* Docker 19.03.12+
* Compose 1.24.1+

## Minimum Hardware Requirements:

Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dcr="$dc run --rm"
log_file="sentry_install_log-`date +'%Y-%m-%d_%H-%M-%S'`.txt"
exec &> >(tee -a "$log_file")

MIN_DOCKER_VERSION='17.05.0'
MIN_COMPOSE_VERSION='1.23.0'
MIN_DOCKER_VERSION='19.03.12'
MIN_COMPOSE_VERSION='1.24.1'
MIN_RAM=2400 # MB

SENTRY_CONFIG_PY='sentry/sentry.conf.py'
Expand Down