Merge branch 'master' of https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize
This commit is contained in:
commit
fb0035e19a
6 changed files with 9 additions and 8 deletions
2
.github/workflows/dependency-update.yml
vendored
2
.github/workflows/dependency-update.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: dependabot/fetch-metadata@v1.3.5
|
uses: dependabot/fetch-metadata@v1.5.0
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
|
|
|
||||||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
id: status
|
id: status
|
||||||
run: |
|
run: |
|
||||||
LOCALAPPVER=($(cat sandstorm.version))
|
LOCALAPPVER=($(cat sandstorm.version))
|
||||||
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public'))
|
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public.gid'))
|
||||||
if [ -z "$REMOTEAPPVER" -a "$REMOTEAPPVER" = " " ]; then
|
if [ -z "$REMOTEAPPVER" -a "$REMOTEAPPVER" = " " ]; then
|
||||||
echo "Empty Response"
|
echo "Empty Response"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:jammy-20221101
|
FROM ubuntu:jammy-20230425
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:jammy-20221101
|
FROM ubuntu:jammy-20230425
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
## Insurgency: Sandstorm Docker Container
|
## Insurgency: Sandstorm Docker Container
|
||||||
[](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/actions/workflows/docker-image.yml)
|
[](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/actions/workflows/docker-image.yml)
|
||||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||||
|
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/sandstorm-logo.png">
|
<img src="https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/sandstorm-logo.png">
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
6296463642235981290
|
1142127569738928989
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue