Rename Dockerfile.null to Dockerfile

The Docker Flowzone CI job currently only runs successfully
with `Dockerfile` and not any variants, by design.

Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
Christina Ying Wang 2022-09-12 15:14:37 -07:00 committed by Felipe Lalanne
parent 82b4a7fe1e
commit 7788180df3
3 changed files with 7 additions and 6 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
# IMPORTANT: Do **not** use this Dockerfile.
# This Dockerfile only exists to allow flowzone to run docker-compose.test.yml
# but without the CI needing to do extra work building a throwaway image.
# The real build happens in the balena builder so for testing we just want
# to build up to the test stage.
FROM alpine

View File

@ -1,5 +0,0 @@
# This dockerfile is used to trick resinCI to pick up
# docker-compose.test.yml but without the CI needing to do extra
# work building a throwaway image. The real build happens in the balena builder
# so for testing we just want to build up to the test stage
FROM alpine

View File

@ -5,7 +5,7 @@ services:
# be run through the `sut` service
balena-supervisor:
build:
dockerfile: Dockerfile.null
dockerfile: Dockerfile
context: ./
command: sleep infinity