Skip to content

Commit

Permalink
wip: just removing mongo for the moment and linked release
Browse files Browse the repository at this point in the history
This will link up the release to the success of this
workflow.
  • Loading branch information
donkeyx committed Jun 18, 2024
1 parent d442e40 commit aa387bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Release

on:
workflow_run:
workflows: ["Docker build and push"]
tags: [ 'v*.*.*' ]
types:
- completed

push:
tags: [ 'v*.*.*' ]

Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ RUN apt-get update && apt-get install -y \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Install MongoDB tools
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg --dearmor && \
echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
apt-get update && apt-get install -y mongodb-org-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# # Install MongoDB tools
# RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg --dearmor && \
# echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
# apt-get update && apt-get install -y mongodb-org-tools && \
# apt-get clean && \
# rm -rf /var/lib/apt/lists/*

RUN ./kickstart.sh

Expand Down

0 comments on commit aa387bb

Please sign in to comment.