Skip to content

Commit cda9aba

Browse files
rloporpCarlos Rodríguez Hernández
and
Carlos Rodríguez Hernández
authored
[bitnami/containers] Automate license checks (bitnami#39442)
* [bitnami/containers] Automate license checks Signed-off-by: Raúl López <[email protected]> Co-authored-by: Carlos Rodríguez Hernández <[email protected]>
1 parent b112c37 commit cda9aba

File tree

14 files changed

+68
-0
lines changed

14 files changed

+68
-0
lines changed

.github/workflows/license-headers.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
---
5+
name: '[License] Check license headers'
6+
7+
on:
8+
pull_request:
9+
10+
jobs:
11+
license-headers-linter:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Check license Headers
16+
uses: apache/skywalking-eyes/[email protected]

.licenserc.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
---
5+
header:
6+
comment: on-failure
7+
license:
8+
spdx-id: Apache-2.0
9+
copyright-owner: VMware, Inc.
10+
11+
content: |
12+
# Copyright VMware, Inc.
13+
# SPDX-License-Identifier: APACHE-2.0
14+
15+
paths:
16+
- "**/Dockerfile"

bitnami/argo-workflow-controller/3/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/drupal-nginx/10/debian-11/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM docker.io/bitnami/minideb:bullseye
25

36
ARG TARGETARCH

bitnami/drupal/10/debian-11/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM docker.io/bitnami/minideb:bullseye
25

36
ARG TARGETARCH

bitnami/kube-rbac-proxy/0/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/kubeapps-apprepository-controller/2/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/kubeapps-asset-syncer/2/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/oras/1/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/rmq-default-credential-updater/1/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/rmq-messaging-topology-operator/1/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/sealed-secrets/0/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

bitnami/thanos/0/scratch/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright VMware, Inc.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
14
FROM bitnami/minideb:bullseye as builder
25

36
ARG TARGETARCH

0 commit comments

Comments
 (0)