mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 13:26:26 +00:00
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:
parent
82b4a7fe1e
commit
7788180df3
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
@ -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
|
@ -5,7 +5,7 @@ services:
|
||||
# be run through the `sut` service
|
||||
balena-supervisor:
|
||||
build:
|
||||
dockerfile: Dockerfile.null
|
||||
dockerfile: Dockerfile
|
||||
context: ./
|
||||
command: sleep infinity
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user