Commit Graph

758 Commits

Author SHA1 Message Date
Florian Kinder
f76e88cea1 update to 0.17.44 2019-05-30 15:14:11 +00:00
Sandro Jäckel
cbaa20cdea
CI: Do not try to push master 2019-05-25 23:49:55 +02:00
Florian Kinder
b3c134d396 update to 0.17.43 2019-05-24 13:09:12 +00:00
Sandro Jäckel
9bdb79b494
CI: Do not try to push master 2019-05-21 22:37:26 +02:00
Florian Kinder
77d83b4152 update to 0.17.42 2019-05-21 17:09:12 +00:00
Sandro Jäckel
25d4edf14f
CI: Don't push $TRAVIS_BRANCH if it is equal to $VERSIOn
Reason behind that is that git tags have $TRAVIS_BRANCH set to the tag name
2019-05-18 14:07:27 +02:00
Sandro Jäckel
e16b111c0b
CI: Tag Docker Image with $VERSION_SHORT on git tag building 2019-05-18 14:01:22 +02:00
Sandro Jäckel
09e1ad2045
CI: another try to fix tag building 2019-05-18 13:40:25 +02:00
Sandro Jäckel
2efa39084f
Cache shields.io badges for 10m 2019-05-18 13:37:51 +02:00
Sandro Jäckel
77edb05109
CI: try fix tag building, fix upload, add easy manual pushing, more fixes 2019-05-18 13:26:04 +02:00
Sandro Jäckel
2eea2a25e4
CI: correct docker hub repo name 2019-05-17 19:57:33 +02:00
Sandro Jäckel
98ea8a27c1
Fix sha1 of 0.17.41
Closes #261
2019-05-17 19:45:29 +02:00
Florian Kinder
956af65a2b update to 0.17.41 2019-05-17 11:19:10 +00:00
Jason
b5c1dff7b4 Allow puid/pgid to be set as environment vars on stable (#256)
* allow puid/pgid to be set on stable

* update docker-entrypoint to include puid, gpid

* add quotes to env puid/pgid env vars

* add quotes for factorio-vol
2019-05-17 12:32:55 +02:00
Sandro Jäckel
ee5b023911 Quote all vars in Dockerfile (#259) 2019-05-17 09:11:09 +02:00
Sandro Jäckel
045ef7a214
Skip docker push if it is a PR 2019-05-16 20:19:36 +02:00
Sandro Jäckel
bbc2d42302
Compare $VERSION_SHORT wether we need to push the image 2019-05-16 20:04:24 +02:00
Sandro Jäckel
0173eab54c
Quote factorio volume variable 2019-05-16 19:59:42 +02:00
Sandro Jäckel
f868aa16ad
Follow up to #255 2019-05-16 19:55:43 +02:00
Osiris
5cd0c40975 fix for .tmp.zip saves not being deleted on start (#255)
Co-Authored-By: Chris Cowan <agentme49@gmail.com>
2019-05-16 19:55:02 +02:00
Sandro Jäckel
778d982c6d
CI: Actually check the entire array 2019-05-16 19:43:44 +02:00
Sandro Jäckel
9d2c38df65
CI: Fix version detection of which image to push, actually push the image 2019-05-16 19:39:50 +02:00
Sandro Jäckel
b2a4195e13
Advance CI features (#245)
* Build feature branches with branch tag

* Build short and long image tag

* Add latest and stable tag, made moving repos easier

* Only push tags to registry

* Only build tags that where changed

* Fix if and quoting, push $VERSION_SHORT

* Update MicroBadger with Webhook, closes #251

* Quote vars

* Set tag on PR, too

* Switch to hadolint docker image

due to PR not having enviroment variables and I don't want to commit my token in the script

* Only push image on master
2019-05-16 19:23:07 +02:00
Florian Kinder
18ccac666d update to 0.17.40 2019-05-16 15:59:12 +00:00
Sandro Jäckel
830d042e4b
Add me (SuperSandro2000) to the Contributors list 2019-05-15 20:05:36 +02:00
florian kinder
a0868ba653 Added build status & latest dockerhub version 2019-05-15 13:26:00 +02:00
florian kinder
7002778ab5 Updated urls 2019-05-15 13:07:30 +02:00
Florian Kinder
44371283b6 update to 0.17.39 2019-05-14 15:49:11 +00:00
Florian Kinder
d421adab67 update to 0.17.38 2019-05-10 14:39:11 +00:00
Osiris
b0cedbbe1b Update docker-entrypoint.sh (#253) 2019-05-10 01:27:25 +02:00
Florian Kinder
010b96e0b0 update to 0.17.37 2019-05-07 16:29:12 +00:00
Sandro Jäckel
621ccf4282
Fixed naming of $SCENARIOS (#242)
Fixed naming of `$SCENARIOS`
2019-05-04 16:18:06 +02:00
Florian Kinder
1204b97fca update to 0.17.36 2019-05-03 16:29:13 +00:00
Brandon Houghton
aef16e83a7 Fixed naming of $SCENARIOS
Renamed local variable `$SCENARIO` to `$SERVER_SCENARIO`
2019-05-02 12:07:38 -04:00
Florian Kinder
605ca74c0e
Add travis ci, linter, merge shellcheck, fix some issues (#241)
* Quote all vars, remove useless echo/sub-shell, add shebands, fail on unset vars, enable pipefail, formatting

* Add CI including linting via hadolint nad shellcheck

* Update all base images to tag 3.9

* Switch to maintainer labels

* Quote vars

* Remove commented code

* Ignore if the folder exists
2019-05-02 17:28:20 +02:00
Florian Kinder
e34180ca51 update to 0.17.35 2019-05-02 14:34:11 +00:00
florian kinder
0db1dde077 Updated readme with new dockerhub links & updated version to 0.17 2019-05-02 13:10:51 +02:00
Dan Anstis
e8aeb461a9
Quote all vars, remove useless echo/sub-shell, add shebands, formatting (#226) 2019-05-02 14:53:26 +10:00
Sandro Jäckel
46f24b0b7a
Quote all vars, remove useless echo/sub-shell, add shebands, fail on unset vars, enable pipefail, formatting 2019-05-01 10:04:56 +02:00
Dan Anstis
6d92825f56
Add AWS deployment repo Link (#235) 2019-04-29 08:23:24 +10:00
Dan Anstis
55fdc2e0de Remove reference to 0.13 path, fix spelling issues (#238) 2019-04-28 12:07:29 +02:00
Michael Chandler
57c9f59f46 Add AWS deployment repo Link. 2019-04-28 11:05:44 +10:00
Florian Kinder
8f15b73d7b update to 0.17.34 2019-04-26 15:04:11 +00:00
Florian Kinder
ecc54400ba update to 0.17.33 2019-04-24 17:19:11 +00:00
Dan Anstis
eea1d550f2 Fix conflicting user group ids (#232) 2019-04-21 12:15:01 +02:00
Florian Kinder
730b2c334b update to 0.17.32 2019-04-18 11:29:11 +00:00
Dan Anstis
288f080ebc Add support for changing UID/GID (#216)
* Add support for changing UID/GID

* Revert volume definition in docker-compose file
2019-04-18 13:00:14 +02:00
Florian Kinder
2ffac3c4a8 update to 0.17.31 2019-04-12 22:14:12 +00:00
Florian Kinder
88fed15bb4 update to 0.17.30 2019-04-12 17:09:11 +00:00
Florian Kinder
968fb8a3bd update to 0.17.29 2019-04-12 12:29:11 +00:00