43 Commits

Author SHA1 Message Date
Alexander A. Klimov
de6bb08cc0 action.bash: don't fail at docker build -t on support branches 2020-10-14 10:53:24 +02:00
Noah Hilverling
10f14a7826
Merge pull request #29 from Icinga/bugfix/github-actions-artifacts
Don't upload any artifacts
2020-09-09 09:06:12 +02:00
Alexander A. Klimov
e44027d20d Don't upload any artifacts 2020-09-08 17:54:23 +02:00
Noah Hilverling
9d2108f665
Merge pull request #28 from Icinga/bugfix/volume
Don't create volumes implicitly
2020-08-24 11:31:06 +02:00
Alexander A. Klimov
1ffe590ab2 Don't create volumes implicitly 2020-08-24 11:18:15 +02:00
Noah Hilverling
b26c2e30f4
Merge pull request #26 from Icinga/bugfix/unrecognized-if-no-files-found-input
Allow artifact upload to fail
2020-08-13 13:57:17 +02:00
Alexander A. Klimov
e035614249 Allow artifact upload to fail 2020-08-13 11:25:59 +02:00
Noah Hilverling
df5570a599
Merge pull request #21 from Icinga/feature/ccache-stat
Show ccache stats
2020-08-12 14:07:56 +02:00
Noah Hilverling
79fbc54d8b
Merge pull request #24 from Icinga/bugfix/doc-build-bash-23
Document build.bash
2020-08-12 14:00:33 +02:00
Alexander A. Klimov
b5f8251299 Document build.bash
refs #23
2020-08-11 16:20:24 +02:00
Alexander A. Klimov
6beed164f1 Show ccache stats 2020-07-23 13:18:13 +02:00
Noah Hilverling
ffa8dae635
Merge pull request #20 from Icinga/bugfix/license-header
Add license headers
2020-07-23 09:50:17 +02:00
Alexander A. Klimov
a8cb3eb1ea Add license headers 2020-07-22 14:00:32 +02:00
Noah Hilverling
8bebc354eb
Merge pull request #19 from Icinga/feature/uid
Pin icinga's uid
2020-07-16 09:41:30 +02:00
Alexander A. Klimov
6395f46405 Pin icinga's uid 2020-07-15 15:31:58 +02:00
Noah Hilverling
1d713f6f46
Merge pull request #15 from Icinga/feature/docs
Add README.md
2020-07-08 13:22:09 +02:00
Alexander A. Klimov
b76e63db6e Add README.md 2020-07-08 10:28:41 +02:00
Alexander Aleksandrovič Klimov
061fa00781
Merge pull request #17 from Icinga/feature/build-local
Add build.bash
2020-07-02 13:30:51 +02:00
Alexander A. Klimov
82c4a099d1 Add build.bash 2020-07-01 14:23:52 +02:00
Alexander A. Klimov
2231c2c7f8 action.bash: outsource compiling into compile.bash 2020-07-01 12:21:48 +02:00
Alexander A. Klimov
25ed2c6981 Remove README.md 2020-06-25 17:15:14 +02:00
Noah Hilverling
f192d78f19
Merge pull request #14 from Icinga/feature/node-setup
entrypoint/: run icinga2 node setup
2020-06-25 16:14:42 +02:00
Noah Hilverling
dffb0dea27
Merge pull request #13 from Icinga/bugfix/version-12
action-base.Dockerfile: install Git
2020-06-25 13:10:48 +02:00
Alexander A. Klimov
52a19e1a91 entrypoint/: run icinga2 node setup 2020-06-25 12:11:59 +02:00
Alexander A. Klimov
f094ff7517 action-base.Dockerfile: install Git
refs #12
2020-06-23 12:02:17 +02:00
Noah Hilverling
ef6d5b7f3f
Merge pull request #11 from Icinga/feature/persistence-1
Persist config and state in /data
2020-06-22 16:54:02 +02:00
Alexander A. Klimov
b33ba58a25 entrypoint/: initialize /data
refs #1
2020-06-22 16:29:50 +02:00
Alexander A. Klimov
48e6ed123e entrypoint/: run given command
refs #1
2020-06-22 16:29:48 +02:00
Noah Hilverling
8a250b6b68
Merge pull request #10 from Icinga/feature/deps-9
Add runtime deps
2020-06-22 16:18:38 +02:00
Alexander A. Klimov
612540ab4d Ship check_ssl_cert
refs #9
2020-06-22 15:20:28 +02:00
Alexander A. Klimov
b9f24b7fe3 Ship check_nwc_health
refs #9
2020-06-22 15:20:01 +02:00
Alexander A. Klimov
d2245eee94 Ship check_postgres
refs #9
2020-06-22 15:19:24 +02:00
Alexander A. Klimov
d794f0caae Ship check_mssql_health
refs #9
2020-06-22 15:18:27 +02:00
Alexander A. Klimov
6375908ecb Add monitoring plugins
refs #9
2020-06-19 16:16:00 +02:00
Alexander A. Klimov
247ec715e7 Make shipped mail notification scripts working
refs #9
2020-06-19 16:14:56 +02:00
Alexander Aleksandrovič Klimov
528bf9bc3f
Merge pull request #8 from Icinga/feature/github-action
Build minimal Docker image with runnable Icinga 2 installed
2020-06-19 14:07:13 +02:00
Alexander A. Klimov
e9c7792d1f Dockerfile: run Icinga 2 2020-06-19 11:02:18 +02:00
Alexander A. Klimov
4fecaed2dd action.bash: build Icinga 2 2020-06-19 10:39:00 +02:00
Alexander A. Klimov
183233801f action.yml: checkout the source, build a Docker image and push it 2020-06-18 13:16:43 +02:00
Alexander A. Klimov
7c36ba6643 Revert "Initial import of raw version"
This reverts commit 34c7cf0f116b7ac2269acd002d53c2b9632d3958.
2020-06-15 18:07:52 +02:00
Thomas Widhalm
34c7cf0f11 Initial import of raw version 2020-04-29 16:37:26 +02:00
Blerim Sheqa
8bb92018f5 Update README.md 2020-04-27 12:25:12 +02:00
Blerim Sheqa
6a220c77d6
Initial commit 2020-04-27 12:23:53 +02:00