Swap cogniteenv/echo for alpine:3.10.1

This commit is contained in:
Anthony Sottile 2019-08-05 14:50:30 -07:00
parent 5835e58103
commit 28d077bdf3
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
FROM cogniteev/echo FROM alpine:3.10.1
CMD ["echo", "This is overwritten by the .pre-commit-hooks.yaml 'entry'"] CMD ["echo", "This is overwritten by the .pre-commit-hooks.yaml 'entry'"]

View file

@ -1,8 +1,8 @@
- id: echo-entrypoint - id: echo-entrypoint
name: echo (via --entrypoint) name: echo (via --entrypoint)
language: docker_image language: docker_image
entry: --entrypoint echo cogniteev/echo entry: --entrypoint echo alpine:3.10.1
- id: echo-cmd - id: echo-cmd
name: echo (via cmd) name: echo (via cmd)
language: docker_image language: docker_image
entry: cogniteev/echo echo entry: alpine:3.10.1 echo