mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
6f0df20d10
* Explicit container test * remove static resources * fix passing serviceBindPorts * WIP * fix explicit upstream test * use my image in CI until dataplane is fixed. * gofmt * fixing reference to v2beta1 in test-containers * WIP * remove bad references * add missing license headers * allow access internal/resource/resourcetest * fix check-allowed-imports to append array items * use preview image for dataplane * revert some inadverntent comment updates in peering_topology * add building local consul-dataplane image to compatibility-tests CI * fix substitution in CI * change upstreams to destinations based on incoming change * fixing use of upstreams in resource update * remove commented out lines and enable envoy concurrency on dataplane. * changes to addess PR feedback * small fixes --------- Co-authored-by: Eric <eric@haberkorn.co>
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
ARG CONSUL_DATAPLANE_IMAGE
|
|
|
|
FROM ${CONSUL_DATAPLANE_IMAGE} as consuldataplane
|
|
COPY --from=busybox:uclibc /bin/sh /bin/sh
|
|
COPY --from=ghcr.io/tarampampam/curl:latest /bin/curl /bin/curl |