Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637ac8 commit 3512e44Copy full SHA for 3512e44
2 files changed
testing/resources/docker_hooks_repo/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM cogniteev/echo
+FROM ubuntu:focal
2
3
CMD ["echo", "This is overwritten by the .pre-commit-hooks.yaml 'entry'"]
testing/resources/docker_image_hooks_repo/.pre-commit-hooks.yaml
@@ -1,8 +1,8 @@
- id: echo-entrypoint
name: echo (via --entrypoint)
language: docker_image
4
- entry: --entrypoint echo cogniteev/echo
+ entry: --entrypoint echo ubuntu:focal
5
- id: echo-cmd
6
name: echo (via cmd)
7
8
- entry: cogniteev/echo echo
+ entry: ubuntu:focal echo
0 commit comments