cf-integration 0.3.0

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
7
8
9
10
# Build metadata overlay for cf-dataplane images built by the harness.

services:
  dataplane:
    build:
      context: ${CF_DATAPLANE_DIR:?Set CF_DATAPLANE_DIR to the cf-dataplane checkout}
      dockerfile: docker/Dockerfile
      labels:
        org.opencontainers.image.revision: ${CF_DATAPLANE_CHECKOUT_REVISION:-unknown}
        org.opencontainers.image.ref.name: ${CF_DATAPLANE_CHECKOUT_REF:-unknown}