This commit is contained in:
parent
9c78ea2d48
commit
7c684af8c3
79 changed files with 3594 additions and 3257 deletions
6
Containerfile
Normal file
6
Containerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# This file is used directly by the goreleaser build
|
||||
# It is used to build the final container image
|
||||
FROM scratch
|
||||
WORKDIR /
|
||||
COPY /butterrobot /usr/bin/butterrobot
|
||||
ENTRYPOINT ["/usr/bin/butterrobot"]
|
Loading…
Add table
Add a link
Reference in a new issue