Discontinued Mono - see #10

This commit is contained in:
soup-bowl
2025-08-20 17:48:29 +01:00
parent 2d537467bf
commit 0af5e6e563
2 changed files with 30 additions and 30 deletions
+26 -26
View File
@@ -15,32 +15,32 @@ jobs:
fail-fast: false
matrix:
include:
- version: "0.9.2.0"
tag: >
soupbowl/opensimulator:0.9.2.0,
ghcr.io/soup-bowl/opensimulator-docker:0.9.2.0,
folder: build/latest
file: Dockerfile.mono
platforms: linux/amd64,linux/arm64
sha1: 584966ef6029f21dc842a7f55f6f117b3a0b0321
- version: "0.9.2.1"
tag: >
soupbowl/opensimulator:0.9.2.1,
ghcr.io/soup-bowl/opensimulator-docker:0.9.2.1,
folder: build/latest
file: Dockerfile.mono
platforms: linux/amd64,linux/arm64
sha1: c5d2e690a7739fa9c0651845b31d912f88d6fa22
- version: "0.9.2.2"
tag: >
soupbowl/opensimulator:0.9.2,
soupbowl/opensimulator:0.9.2.2,
ghcr.io/soup-bowl/opensimulator-docker:0.9.2,
ghcr.io/soup-bowl/opensimulator-docker:0.9.2.2,
folder: build/latest
file: Dockerfile.mono
platforms: linux/amd64,linux/arm64
sha1: b280d109cf04755a02db1c729af5a5e4160d1ce6
# - version: "0.9.2.0"
# tag: >
# soupbowl/opensimulator:0.9.2.0,
# ghcr.io/soup-bowl/opensimulator-docker:0.9.2.0,
# folder: build/latest
# file: Dockerfile.mono
# platforms: linux/amd64,linux/arm64
# sha1: 584966ef6029f21dc842a7f55f6f117b3a0b0321
# - version: "0.9.2.1"
# tag: >
# soupbowl/opensimulator:0.9.2.1,
# ghcr.io/soup-bowl/opensimulator-docker:0.9.2.1,
# folder: build/latest
# file: Dockerfile.mono
# platforms: linux/amd64,linux/arm64
# sha1: c5d2e690a7739fa9c0651845b31d912f88d6fa22
# - version: "0.9.2.2"
# tag: >
# soupbowl/opensimulator:0.9.2,
# soupbowl/opensimulator:0.9.2.2,
# ghcr.io/soup-bowl/opensimulator-docker:0.9.2,
# ghcr.io/soup-bowl/opensimulator-docker:0.9.2.2,
# folder: build/latest
# file: Dockerfile.mono
# platforms: linux/amd64,linux/arm64
# sha1: b280d109cf04755a02db1c729af5a5e4160d1ce6
- version: "0.9.3.0"
tag: >
soupbowl/opensimulator:latest,
+4 -4
View File
@@ -30,11 +30,11 @@ This **unofficial** Docker configuration aims to assist in setting the server up
- [`0.9.3-noscreen`, `0.9.3.0-noscreen`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile.noscreen)
- [`0.9.2`, `0.9.2.2`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile.mono)
- [`0.9.2`, `0.9.2.2`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile.mono) (unsupported)
- [`0.9.2.1`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile.mono)
- [`0.9.2.1`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile.mono) (unsupported)
- [`source`](https://github.com/soup-bowl/opensimulator-docker/blob/main/beta/source/Dockerfile)
- [`source`](https://github.com/soup-bowl/opensimulator-docker/blob/main/beta/source/Dockerfile) (unsupported)
- [`alpine-beta`](https://github.com/soup-bowl/opensimulator-docker/blob/main/beta/alpine/Dockerfile)
@@ -130,7 +130,7 @@ Variant names are listed in Dockerhub format. They are also available from the G
The latest OpenSimulator image build using [official .NET 8 image](https://mcr.microsoft.com/en-us/product/dotnet/runtime/about) as the build reference.
If you pull from **0.9.2.2** or below, you will instead be using the [Mono Framework](https://hub.docker.com/_/mono/).
If you pull from **0.9.2.2** or below, you will instead be using the [Mono Framework](https://hub.docker.com/_/mono/). **As of August 2025 these are not supported** as Mono framework has been discontinued.
## `soupbowl/opensimulator:<version>-noscreen`