Skip to content

Commit

Permalink
Merge pull request #3 from srl-labs/removeMOTD
Browse files Browse the repository at this point in the history
Remove MOTD and change tag on resulting container.
  • Loading branch information
hendriksthomas authored May 15, 2024
2 parents 8bb44c8 + b26b6a6 commit b26a860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerImageCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/srl-labs/network-multitool:dev
tags: ghcr.io/srl-labs/network-multitool:latest
2 changes: 2 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN mkdir -p /usr/local/gobgp
RUN tar -C /usr/local/gobgp -xzf gobgp_3.25.0_linux_amd64.tar.gz
RUN cp /usr/local/gobgp/gobgp* /usr/bin/

RUN rm /etc/motd

ENV GOROOT /usr/lib/go
ENV GOPATH /go

Expand Down

0 comments on commit b26a860

Please sign in to comment.