Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 322-dutch-language-support
  • 326-shard-channels-across-multiple-signald-instances
  • hotfix-increase-log-retention-period-to-2-weeks
  • 215-admins-can-undo-recycle
  • 263-add-message-lag-gauge
  • 265-monitor-sb-message-transmission-by-type
  • hotfix-add-rate-limit-monitoring
  • add-metrics-machinery
  • 242-gitlab-ci-job-e2e-tests
  • WIP-177-german-l10n-readme
  • EMERGENCY-BRANCH-batch-all-messages
  • try-to-trigger-rate-limit
13 results

bin

  • Clone with SSH
  • Clone with HTTPS
  • Forked from team-friendo / signalboost
    1164 commits behind the upstream repository.
    aguestuser's avatar
    aguestuser authored
    * add `bin/docker-build`, `bin/docker-push`
      * take args for image (signald/signalboost) and tag (semver/latest)
      * use appropriate tags for taggging and/or publishing to 0xacab
    * add make commands for using these (that accept optional `TAG` arg)
    * usage notes:
      * the `push` job requires an authenticated session with the 0xacab
        container registry (which you can obatin by running
        `docker login registry.0xacab.org`
      * if you have 2-factor auth enabled (which of course you do!), then
        this will require generating an api token to use instead of your
        password as the password
      * registry can be viewed here:
        https://0xacab.org/team-friendo/signalboost/container_registry/
    c66d30eb
    History