Daniel Gibbs
667c690205
feat: update Docker Hub description
- Simplified branch specification in workflow file
- Renamed job to follow conventional naming
- Added explicit step name for checkout action
2 years ago
Daniel Gibbs
10a5dda827
build: update Docker build and push actions
- Updated the schedule for the "push" event to run every Saturday at 3 AM
- Renamed the job from "ubuntu-2204" to "build-ubuntu-2204"
- Renamed the job from "ubuntu-2004" to "build-ubuntu-2004"
- Renamed the job from "ubuntu-1804" to "build-ubuntu-1804"
2 years ago
Daniel Gibbs
e03d89ed4d
fix: update file paths in entrypoint scripts
The commit updates the file paths in the entrypoint scripts to use the correct variables and directories. This ensures that the scripts work as intended and avoid any potential errors or issues.
2 years ago
Daniel Gibbs
a6d127aa2f
fix: update server path in entrypoint healthcheck script
The server path in the entrypoint healthcheck script has been updated to "/app/*server" to ensure proper monitoring.
2 years ago
Daniel Gibbs
ac418e4998
fix: update LGSM GitHub branch to master
The LGSM GitHub branch has been updated from hotfix/v23.3.5 to master in the Dockerfiles for Ubuntu 18.04, 20.04, and 22.04. This change ensures that the latest version of LinuxGSM is used in the Docker images.
2 years ago
Daniel Gibbs
8b82d200e9
refactor: simplify entrypoint-user.sh
The code changes remove unnecessary lines and simplify the logic in the entrypoint-user.sh script. The tail command is now used directly to follow log files instead of checking for command-line arguments.
2 years ago
Daniel Gibbs
890f9cad1f
feat: update Dockerfile and entrypoint scripts
- Updated Dockerfiles for Ubuntu 18.04, 20.04, and 22.04 to use Node.js version 16.x instead of 18.x or 20.x
- Set environment variables LGSM_GITHUBBRANCH, LGSM_LOGDIR, LGSM_SERVERFILES, and LGSM_CONFIG to new values
- Changed working directory from /linuxgsm to /app
- Created /data directory in the container
- Cleared modules directory (/app/lgsm/modules) if branch is not master
2 years ago
dependabot[bot]
3b437de255
Bump docker/login-action from 2.1.0 to 2.2.0 ( #15 )
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
a86b25cd3a
Bump docker/setup-buildx-action from 2.5.0 to 2.7.0 ( #19 )
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.5.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
b1efbd635f
Bump docker/build-push-action from 4.0.0 to 4.1.1 ( #20 )
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Daniel Gibbs
4b8788be1d
🔄 synced file(s) with dgibbs64/repo-sync ( #21 )
* 🔄 created local '.github/FUNDING.yml' from remote 'general/.github/FUNDING.yml'
* 🔄 synced local '.github/dependabot.yml' with remote 'general/.github/dependabot.yml'
* 🔄 synced local '.github/workflows/update-copyright-years-in-license-file.yml' with remote 'general/.github/workflows/update-copyright-years-in-license-file.yml'
* 🔄 synced local '.yamllint.yml' with remote 'docker/.yamllint.yml'
* 🔄 synced local '.editorconfig' with remote 'docker/.editorconfig'
* 🔄 synced local '.gitignore' with remote 'docker/.gitignore'
* 🔄 created local '.vscode/extensions.json' from remote 'docker/.vscode/extensions.json'
2 years ago
Daniel Gibbs
e584e888a7
fix home
2 years ago
Daniel Gibbs
a0faaaeade
feat: functions to modules
2 years ago
Daniel Gibbs
cfa8ff9069
feat: Update entrypoint-user.sh
Changed the donate command to sponsor in the entrypoint-user.sh script. This commit updates the command to reflect changes in our platform.
2 years ago
Daniel Gibbs
abcb4edad8
comment out test
2 years ago
Daniel Gibbs
facb68e8a2
feat: Update entrypoint.sh to set HOME environment variable
This commit updates the entrypoint.sh script to set the HOME environment variable to /home/docker. This change ensures that the correct home directory is used when switching to user ${USERNAME}.
2 years ago
Daniel Gibbs
6329b7d6a1
Merge remote-tracking branch 'origin/main' into main
2 years ago
Daniel Gibbs
4b56b1e2d3
feat: update Dockerfiles and entrypoint scripts
- Update Node.js installation to version 18.x
- Add gosu package for better user switching
- Remove s6 overlay installation
- Modify entrypoint scripts to use gosu instead of s6-setuidgid
- Add healthcheck script using gosu
BREAKING CHANGE: This commit removes the s6 overlay installation from the Dockerfiles and modifies the entrypoint scripts to use gosu instead of s6-setuidgid. This may affect users who rely on the previous behavior.
2 years ago
dependabot[bot]
ebbd021585
Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 ( #13 )
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
44cc7d7f31
Bump FantasticFiasco/action-update-license-year from 2 to 3 ( #14 )
Bumps [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year ) from 2 to 3.
- [Release notes](https://github.com/FantasticFiasco/action-update-license-year/releases )
- [Changelog](https://github.com/FantasticFiasco/action-update-license-year/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FantasticFiasco/action-update-license-year/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: FantasticFiasco/action-update-license-year
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Daniel Gibbs
13a3f18651
fix healthcheck
fix healthcheck
2 years ago
Daniel Gibbs
ecde5df179
feat: change homedir
2 years ago
Daniel Gibbs
ddedd888af
feat: change HOME to /linuxgsm
2 years ago
dependabot[bot]
247b433343
Merge pull request #12 from GameServerManagers/dependabot/github_actions/docker/setup-buildx-action-2.4.1
Bump docker/setup-buildx-action from 2.4.0 to 2.4.1
2 years ago
Daniel Gibbs
72a405ad38
Merge remote-tracking branch 'origin/main' into main
2 years ago
Daniel Gibbs
f0934824c0
chore: update s6 overlay version to 3.2.3.0
2 years ago
Daniel Gibbs
d59d232856
Merge pull request #10 from GameServerManagers/dependabot/github_actions/docker/setup-buildx-action-2.4.0
Bump docker/setup-buildx-action from 2.2.1 to 2.4.0
2 years ago
Daniel Gibbs
114731ae19
Merge pull request #11 from GameServerManagers/dependabot/github_actions/docker/build-push-action-4.0.0
Bump docker/build-push-action from 3.3.0 to 4.0.0
2 years ago
Daniel Gibbs
31d0feef47
remove execs
2 years ago
dependabot[bot]
81f70540d3
Bump docker/build-push-action from 3.3.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
dependabot[bot]
3bdaa154ea
Bump docker/setup-buildx-action from 2.2.1 to 2.4.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.2.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Daniel Gibbs
eb131128f6
chore: linting
2 years ago
Daniel Gibbs
601b7e55d1
fix: autoinstall running every time
2 years ago
Daniel Gibbs
4c0561347e
Update README.md
2 years ago
Daniel Gibbs
cebeb73fd1
Update README.md
2 years ago
Daniel Gibbs
0b57b2bdf5
Merge pull request #8 from GameServerManagers/dependabot/github_actions/docker/build-push-action-3.3.0
Bump docker/build-push-action from 3.2.0 to 3.3.0
2 years ago
dependabot[bot]
a7de6161a8
Bump docker/build-push-action from 3.2.0 to 3.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Daniel Gibbs
902fb5127b
Update and rename LICENSE to LICENSE.md
2 years ago
Daniel Gibbs
2c49b801b3
Update update-copyright-years-in-license-file.yml
2 years ago
Daniel Gibbs
21bc02f3ce
fix healthcheck
2 years ago
Daniel Gibbs
a7a6a57511
Update dockerhub-description.yml
2 years ago
Daniel Gibbs
c8c82d972c
Merge pull request #7 from GameServerManagers/license/copyright-to-2023
Update license copyright year(s)
2 years ago
github-actions
a96bba478e
docs(license): update copyright year(s)
2 years ago
Daniel Gibbs
b2d16fcb47
setuidgid for all scripts
2 years ago
Daniel Gibbs
998d7c1a73
bug
2 years ago
Daniel Gibbs
d2939225c5
remove monitor from script
managed by healthcheck
2 years ago
Daniel Gibbs
42bfe5b7a4
feat: user management improvements
dev null
a
2 years ago
Daniel Gibbs
c7d87ed1f3
feat: UID and GID updated on start
2 years ago
Daniel Gibbs
166b1466f6
cr
2 years ago
Daniel Gibbs
4202b17508
add docker-compose file for testing
2 years ago