Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-19 22:21:14 -04:00
parent 2446892a69
commit 0186c7808b
10 changed files with 85 additions and 1725 deletions

7
image/image.go Normal file
View file

@ -0,0 +1,7 @@
package image
// NAME is the name of the image that is embedded at compile time.
var NAME string
// SHA is the sha digest of the image that is embedded at compile time.
var SHA string