4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
FROM alpine as build
|
||
|
# Invalid registry and image
|
||
|
FROM myrepository.example/image:tag
|