mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
7788180df3
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>
7 lines
321 B
Docker
7 lines
321 B
Docker
# 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
|