NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.
see https://docs.sentry.io/cli/
Available binary paths for export:
version: '2.4'
services:
sentry:
image: nfqlt/sentry-cli
volumes:
- './src:/home/project/src'
- /tmp
dev:
image: nfqlt/php73-dev
volumes_from:
- service:sentry:rw
volumes:
- './src:/home/project/src'
- '/home/project/.ssh:/home/project/.ssh'
- '/etc/ssh:/etc/ssh'
- '/etc/gitconfig:/etc/gitconfig'
- '/etc/environment:/etc/environment-vm:ro'
environment:
NFQ_REMOTE_TOOL_SENTRY: >
/usr/local/bin/sentry-cli
Content type
Image
Digest
Size
173 MB
Last updated
over 5 years ago
docker pull nfqlt/sentry-cli