[PR #388] [MERGED] Docker image support #462

Closed
opened 2026-02-15 15:56:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/388
Author: @13xforever
Created: 8/24/2019
Status: Merged
Merged: 9/19/2019
Merged by: @13xforever

Base: masterHead: feature/docker


📝 Commits (1)

  • 62b3c69 better azure pipelines integration and building docker image

📊 Changes

17 files changed (+158 additions, -29 deletions)

View changed files

.dockerignore (+3 -0)
📝 CompatBot/CompatBot.csproj (+2 -0)
📝 CompatBot/Config.cs (+8 -3)
📝 CompatBot/Database/DbImporter.cs (+4 -0)
📝 CompatBot/Program.cs (+14 -0)
📝 CompatBot/Properties/launchSettings.json (+3 -0)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+3 -3)
📝 CompatBot/Utils/SandboxDetector.cs (+3 -0)
📝 CompatBot/Utils/TimeParser.cs (+2 -0)
Dockerfile (+11 -0)
📝 README.md (+7 -0)
📝 Tests/IrdTests.cs (+1 -1)
📝 Tests/StarsFormatTest.cs (+1 -1)
📝 Tests/TimeParserTests.cs (+2 -2)
📝 azure-pipelines.yml (+70 -15)
📝 discord-bot-net.sln (+11 -4)
docker-compose.example.yml (+13 -0)

📄 Description

This pull request implements authoring and publishing of the bot docker image to Docker Hub.

The CI stuff is handled by Azure Pipelines.

To run the bot properly, you'll have to map some volumes or paths for data storage, example docker-compose.yml is provided.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/388 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/24/2019 **Status:** ✅ Merged **Merged:** 9/19/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `feature/docker` --- ### 📝 Commits (1) - [`62b3c69`](https://github.com/RPCS3/discord-bot/commit/62b3c69a497590be5e37d6ec086c456faaafd446) better azure pipelines integration and building docker image ### 📊 Changes **17 files changed** (+158 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+3 -0) 📝 `CompatBot/CompatBot.csproj` (+2 -0) 📝 `CompatBot/Config.cs` (+8 -3) 📝 `CompatBot/Database/DbImporter.cs` (+4 -0) 📝 `CompatBot/Program.cs` (+14 -0) 📝 `CompatBot/Properties/launchSettings.json` (+3 -0) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+3 -3) 📝 `CompatBot/Utils/SandboxDetector.cs` (+3 -0) 📝 `CompatBot/Utils/TimeParser.cs` (+2 -0) ➕ `Dockerfile` (+11 -0) 📝 `README.md` (+7 -0) 📝 `Tests/IrdTests.cs` (+1 -1) 📝 `Tests/StarsFormatTest.cs` (+1 -1) 📝 `Tests/TimeParserTests.cs` (+2 -2) 📝 `azure-pipelines.yml` (+70 -15) 📝 `discord-bot-net.sln` (+11 -4) ➕ `docker-compose.example.yml` (+13 -0) </details> ### 📄 Description This pull request implements authoring and publishing of the bot docker image to [Docker Hub](https://hub.docker.com/r/13xforever/rpcs3-discord-bot). The CI stuff is handled by [Azure Pipelines](https://dev.azure.com/rpcs3-bot/RPCS3%20Bot/_build?definitionId=1). To run the bot properly, you'll have to map some volumes or paths for data storage, example docker-compose.yml is provided. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:01 -05:00
yindo closed this issue 2026-02-15 15:56:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#462