fe577bf remove old forge versions before unzipping
6c4354d Automated release for version 1.0.1
6fd156e genericize the container run commands by normalizing file names
b776273 add update-version, remove get-server
4488fbf move values to helm/values.yaml
dad1e4c sync versions to chart.yaml
a171258 remove truenas chart stuff
84abbd4 Merge update from Common
a13cfe6 Squashed '.gitlab/' changes from 6430416..16ee2f3
8b0a8fa setenv is deprecated
6213e7f pin FROM to use 8-jdk-bullseye
9dc2f0e switch to correct image in docker-compose
b0991ea ignore versions folder where we keep pack zip files
f8fc83b remove default values
e2c677b add unzip and copy properties init container, don't mount properties
d118b2d add the-1122-pack values
a280110 Squashed '.gitlab/' changes from cf41f2e..6430416
6d11fde Merge update from Common
4497566 Squashed '.gitlab/' changes from 731ada6..cf41f2e
0520668 Merge update from Common
2de53de Remove .common
a85a7aa Merge branch 'common-subtree'
a074005 Add '.gitlab/' from commit '731ada6a3d65b2347ccf204cfe09ee278a4f0594'
422f4d4 remove .gitlab subtree
a5aa0ca Automated release for version 1.0.2
65b3a84 make subtree "split" overhaul
d181d45 Overhaul for get-server v. 2.0.0
0d2235b Merge branch 'common-makefile' into 'master'
dbe0d47 Merge branch 'master' into 'common-makefile'
c7c547c Switch to common Makefile
a403f6f Merge commit '32cd04c7ec7aacf8e3a402e3aed310a6ea94b586' as '.common'
32cd04c Squashed '.common/' content from commit f1875228d190e4 Add minecraft logo
ba5ab53 Allow custom server versions
a820e9a Allow custom server versions
9e788ee Add IMAGE and VERSION files
d3b0f86 Switch to openjdk-latest and don't copy server.jar
2f7d4c7 Add Makefile
aa253e6 Remove server.jar and docker-compose.yaml
773c1d6 Move install-specific values to a values folder
dae5a09 Fix RAM issue with deploy
44053ab truenas compatibility update
807b186 set memory requirements to avoid sudden container death
99666ba add setenv
1b6b8bb update RAM for new cluster
95c7fa7 merge templates
7e0ff9e upgrade to 1.6.4
12fa8ec remove extra opts and remove threading
7d34b3a add charts for each server
95b0bd6 switch to configmap model
ff2c9af servers to nvme
1dfb1f6 nvme for minecraft
3faf5c9 don't auto deploy
072bee6 update to 1.16.1
e6a0429 fix port issue
7df518d set image
ca4d1ee use tag in deploy
1ccc5cd fix tags
3ce71a6 add gitlab ci
151867f switch back to minecraft 1.15.2
abc90be add images
b727538 upgrade to 20w12a
17b0594 upgrade to 20w12a
9929e5d upgrade to 20w12a
00386c7 just copy files to mc_data
0c75d91 switch to ducoterra namespace
8bdae44 add README for backups
6264d75 set namespace to minecraft
f59775d use a loadbalancer
e54fdbe update IP
22987e0 comment horrible CMD
38b9dff add server.properties and update k8s with ram env
da7cb2c add ram env
53e37ba switch to java 8 and only copy files that exist
0253598 add build script
095bbaa init
REVERT: 16ee2f3 Merge branch 'various-docker-fixes' into 'main'
REVERT: 5b3e196 fix docker build and remove release
REVERT: 4bf9d45 Merge branch 'prefix-docker-commands' into 'main'
REVERT: 91b77b3 don't reset head after subtree pull, it breaks things
REVERT: 66b4362 prefix all docker commands with docker-
REVERT: ba2827a Merge branch 'allow-specify-branch' into 'main'
REVERT: 4de5558 ignore .gitlab
REVERT: 71ff227 Allow pulling specific branch with BRANCH_NAME
REVERT: 6430416 Merge branch 'add-helm-and-kube' into 'main'
REVERT: bce675f Add install, upgrade, and uninstall for helm
REVERT: 1532f30 Add kubectl.makefile
REVERT: cf41f2e Merge branch 'remove-push' into 'main'
REVERT: ef81c95 Remove unused commands
REVERT: 81c19cc Don't use remote common
REVERT: ea1e248 Update subtree add README
REVERT: 756cc8c Remove make-push
REVERT: a4b7e34 Squash subtree on pull
REVERT: 524c5be Fix PROJECT_NAME variable
REVERT: 47dea48 Add automated commit to chart-release
git-subtree-dir: .gitlab
git-subtree-split: fe577bfc4c
16ee2f3 Merge branch 'various-docker-fixes' into 'main'
5b3e196 fix docker build and remove release
4bf9d45 Merge branch 'prefix-docker-commands' into 'main'
91b77b3 don't reset head after subtree pull, it breaks things
66b4362 prefix all docker commands with docker-
ba2827a Merge branch 'allow-specify-branch' into 'main'
4de5558 ignore .gitlab
71ff227 Allow pulling specific branch with BRANCH_NAME
git-subtree-dir: .gitlab
git-subtree-split: 16ee2f3ddcc1235cb4a6b7a38c82d52859e8408f
Split the subtree into a new branch before pushing to common. This
creates a new branch automatically and ensures no weird histories get
committed to common.
clear and set the buildx context on push. Then use --push with buildx
build to push the multi-arch images immediately after creating them.
This gets around the need to store them locally (which won't work for
something like an M1 mac).
Sometimes you can get stuck in a loop where git stash pop preserves the
stash commit. Dropping that commit if it's a STASH commit after an
update is totally fine.
Add warning before make-update and make-push to alert developers that
running the commands might be destructive. Allow cancelling the command
up to 3 seconds before continuing. Also explain that merge conflicts
warrant a re-run of the command.
Rather than potentially leaving the developer in a state where `git
stash pop` wasn't run, ignore failures in git subtree and let the
developer fix issues and re-run the command. This makes `make-update`
more idempotent.
Docker-run was only useful in very specific projects. Projects should
either define their own "run" in their Makefile, add a
docker-compose.yaml, or specify instructions in the README.
Instead of putting everything in one makefile switch to a folder called
"make" with multiple makefiles. Move the original makefile to
"docker.makefile" and add kaniko and truenas to fill in later.