Browse Source

Docs: Remove no longer correct info in CI dockerfile

merge-requests/230/head
Jonas Zohren 4 years ago
parent
commit
396fb8e548
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463
  1. 3
      docker/ci-binaries-packaging.Dockerfile

3
docker/ci-binaries-packaging.Dockerfile

@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
# syntax=docker/dockerfile:1
# ---------------------------------------------------------------------------------------------------------
# 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.
# As a consequence, this is not a multiarch capable image. It always expects and packages a x86_64 binary.
# It does not build Conduit in Docker, but just copies the matching build artifact from the build jobs.
#
# 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.

Loading…
Cancel
Save