logspout

command
v0.0.0-...-a102745 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

README

Build Custom Audius Logspout Sidecar Container

In the event we want to build the Logspout container by hand (for testing purposes, CircleCI is down, etc) run the following:

# .env contains: audius_loggly_token=xxx
. .env

LOGSPOUT_VERSION=$(head -n1 Dockerfile | cut -f 2 -d '=')
[ ${audius_loggly_token} ] \
    && audius_loggly_token_64=$(echo ${audius_loggly_token} | base64) \
    && docker build \
        -t audius/logspout:${LOGSPOUT_VERSION} \
        --build-arg git_sha=$(git rev-parse HEAD) \
        --build-arg audius_loggly_token=${audius_loggly_token_64} \
        . \
    && docker push audius/logspout:${LOGSPOUT_VERSION}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL