-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate build stages for beta builds
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Dockerfile with SteamRT3 - Public Beta branch | ||
FROM registry.gitlab.steamos.cloud/steamrt/sniper/platform:latest-container-runtime-public-beta | ||
LABEL author="Liam C" maintainer="[email protected]" | ||
LABEL org.opencontainers.image.description SteamRT3 Platform image for Pterodactyl CSGO/CS2/Source engine servers. | ||
LABEL org.opencontainers.image.description SteamRT3 Platform (Public Beta branch) image for Pterodactyl CSGO/CS2/Source engine servers. | ||
LABEL org.opencontainers.image.source="https://github.com/1zc/cs2-pterodactyl" | ||
|
||
# Prep OS | ||
|