mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 23:18:58 -07:00
fix: (issues/1) Container is being built, but unable to push to registry.
This commit is contained in:
parent
8b54fc32c5
commit
9de01210ab
4 changed files with 19 additions and 12 deletions
|
@ -8,7 +8,9 @@ RUN apk add --no-cache zeromq-dev build-base git && \
|
|||
|
||||
|
||||
FROM alpine:3.12
|
||||
LABEL Name="G'Agent" Maintainer="jwells@dragonheim.net" License="MIT License"
|
||||
LABEL Name="G'Agent"
|
||||
LABEL Maintainer="jwells@dragonheim.net"
|
||||
LABEL License="MIT License"
|
||||
RUN apk add --no-cache zeromq; mkdir -p -m 0700 /etc/gagent
|
||||
|
||||
COPY --from=builder /gagent/examples/example_gagent.hcl /etc/gagent/gagent.hcl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue