-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# syntax=docker/dockerfile-upstream:master | ||
frOM busybox as base | ||
Check warning on line 2 in __tests__/fixtures/lint.Dockerfile GitHub Actions / test-itg (github.test.itg.ts, ubuntu-latest)ConsistentInstructionCasing: Command 'frOM' should be consistently cased (line 2)
|
||
cOpy lint.Dockerfile . | ||
Check warning on line 3 in __tests__/fixtures/lint.Dockerfile GitHub Actions / test-itg (github.test.itg.ts, ubuntu-latest)ConsistentInstructionCasing: Command 'cOpy' should be consistently cased (line 3)
|
||
|
||
from scratch | ||
COPy --from=base \ | ||
Check warning on line 6 in __tests__/fixtures/lint.Dockerfile GitHub Actions / test-itg (github.test.itg.ts, ubuntu-latest)ConsistentInstructionCasing: Command 'COPy' should be consistently cased (line 6)
|
||
/lint.Dockerfile \ | ||
/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters