Updated image labels

This commit is contained in:
William Miceli
2024-02-23 18:54:18 -05:00
parent 4c56c84296
commit 7aa8826f20
2 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ ENV LANGUAGE 'en_US:en'
RUN useradd -m steam RUN useradd -m steam
# Setup Directory for Persistent Data # Setup Directory for Persistent Data
RUN mkdir -p /home/steam/.config/Epic/FactoryGame/Saved/SaveGames /persistent && \ RUN mkdir -p /home/steam/.config/Epic/FactoryGame/Saved /persistent && \
ln -s /persistent /home/steam/.config/Epic/FactoryGame/Saved/SaveGames && \ ln -s /persistent /home/steam/.config/Epic/FactoryGame/Saved/SaveGames && \
chown -R steam /persistent chown -R steam /persistent
@@ -51,5 +51,5 @@ CMD ["/home/steam/satisfactory_server/FactoryServer.sh"]
# Labels # Labels
LABEL org.opencontainers.image.authors="William Miceli; https://github.com/WilliamMiceli; https://williammiceli.me" LABEL org.opencontainers.image.authors="William Miceli; https://github.com/WilliamMiceli; https://williammiceli.me"
LABEL org.opencontainers.image.source=https://github.com/WilliamMiceli/Docker_Satisfactory-Server LABEL org.opencontainers.image.source=https://github.com/WilliamMiceli/Docker_Satisfactory-Server
LABEL org.opencontainers.image.revision=$${DRONE_COMMIT_SHA} LABEL org.opencontainers.image.revision=$DRONE_COMMIT_SHA
LABEL org.opencontainers.image.created=$${DRONE_BUILD_STARTED} LABEL org.opencontainers.image.created=$DRONE_BUILD_STARTED

View File

@@ -13,10 +13,10 @@
## Available Tags ## Available Tags
- [`latest`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=latest) * [`latest`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=latest)
- [`app_build_id-<id>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=app_build_id) * [`app_build_id-<id>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=app_build_id-)
- [`ci_build-<number>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=ci_build) * [`ci_build-<number>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=ci_build-)
- [`commit_sha-<hash>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=commit_sha) * [`commit_sha-<hash>`](https://hub.docker.com/r/williammiceli/satisfactory-server/tags?name=commit_sha-)
## Running This Image ## Running This Image