diff --git a/0.X/Dockerfile b/0.X/Dockerfile index e3baf005..0881db7d 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 329cc3bb..44c15c0c 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