Red-Thirten
84abe90d35
Fix Entrypoint contributors
2022-05-22 19:42:37 -07:00
Red-Thirten
c13524ceab
Add DayZ to root README
2022-05-22 19:20:37 -07:00
softwarenoob
5e94fc4239
fix: multi platform builds
2022-05-23 05:17:41 +03:00
Red-Thirten
c4c9556772
Fix --platform
FROM flag in Dockerfile
2022-05-22 19:15:05 -07:00
Red-Thirten
afe583692c
Initial Upload
...
Currently only works with experimental branch of DayZ Standalone.
2022-05-22 18:32:49 -07:00
Red-Thirten
e750a642c9
Arma 3 Image Cleanup & Refurbishment
...
Files:
- Remove dependency of having `libnss_wrapper.so` libraries directly in the image. Instead, use the libraries provided with their respective packages. This fixes the current 32-bit version being broken and ensures the libraries stay up to date with their respective packages.
- Slight change to passwd.template to accommodate variable name change.
Dockerfile:
- Change the base image to Debian, which from testing appears to run cleaner and faster for Arma. It also should yield a smaller image.
- Fix depreciated `ENV` call format.
- Removed un-needed packages.
- Added iproute2 package.
- Consolidated the NSS Wrapper setup to a commented group of lines to make understanding it's purpose and setup more clear.
- Added shell flag to `useradd` command.
Entrypoint:
- General cleanup.
- Changed `LD_PRELOAD`s to point to package-provided library file locations.
2022-05-22 17:35:03 -07:00
Quinten
8d8151b304
update wine-mono
2022-05-18 18:16:20 +02:00
Th3Dilli
9f576f32e9
Merge remote-tracking branch 'origin/master' into mohaa
2022-05-13 21:17:32 +02:00
Th3Dilli
8fed9ba306
apply INTERNAL_IP fix
2022-05-13 21:15:33 +02:00
Th3Dilli
ad792dc521
fix alphabetical order
2022-05-13 21:14:43 +02:00
Michael (Parker) Parker
cc7a9d0da5
Merge pull request #54 from QuintenQVD0/samp
...
add samp image
2022-05-03 15:53:18 -04:00
Quinten
bb84c74981
Fix double tzdata install
2022-05-03 07:06:37 +02:00
Quinten
73a2340b3b
fix alphabetical orde
2022-05-02 17:54:08 +02:00
Quinten
70e5a4321a
add samp image
2022-05-02 17:30:09 +02:00
Alex
cd6b949868
fix: invalid INTERNAL_IP environment value
...
New IP route output appends UID to the result, causing the value to be set to that instead of the IP. Fix it by ignoring the last two appended UID results
2022-04-24 18:10:20 +03:00
gOOvER
82aaa60e39
Merge remote-tracking branch 'upstream/master'
2022-04-24 08:31:38 +02:00
Michael (Parker) Parker
9f02fe140f
Merge pull request #52 from CDE90/rust-lang
...
feat: add Rust (language) images
2022-04-22 08:25:01 -04:00
Michael (Parker) Parker
2252e1d37b
Merge pull request #49 from IAmSilK/feature-arma3-optional-mods
...
Add optional mods environment variable to Arma 3 image
2022-04-22 08:00:53 -04:00
Michael (Parker) Parker
ec8d0556b0
Merge pull request #53 from gOOvER/nodejs18
...
add nodejs18
2022-04-22 07:56:25 -04:00
gOOvER
91cba2e3e5
Update README.md
2022-04-22 07:38:43 +02:00
gOOvER
bc57e78b0c
add nodejs18
2022-04-22 07:36:18 +02:00
gOOvER
160614b7df
Merge remote-tracking branch 'upstream/master'
2022-04-22 07:31:34 +02:00
CDE90
e889a1e143
Update README.md
2022-04-17 16:19:55 +01:00
CDE90
fb6c0dcf56
Add rust language
2022-04-17 16:16:14 +01:00
Alex
b99d99e233
feat(arma): install tzdata
...
resolves #50
2022-03-26 17:41:49 +02:00
IAmSilK
e79e8cdd4d
Ensure optional mods files are deleted after downloading and keys are removed if an optional mod is unconfigured
2022-03-25 01:50:24 -03:00
IAmSilK
1769dffa31
Add optional mods environment variable which allows for downloading mods without requiring them from clients
2022-03-23 19:39:55 -03:00
Michael (Parker) Parker
daf1f5ca6f
Merge pull request #47 from QuintenQVD0/patch-1
...
Update ALTV
2022-03-16 18:58:53 -04:00
Th3Dilli
d268ce3f5a
rm debian changes
2022-03-13 12:16:30 +01:00
Th3Dilli
3c8acf91ce
add image to readme
2022-03-13 12:12:01 +01:00
Th3Dilli
9b2a7384bd
add mohaa image based on debian
2022-03-13 11:57:42 +01:00
Quinten
5fd5db9c81
Update ALTV
...
The image was broken , It spit out a error: `[09:00:13][Error] Error loading "libcsharp-module.so", Unix error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: Version `GLIBCXX_3.4.26' not found (required by /home/container/modules/libcsharp-module.so)`
2022-03-13 11:46:58 +01:00
Torsten Widmann
1e037c37d1
feat(wine): Mono 7.1 and HTTPS DL url ( #46 )
2022-03-12 19:21:17 +02:00
Michael (Parker) Parker
55e128a2b5
Merge pull request #45 from parkervcp/fix_db_images
...
make sure db images use correct entrypoint
2022-02-28 17:45:08 -05:00
Michael Parker
80bb87e8cb
make sure db images use correct entrypoint
2022-02-23 16:02:00 -05:00
gOOvER
c912d54020
Merge remote-tracking branch 'upstream/master'
2022-02-22 15:32:50 +01:00
Manuel Dielacher
dd3b647339
Revert "feat: add mohaa game image ( #12 )"
...
Failed Pull request with no support for multiarch.
This reverts commit 2c88875951
.
2022-02-19 18:36:24 +02:00
Manuel Dielacher
2c88875951
feat: add mohaa game image ( #12 )
2022-02-19 18:06:21 +02:00
Alex
f85bd4d78f
Merge branch 'master' into mohaa
2022-02-19 18:05:57 +02:00
Torsten Widmann
ab9fecc764
feat: add altv game image ( #43 )
2022-02-19 17:45:52 +02:00
Torsten Widmann
c9f2cdddbf
Merge branch 'parkervcp:master' into master
2022-02-04 16:37:06 +01:00
Torsten Widmann
7caf182f27
update repo url to debian 11 ( #42 )
2022-02-03 18:32:47 +02:00
gOOvER
face79057c
undo commit
2022-02-03 17:28:54 +01:00
gOOvER
c6d043d91b
update repo url to debian 11
2022-02-03 17:26:39 +01:00
Michael (Parker) Parker
77ceb396ff
Merge pull request #41 from Emilgardis/java-startup
...
change startup parsing to eval
2022-02-01 16:55:41 -05:00
Emil Gardström
a93590f3a1
change startup parsing to eval
...
done for similar reason as 2e366792c1
2022-02-01 22:48:21 +01:00
Torsten Widmann
c263e42dac
feat: add PostgreSQL/MongoDB Images and fix multiarch ( #40 )
...
add PostgreSQL/MongoDB Images and fixes multi-arch builds for MariaDB, Redis.
2022-01-25 17:08:35 +02:00
softwarenoob
68ef32ee2a
ci(redis): fix registry typo
2022-01-24 17:41:43 +02:00
Torsten Widmann
f16413485b
Merge remote-tracking branch 'upstream/master'
2022-01-24 16:28:59 +01:00
Torsten Widmann
91cb52ee6b
feat: Redis 5 and 6 images ( #39 )
2022-01-24 17:26:20 +02:00