Daniel Gibbs
e44b7626ca
Delete package-lock.json
10 months ago
Daniel Gibbs
11c2e02180
Delete package.json
10 months ago
Daniel Gibbs
ecda46cb11
feat: add OCI labels to the dockerfiles ( #79 )
10 months ago
Daniel Gibbs
642b669a42
refactor(readme): remove deprecated Ubuntu 18.04 LTS entry
10 months ago
Daniel Gibbs
aec5e01b47
fix: revert readme
10 months ago
Daniel Gibbs
ae96dab3fd
refactor(.gitignore): clean up ignored Node.js files
* Removed specific Node.js files from `.gitignore` to streamline the ignore list.
* This change helps in reducing clutter and improving maintainability of the ignore file.
10 months ago
Daniel Gibbs
4f60bf1d5f
refactor(workflow): remove unused keepalive job
* Deleted the `workflow-keepalive` job from the Docker publish workflow.
10 months ago
Daniel Gibbs
a4c9636eb2
Auto stash before merge of "main" and "origin/main"
10 months ago
Daniel Gibbs
1242be97e1
Merge remote-tracking branch 'origin/main'
10 months ago
Daniel Gibbs
f0d097d09c
refactor(docker): remove obsolete Dockerfile for Ubuntu 18.04
* Deleted the `Dockerfile.ubuntu-1804` as it is no longer needed.
* This change helps to streamline the Docker setup and reduce clutter.
10 months ago
Daniel Gibbs
d9ac9199b0
chore: synced local './' with remote 'docker/' ( #78 )
10 months ago
Daniel Gibbs
2ff4eb9fca
feat(devcontainer): add Docker outside of Docker feature
* Included the `docker-outside-of-docker` feature to enhance container capabilities.
* This allows for better integration and management of Docker within the development container.
10 months ago
Daniel Gibbs
6a40a2ce4a
fix(docker): optimize cleanup commands in Dockerfiles
* Removed unnecessary removal of temporary files.
* Added cleanup for man, doc, info, lintian, and locale files to reduce image size.
10 months ago
Daniel Gibbs
646657418b
feat(devcontainer): add postCreateCommand for Prettier installation
* Added `postCreateCommand` to install Prettier and related plugins.
* Ensures that the development environment is set up with necessary tools.
10 months ago
Daniel Gibbs
ea39c225bb
feat(docker): enhance Dockerfiles with user creation and health check
* Added non-root user creation for SteamCMD in Dockerfiles for Ubuntu 18.04, 20.04, 22.04, and 24.04.
* Included a basic health check to ensure SteamCMD is operational.
* Updated README to correct "docker cli" to "Docker cli".
10 months ago
Daniel Gibbs
daff143277
fix(editorconfig): update indentation settings for consistency
10 months ago
Daniel Gibbs
9884ab6741
linting
10 months ago
dependabot[bot]
ca7f77fa2e
Bump actions/checkout from 4 to 5 ( #74 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
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>
Co-authored-by: Daniel Gibbs <[email protected] >
10 months ago
Daniel Gibbs
35b2eec351
feat(workflows): add Prettier and Super Linter GitHub Actions
* Introduced `action-prettier.yml` for code formatting using Prettier.
* Added `action-super-linter.yml` for linting code with Super Linter.
* Both workflows trigger on push events to any branch.
10 months ago
Daniel Gibbs
951c59929b
feat(devcontainer): add ms-azuretools.vscode-containers extension
* Included the `ms-azuretools.vscode-containers` extension to enhance container development support.
10 months ago
Daniel Gibbs
1773f74b24
Delete .github/workflows/dockerhub-description.yml
10 months ago
Daniel Gibbs
8617e77a3a
chore: synced file(s) with dgibbs64/repo-sync ( #77 )
* chore: synced local '.github/' with remote 'general/.github/'
* chore: synced local './' with remote 'docker/'
10 months ago
Daniel Gibbs
da06cbe8f7
chore: synced local '.github/' with remote 'general/.github/' ( #76 )
10 months ago
Daniel Gibbs
cdb58d611e
Delete .github/workflows/keepalive.yml
10 months ago
Daniel Gibbs
a51296af53
Delete .github/workflows/update-copyright-years-in-license-file.yml
10 months ago
Daniel Gibbs
7391e948e8
chore: synced local './' with remote 'docker/' ( #75 )
10 months ago
Daniel Gibbs
1691ecf1d3
no synced local './' with remote 'docker/' ( #72 )
11 months ago
Daniel Gibbs
a2c8392df5
no synced file(s) with dgibbs64/repo-sync ( #71 )
* no synced local '.github/' with remote 'general/.github/'
* no synced local './' with remote 'docker/'
11 months ago
Daniel Gibbs
5a4e939efd
Add tzdata package to SteamCMD installations and clean up environment variable syntax
11 months ago
Daniel Gibbs
9015bcd638
keepalive
12 months ago
Daniel Gibbs
f24df8119b
test
12 months ago
Daniel Gibbs
d436b71d36
keeopalive
12 months ago
Daniel Gibbs
e6beb669dd
keepalive
12 months ago
Daniel Gibbs
ac787297f5
permissions
12 months ago
Daniel Gibbs
b6edbd58e2
permissions
12 months ago
Daniel Gibbs
f6b7687de7
feat: add keepalive workflow to prevent github disabling action
12 months ago
Daniel Gibbs
bca909e53d
correct tags
1 year ago
Daniel Gibbs
5e965fa3d3
update all distros
1 year ago
Daniel Gibbs
ba54634656
images
1 year ago
Daniel Gibbs
d11df306a5
tags
1 year ago
Daniel Gibbs
7c8ad58458
tags
1 year ago
Daniel Gibbs
12c8a94c9f
tags
1 year ago
Daniel Gibbs
3b28c72331
buildx remove
1 year ago
Daniel Gibbs
09c53a4258
tags and labels
1 year ago
Daniel Gibbs
a764feead8
re add tags
1 year ago
Daniel Gibbs
e09a7b1bb0
fix metadata
1 year ago
Daniel Gibbs
0395091d44
test
1 year ago
Daniel Gibbs
1e9c1812eb
major version only
1 year ago
dependabot[bot]
2dbad750cd
Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 ( #70 )
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.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>
1 year ago
dependabot[bot]
56a559ace7
Bump docker/setup-buildx-action from 3.6.1 to 3.8.0 ( #64 )
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.6.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.8.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>
1 year ago