Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aasdhajkshd committed Nov 18, 2023
1 parent b6976f1 commit a363083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion logging/fluentd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ RUN gem install faraday-net_http -v 2.1.0
RUN gem install faraday -v 1.10.3
RUN gem install fluent-plugin-elasticsearch --no-rdoc --no-ri --version 1.9.5
RUN gem install fluent-plugin-grok-parser --no-rdoc --no-ri --version 1.0.0
COPY --chmod=644 fluent.conf /fluentd/etc
COPY fluent.conf /fluentd/etc
RUN chmod go+rX /fluentd
2 changes: 1 addition & 1 deletion src/post/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY VERSION *.py requirements.txt VERSION ./
RUN apk --no-cache --update add build-base \
&& pip install --upgrade pip \
&& pip install -r /app/requirements.txt
RUN apk --no-cache --update add bash vim iputils \
RUN apk --no-cache --update add bash vim iputils gcc musl-dev \
&& apk del build-base

ENV POST_DATABASE_HOST post_db
Expand Down
2 changes: 1 addition & 1 deletion src/post/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
echo `git show --format="%h" HEAD | head -1` > build_info.txt
echo `git rev-parse --abbrev-ref HEAD` >> build_info.txt

docker build -t $USER_NAME/post .
docker buildx build --push -t $USERNAME/post:logging .

0 comments on commit a363083

Please sign in to comment.