Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
UrT 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleveil committed Mar 1, 2018
1 parent 32e8015 commit 8ee55fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomdesinto/urbanterror-data:4.3.2
FROM tomdesinto/urbanterror-data:4.3.3
# See https://hub.docker.com/r/tomdesinto/urbanterror-data/tags/
# a list of version numbers.

Expand Down Expand Up @@ -34,10 +34,6 @@ RUN mkdir /etc/service/urt
COPY urt.sh /etc/service/urt/run
RUN chmod u+x /etc/service/urt/run

## Urt 4.3.2-hotfix
ADD https://github.com/Barbatos/ioq3-for-UrbanTerror-4/releases/download/release-4.3.2-hotfix/Quake3-UrT-Ded.x86_64 /home/urt/UrbanTerror43/Quake3-UrT-Ded.x86_64
RUN chmod +x /home/urt/UrbanTerror43/Quake3-UrT-Ded.x86_64

## Verify files
COPY checksums /home/urt/UrbanTerror43/checksums
RUN md5sum -c /home/urt/UrbanTerror43/checksums
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Usage
- copy your UrT `server.cfg` config file in `/my_server/q3ut4`
- run the docker container:

docker run -d --net host -v /my_server/q3ut4:/q3ut4 tomdesinto/urbanterror:4.3.2-hotfix
docker run -d --net host -v /my_server/q3ut4:/q3ut4 tomdesinto/urbanterror:4.3.3



Expand All @@ -31,7 +31,7 @@ When the docker container is booting, it will COPY the maps into the appropriate
- copy the pk3 map files in it
- run the docker container:

docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/maps tomdesinto/urbanterror:4.3.2-hotfix
docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/maps tomdesinto/urbanterror:4.3.3

**Option 2:**

Expand All @@ -42,7 +42,7 @@ This works on 4.2.023, I don't know about older versions. This mounts your maps
- run the docker container:

```
docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/home/urt/UrbanTerror43/q3ut4/download tomdesinto/urbanterror:4.3.2-hotfix
docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/home/urt/UrbanTerror43/q3ut4/download tomdesinto/urbanterror:4.3.3
```

**Whats the diference between Option 1 and 2?**
Expand All @@ -57,7 +57,7 @@ The `URT_PORT` environment variable can be set to run the Urban Terror server on

To run the server on port 27000:

docker run -d --net host -v /my_server/q3ut4:/q3ut4 -e URT_PORT=27000 tomdesinto/urbanterror:4.3.2-hotfix
docker run -d --net host -v /my_server/q3ut4:/q3ut4 -e URT_PORT=27000 tomdesinto/urbanterror:4.3.3



Expand All @@ -66,7 +66,7 @@ SSH Connection

You can connect with SSH or SFTP to the docker container with user `root` on port 22 and using [this INSECURE private key][ssh-key] [PuTTY format][putty-key] and starting your container as follow:

docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/maps tomdesinto/urbanterror:4.3.2-hotfix /sbin/my_init --enable-insecure-key
docker run -d --net host -v /my_server/q3ut4:/q3ut4 -v /my_server/maps:/maps tomdesinto/urbanterror:4.3.3 /sbin/my_init --enable-insecure-key



Expand All @@ -80,7 +80,7 @@ This image is based on tomdesinto/urbanterror-data which contains just the Urban

git clone https://github.com/thomasleveil/docker-UrbanTerror.git
cd docker-UrbanTerror
sudo docker build -t tomdesinto/urbanterror:4.3.2-hotfix .
sudo docker build -t tomdesinto/urbanterror:4.3.3 .

[ssh-key]: https://raw.githubusercontent.com/phusion/baseimage-docker/master/image/services/sshd/keys/insecure_key
[putty-key]: https://raw.githubusercontent.com/phusion/baseimage-docker/master/image/services/sshd/keys/insecure_key.ppk
10 changes: 5 additions & 5 deletions checksums
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
85c568ca93ed7c9cc9a0cbebd5324f8c Quake3-UrT-Ded.x86_64
a37439520fcfa1d8c8e349d9d161b491 Quake3-UrT-Ded.x86_64
a3898f602cb73e4f9a81c43fa893a808 q3ut4/QIIIA_Game_Source_License.doc
ef965e43ff1924c45c7b11ce73c4bda8 q3ut4/autoexec_example.cfg
bda22e545ea20750b96dd629219fcbc0 q3ut4/mapcycle_example.txt
c5cfa635fe29c465129cf9cdae3378b1 q3ut4/mapcycle_example.txt
bb77de793748694962903c6916909e06 q3ut4/readme43.txt
ca52f96f57d33eadecc51961acf9332c q3ut4/server_example.cfg
85cb194a82d8a599f6461c6f9cbceec1 q3ut4/server_example.cfg
056c63642b8bb0e4149f0c77cdf96805 q3ut4/ut4_jumpents.pk3
3eef51810ba71d7eb9480b07b13f132b q3ut4/zUrT43_001.pk3
8fbf64eba38990855236db5bfe2f6d50 q3ut4/zUrT43_002.pk3
Expand All @@ -24,6 +24,6 @@ d83279006a0c075abfea48f2aa06cc64 q3ut4/zUrT43_016.pk3
9d7c9f3d3820491a7b8e93968bc99aca q3ut4/zUrT43_017.pk3
b80575cc88a9374a47bd83cc8c1df393 q3ut4/zUrT43_018.pk3
36145bf095806a51600421788a940774 q3ut4/zUrT43_019.pk3
b60665dfd512e095b7a6d06000039918 q3ut4/zUrT43_020.pk3
3c86c6b5774baf732b58bbb0a9543e88 q3ut4/zUrT43_020.pk3
32ec413e393178a89588c3920efa1743 q3ut4/zUrT43_021.pk3
5d3de961dc27e6b174d31bace69c6440 q3ut4/zUrT43_qvm.pk3
61722f103268e85e16d9cabccbde0c62 q3ut4/zUrT43_qvm.pk3

0 comments on commit 8ee55fa

Please sign in to comment.