forked from startersclan/docker-sourceservers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…tartersclan#54) * Add github workflows `test-build-*` and `test-update-*` jobs for automated `hlds` and `srcds` builds. * Add user variables `STEAM_USERNAME` and `STEAM_PASSWORD` for steam authentication. * Add CI variable `STEAM_LOGIN` for toggling between authenticated and anonymous logins. * Utilize `DOCKER_BUILDKIT=1` and `# syntax=docker/dockerfile:1` in Dockerfiles for usage of secret variables in docker builds. * Fix order of `steamcmd` `+force_install_dir` parameter. * Bump `hlds-appmanifest` to `v2.0.0` to fix `hlds` builds. * Tweak clean-up steps in Dockerfiles for improved image size. * Bump to use `docker:20.10.18-*` images in `.gitlab-ci.yml` `build-image` job for docker buildkit support. * Update `env` key in `azure-pipelines.yml`. * Update `parameters` and `environment` keys in `.circleci/config.yml`. * Revise `NO_PUSH=true` to additionally skip `docker login` and `docker logout` commands. Co-authored-by: leo <[email protected]> Co-authored-by: joe <[email protected]>
- Loading branch information
1 parent
a734cc0
commit 8800a55
Showing
13 changed files
with
189 additions
and
22 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
REGISTRY_GOLDSOURCE=goldsourceservers | ||
REGISTRY_SOURCE=sourceservers | ||
|
||
PIPELINE=build | ||
|
||
GAME_VERSION=1127 | ||
APPID=90 | ||
CLIENT_APPID=10 | ||
GAME=cstrike | ||
MOD=cstrike | ||
FIX_APPMANIFEST=true | ||
LATEST=true | ||
CACHE= | ||
NO_TEST= | ||
NO_PUSH=true |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
REGISTRY_GOLDSOURCE=goldsourceservers | ||
REGISTRY_SOURCE=sourceservers | ||
|
||
PIPELINE=build | ||
|
||
GAME_VERSION=6630498 | ||
APPID=232370 | ||
CLIENT_APPID=320 | ||
GAME=hl2mp | ||
MOD= | ||
FIX_APPMANIFEST= | ||
LATEST=true | ||
CACHE= | ||
NO_TEST= | ||
NO_PUSH=true |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
REGISTRY_GOLDSOURCE=goldsourceservers | ||
REGISTRY_SOURCE=sourceservers | ||
|
||
PIPELINE=update | ||
|
||
GAME_VERSION=1127 | ||
APPID=90 | ||
GAME=cstrike | ||
GAME_UPDATE_COUNT=1 | ||
NO_TEST= | ||
NO_PUSH=true |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
REGISTRY_USER=foo | ||
REGISTRY_PASSWORD=foo | ||
REGISTRY_GOLDSOURCE=goldsourceservers | ||
REGISTRY_SOURCE=sourceservers | ||
|
||
PIPELINE=update | ||
|
||
GAME_VERSION=6630498 | ||
APPID=232370 | ||
GAME=hl2mp | ||
GAME_UPDATE_COUNT=1 | ||
NO_TEST= | ||
NO_PUSH=true |
Oops, something went wrong.