|
|
|
@ -1,8 +1,7 @@ |
|
|
|
# syntax=docker/dockerfile:1 |
|
|
|
# syntax=docker/dockerfile:1 |
|
|
|
# --------------------------------------------------------------------------------------------------------- |
|
|
|
# --------------------------------------------------------------------------------------------------------- |
|
|
|
# This Dockerfile is intended to be built as part of Conduit's CI pipeline. |
|
|
|
# This Dockerfile is intended to be built as part of Conduit's CI pipeline. |
|
|
|
# It does not build Conduit in Docker, but just copies the matching build artifact from the build job. |
|
|
|
# It does not build Conduit in Docker, but just copies the matching build artifact from the build jobs. |
|
|
|
# As a consequence, this is not a multiarch capable image. It always expects and packages a x86_64 binary. |
|
|
|
|
|
|
|
# |
|
|
|
# |
|
|
|
# It is mostly based on the normal Conduit Dockerfile, but adjusted in a few places to maximise caching. |
|
|
|
# It is mostly based on the normal Conduit Dockerfile, but adjusted in a few places to maximise caching. |
|
|
|
# Credit's for the original Dockerfile: Weasy666. |
|
|
|
# Credit's for the original Dockerfile: Weasy666. |
|
|
|
|