Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit c5b9cf9

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 152f49d commit c5b9cf9

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

0.X/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
FROM alpine:3.18
25

36
# This is the release of Vault to pull in.

0.X/docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/dumb-init /bin/sh
2+
# Copyright (c) HashiCorp, Inc.
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
set -e
36

47
# Note above that we run dumb-init as PID 1 in order to reap zombie processes

scripts/tag-images.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright (c) HashiCorp, Inc.
3+
# SPDX-License-Identifier: MPL-2.0
4+
25

36
# * VERSION - Image version to tag i.e 1.7.0 or 1.7.0-
47
# * REGISTRY_NAME - Docker Registry Name i.e docker.io/hashicorp

ubi/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
25

36
LABEL maintainer="HashiCorp"

ubi/docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
2+
# Copyright (c) HashiCorp, Inc.
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
set -e
36

47
# Prevent core dumps

ubi/push_image.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Copyright (c) HashiCorp, Inc.
3+
# SPDX-License-Identifier: MPL-2.0
4+
25

36
set -e
47

0 commit comments

Comments
 (0)