We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16536 commit 9048512Copy full SHA for 9048512
scripts/docker_version_control.sh
@@ -1,7 +1,8 @@
1
+#!/bin/bash
2
+
3
# This script is for reproducible build.
4
# Reproducible build for docker enabled: Before build docker image, this script will change image:tag to image:sha256 in DOCKERFILE.
5
# And record image sha256 to a target file.
-#!/bin/bash
6
7
IMAGENAME=$1
8
DOCKERFILE=$2
0 commit comments