cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2446892a69
commit
0186c7808b
10 changed files with 85 additions and 1725 deletions
7
image/image.go
Normal file
7
image/image.go
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue