We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c4d77 commit 45a4c17Copy full SHA for 45a4c17
1 file changed
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