mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 10:31:46 +04:00
Swap cogniteenv/echo for alpine:3.10.1
This commit is contained in:
parent
5835e58103
commit
28d077bdf3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
FROM cogniteev/echo
|
||||
FROM alpine:3.10.1
|
||||
|
||||
CMD ["echo", "This is overwritten by the .pre-commit-hooks.yaml 'entry'"]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
- id: echo-entrypoint
|
||||
name: echo (via --entrypoint)
|
||||
language: docker_image
|
||||
entry: --entrypoint echo cogniteev/echo
|
||||
entry: --entrypoint echo alpine:3.10.1
|
||||
- id: echo-cmd
|
||||
name: echo (via cmd)
|
||||
language: docker_image
|
||||
entry: cogniteev/echo echo
|
||||
entry: alpine:3.10.1 echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue