Sign inSign up

nfqlt/sentry-cli

By nfqlt

•Updated over 5 years ago

Image
0

1.1K

nfqlt/sentry-cli repository overview

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.

⁠sentry.io toolbox

see https://docs.sentry.io/cli/⁠

⁠Configuration

Available binary paths for export:

  • /usr/local/bin/sentry-cli
⁠Sample configuration
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

Tag summary

Content type

Image

Digest

Size

173 MB

Last updated

over 5 years ago

docker pull nfqlt/sentry-cli