mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-18 00:01:15 +00:00
add support for specifying dockerfile in build process
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
13
test/cases/000_build/055_dockerfiles/003_default/test.sh
Normal file
13
test/cases/000_build/055_dockerfiles/003_default/test.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that tar output format build is reproducible
|
||||
# LABELS:
|
||||
|
||||
set -e
|
||||
|
||||
# Source libraries. Uncomment if needed/defined
|
||||
#. "${RT_LIB}"
|
||||
. "${RT_PROJECT_ROOT}/_lib/lib.sh"
|
||||
|
||||
linuxkit pkg build --force .
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user