Skip to content

Commit

Permalink
going back to syslogd
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 24, 2024
1 parent 770ce61 commit ab63e05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ COPY --from=engine /go/bin/amass_engine ./resources/amass_engine
RUN go install -v ./...

FROM alpine:latest
RUN apk add --no-cache syslog-ng
RUN apk add --no-cache busybox-openrc
RUN apk add --no-cache bash ca-certificates
#RUN apk add --no-cache busybox-openrc
#RUN rc-update add syslog boot
RUN apk --no-cache --update upgrade
COPY ./container-files /
COPY --from=build /go/bin/amass /bin/amass
RUN rc-update add syslog boot
COPY --from=build /go/bin/amass_engine /bin/engine
COPY --from=build /go/bin/ae_isready /bin/ae_isready
ENV HOME /
RUN addgroup user \
&& adduser user -D -G user \
Expand Down
37 changes: 0 additions & 37 deletions container-files/etc/syslog-ng/syslog-ng.conf

This file was deleted.

3 changes: 0 additions & 3 deletions container-files/services.d/syslog-ng/run

This file was deleted.

0 comments on commit ab63e05

Please sign in to comment.