Commit Graph

308 Commits

Author SHA1 Message Date
Michael (Parker) Parker
e8947cb71b Merge pull request #74 from oliver194/master
add java 19 to be built
2022-09-25 07:14:31 -07:00
oliver194
42ab4c6c84 add java 19 to be built 2022-09-25 08:36:57 +01:00
Michael (Parker) Parker
a53d51f6fc Merge pull request #73 from PterodactylFan/patch-2
Java 19 support
2022-09-24 10:37:00 -07:00
Michael (Parker) Parker
68b8b19eb0 Merge pull request #69 from ExtremTechniker/feat/add-golang-17-to-19
Add Go Versions 1.17, 1.18 and 1.19
2022-09-24 09:41:32 -07:00
PterodactylFan
0665f931d8 Create DockerFile 2022-09-24 19:38:23 +03:00
Extrem Techniker
695deed0d9 Add Go Versions 1.17, 1.18 and 1.19 2022-09-14 11:17:28 +02:00
Michael (Parker) Parker
a310a8c01b Merge pull request #67 from gOOvER/mongodb6
add mongodb 6
2022-08-28 08:12:03 -04:00
Torsten Widmann
c76cc152d6 added mongodb6 to readme 2022-08-28 14:11:49 +02:00
Torsten Widmann
3781925838 add mongodb 6 2022-08-28 14:10:37 +02:00
Alex
89e25a6c58 fix(redis): correct ci login action version
V3 doesn't exist.
2022-08-15 16:00:26 +03:00
Alex
e666c81354 docs(pr-template): add description field
Short overview of why something is changed is helpful in reviewing the PR
2022-08-14 16:07:11 +03:00
Torsten Widmann
2a9dddad44 build: update workflow dependencies to the latest versions (#65) 2022-08-07 12:58:29 +03:00
Michael (Parker) Parker
cf3cb2cd84 Merge pull request #66 from gOOvER/add-redis-7
add Redis 7 Image
2022-08-03 22:09:31 -04:00
Torsten Widmann
032d9bcf41 workflow 2022-08-01 16:07:04 +02:00
Torsten Widmann
8141da4091 add redis 7 Image 2022-08-01 16:06:19 +02:00
Torsten Widmann
246ff17dd6 Merge branch 'parkervcp:master' into master 2022-08-01 15:45:28 +02:00
Alex
c47ac7f71b ci(box64): fix file path 2022-07-21 10:09:20 +03:00
Alex
f636454065 ci(box64): fix tag name 2022-07-21 10:01:11 +03:00
Michael (Parker) Parker
524ef63b53 Merge pull request #48 from Th3Dilli/mohaa
Mohaa
2022-07-19 12:20:38 -04:00
Michael (Parker) Parker
40529b238a Merge pull request #63 from QuintenQVD0/patch-2
Add Box64 arm64 Emulator Image
2022-07-19 12:19:57 -04:00
Quinten
87f386f237 add files 2022-07-06 16:40:21 +02:00
Quinten
06dd419177 Create Dockerfile 2022-07-06 16:36:29 +02:00
Alex
68547991a3 feat(installers): add tar and unzip to alpine 2022-06-18 16:37:45 +03:00
Manuel Dielacher
530d8149ec Merge branch 'master' into mohaa 2022-06-16 09:06:15 +02:00
Michael (Parker) Parker
5f15c2a0c0 Merge pull request #56 from QuintenQVD0/wine-mono
update wine-mono version
2022-06-13 15:10:40 -04:00
Michael (Parker) Parker
960561cb0b Merge pull request #62 from gOOvER/patch-4
update rcon -cli to 0.10.2
2022-06-10 15:06:17 -04:00
Torsten Widmann
92ac2cf943 update rcon -cli to 0.10.2
rcon-cli changelog:

Added --timeout, -T flag, allowed to set dial and execute timeout #20.
Added Makefile.
2022-06-10 16:38:48 +02:00
gOOvER
bff217e1f5 Merge remote-tracking branch 'upstream/master' 2022-06-08 10:21:28 +02:00
Michael (Parker) Parker
8db3f9ce01 Merge pull request #58 from parkervcp/ci/platform
ci: fix multi platform builds
2022-05-31 15:36:19 -04:00
Michael (Parker) Parker
27f81b7928 Merge pull request #61 from gOOvER/patch-3
Update/Wine - add tzdata
2022-05-31 15:35:30 -04:00
Torsten Widmann
1e257e11fc typo 2022-05-31 20:28:09 +02:00
Torsten Widmann
7528d7949f add tzdata 2022-05-31 20:26:18 +02:00
Michael (Parker) Parker
73b6889384 Merge pull request #57 from lilkingjr1/arma3
Arma 3 Image Cleanup & Refurbishment
2022-05-23 08:07:44 -04:00
Michael (Parker) Parker
9e163269a3 Merge pull request #59 from lilkingjr1/dayz
Add DayZ Standalone Image
2022-05-22 22:47:46 -04:00
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