mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
Validate with bake
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
from koalaman/shellcheck-alpine:v0.7.2
|
||||
workdir /src
|
||||
copy base .
|
||||
run shellcheck xx-*
|
||||
FROM koalaman/shellcheck-alpine:v0.7.2
|
||||
WORKDIR /src
|
||||
COPY base .
|
||||
RUN shellcheck xx-*
|
||||
Reference in New Issue
Block a user