From e958880cd575245029c2fb88e3960b11aa9e6ac7 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:08:20 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- 0.X/Dockerfile | 3 +++ 0.X/docker-entrypoint.sh | 3 +++ scripts/tag-images.sh | 3 +++ ubi/Dockerfile | 3 +++ ubi/docker-entrypoint.sh | 3 +++ ubi/push_image.sh | 3 +++ 6 files changed, 18 insertions(+) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index c9cea204..27da9af8 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + FROM alpine:3.14 # This is the release of Vault to pull in. diff --git a/0.X/docker-entrypoint.sh b/0.X/docker-entrypoint.sh index 3b72da25..2b9b8f35 100755 --- a/0.X/docker-entrypoint.sh +++ b/0.X/docker-entrypoint.sh @@ -1,4 +1,7 @@ #!/usr/bin/dumb-init /bin/sh +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + set -e # Note above that we run dumb-init as PID 1 in order to reap zombie processes diff --git a/scripts/tag-images.sh b/scripts/tag-images.sh index d52bc903..0f1f020c 100755 --- a/scripts/tag-images.sh +++ b/scripts/tag-images.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # * VERSION - Image version to tag i.e 1.7.0 or 1.7.0- # * REGISTRY_NAME - Docker Registry Name i.e docker.io/hashicorp diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 2bc0cb02..4219a3cd 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 LABEL maintainer="HashiCorp" diff --git a/ubi/docker-entrypoint.sh b/ubi/docker-entrypoint.sh index 62a48292..bb27cef4 100755 --- a/ubi/docker-entrypoint.sh +++ b/ubi/docker-entrypoint.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + set -e # Prevent core dumps diff --git a/ubi/push_image.sh b/ubi/push_image.sh index da14bcfb..4a004d5a 100755 --- a/ubi/push_image.sh +++ b/ubi/push_image.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + set -e