replace echo image with focal

This commit is contained in:
Anthony Sottile
2021-12-20 17:38:59 -05:00
parent f637ac8603
commit 3512e441f4
2 changed files with 3 additions and 3 deletions

View File

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

View File

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