Skip to content

Commit

Permalink
Merge pull request #114 from tstromberg/Dockerfile-remaster2
Browse files Browse the repository at this point in the history
Move release Dockerfile to release.Dockerfile
  • Loading branch information
tstromberg authored May 19, 2020
2 parents bdf0b3e + 5867bcb commit b3046ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: triage-party-config
namespace: triage-party
data:
# The contents of examples/generic-project.yaml
# The contents of config/config.yaml
config.yaml: |
settings:
name: generic-project
Expand Down
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Triage Party includes with two example configurations that are useful to get started:

* [generic-project](../examples/generic-project.yaml): uses label regular expressions that work for most GitHub projects
* [generic-kubernetes](../examples/generic-project.yaml): for projects that use Kubernetes-style labels, particularly prioritization
* [config](../config/config.yaml): uses label regular expressions that work for most GitHub projects
* [kubernetes](../config/examples/kubernetes.yaml): for projects that use Kubernetes-style labels, particularly prioritization

## Collections

Expand Down
3 changes: 1 addition & 2 deletions base.Dockerfile → release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ FROM gcr.io/distroless/base
COPY --from=builder /src/tparty/main /app/
COPY site /app/site/
COPY third_party /app/third_party/
# Include an example config to keep Triage Party from crashing. Supply your own!
COPY examples/generic-project.yaml /app/config/config.yaml
COPY config/config.yaml /app/config/config.yaml

# Useful environment variables:
#
Expand Down

0 comments on commit b3046ac

Please sign in to comment.