File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,9 @@ impl Bakefile {
324
324
args. strip_architecture ,
325
325
) ;
326
326
327
- let dockerfile = PathBuf :: new ( ) . join ( & image_name) . join ( "Dockerfile" ) ;
327
+ let dockerfile = PathBuf :: new ( )
328
+ . join ( & image_name)
329
+ . join ( & args. target_containerfile ) ;
328
330
329
331
let target_name = if is_entry {
330
332
Self :: format_entry_target_name ( & image_name, & image_version)
@@ -525,7 +527,6 @@ impl BakefileTarget {
525
527
}
526
528
527
529
fn image_version_annotation ( image_version : & str , sdp_image_version : & Version ) -> Vec < String > {
528
- // Annotations describe OCI image components.
529
530
vec ! [
530
531
// TODO (@Techassi): Move this version formatting into a function
531
532
// TODO (@Techassi): Make this vendor agnostic, don't hard-code stackable here
You can’t perform that action at this time.
0 commit comments