Skip to content

Commit

Permalink
local config
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Aug 23, 2023
1 parent 08f5a33 commit 85d1771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ allprojects {
dropwizard : '4.1.12.1',
ecwid_consul : '1.4.1',
awaitility : '4.0.3',
embedded_consul : '2.0.0',
embedded_consul : '2.2.1',
junit : '5.6.2',
assertj : '3.17.2',
jackson : '2.11.2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pl.allegro.tech.servicemesh.envoycontrol.config.testcontainers.GenericCon
import java.util.UUID
import java.util.Locale

class EchoContainer : GenericContainer<EchoContainer>("hashicorp/http-echo:latest"), ServiceContainer {
class EchoContainer : GenericContainer<EchoContainer>("larstobi/http-echo:0.2.4"), ServiceContainer {

val response = UUID.randomUUID().toString()

Expand Down
2 changes: 1 addition & 1 deletion tools/envoy-control/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --chown=gradle:gradle envoy-control-source-consul/ /home/gradle/src/envoy-c
WORKDIR /home/gradle/src
RUN gradle :envoy-control-runner:assemble --parallel --no-daemon

FROM adoptopenjdk/openjdk11:alpine-jre
FROM adoptopenjdk/openjdk11:ubuntu-jre

RUN mkdir /tmp/envoy-control-dist /tmp/envoy-control /bin/envoy-control /etc/envoy-control /var/tmp/config
COPY --from=builder /home/gradle/src/envoy-control-runner/build/distributions/ /tmp/envoy-control-dist
Expand Down
1 change: 1 addition & 0 deletions tools/service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM mendhak/http-https-echo
USER root
RUN apk add --update \
curl \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 85d1771

Please sign in to comment.