Merge pull request #14 from Icinga/bugfix/license-header

Add license headers
This commit is contained in:
Noah Hilverling 2020-08-12 14:05:09 +02:00 committed by GitHub
commit fea947e459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
FROM icinga/icingaweb2-deps FROM icinga/icingaweb2-deps
COPY icingaweb2 /usr/share/icingaweb2 COPY icingaweb2 /usr/share/icingaweb2

View File

@ -1,3 +1,5 @@
<!-- Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+ -->
# Icinga Web 2 - Docker image # Icinga Web 2 - Docker image
This image integrates [Icinga Web 2] into your [Docker] environment. This image integrates [Icinga Web 2] into your [Docker] environment.

View File

@ -1,3 +1,5 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
FROM buildpack-deps:scm as clone FROM buildpack-deps:scm as clone
SHELL ["/bin/bash", "-exo", "pipefail", "-c"] SHELL ["/bin/bash", "-exo", "pipefail", "-c"]

View File

@ -1 +1,3 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
deb [arch=amd64] https://download.docker.com/linux/debian buster stable deb [arch=amd64] https://download.docker.com/linux/debian buster stable

View File

@ -1,3 +1,5 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
FROM icinga/icingaweb2-builder FROM icinga/icingaweb2-builder
COPY action.bash composer.bash Dockerfile get-mods.sh icingaweb2.patch / COPY action.bash composer.bash Dockerfile get-mods.sh icingaweb2.patch /

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
set -exo pipefail set -exo pipefail
TARGET=icinga/icingaweb2 TARGET=icinga/icingaweb2

View File

@ -1,3 +1,5 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
name: Icinga Web 2 Docker image name: Icinga Web 2 Docker image
runs: runs:
using: docker using: docker

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
set -exo pipefail set -exo pipefail
IW2SRC="$1" IW2SRC="$1"

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
set -exo pipefail set -exo pipefail
for d in icingaweb2 icingaweb2/modules/*; do for d in icingaweb2 icingaweb2/modules/*; do

View File

@ -1,3 +1,5 @@
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
FROM golang:buster as entrypoint FROM golang:buster as entrypoint
COPY entrypoint /entrypoint COPY entrypoint /entrypoint

View File

@ -1,4 +1,5 @@
<?php <?php
// Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
namespace Icinga\Module\Dockerentrypoint\Clicommands; namespace Icinga\Module\Dockerentrypoint\Clicommands;

View File

@ -1,3 +1,5 @@
// Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
package main package main
import ( import (

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
set -exo pipefail set -exo pipefail
BRANCH="$1" BRANCH="$1"

View File

@ -1,3 +1,4 @@
Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
--- application/forms/Config/General/LoggingConfigForm.php --- application/forms/Config/General/LoggingConfigForm.php
+++ application/forms/Config/General/LoggingConfigForm.php +++ application/forms/Config/General/LoggingConfigForm.php
@@ -39,8 +39,8 @@ class LoggingConfigForm extends Form @@ -39,8 +39,8 @@ class LoggingConfigForm extends Form