09de8cedca
Container integ test: fix container test slow image build
14 lines
211 B
Go
14 lines
211 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
package service
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
const (
|
|
envoyLogLevel = "debug"
|
|
hashicorpDockerProxy = "docker.mirror.hashicorp.services"
|
|
)
|