Skip to content

Commit

Permalink
Fix azure-fixture & s3-fixture Docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Dec 27, 2024
1 parent 2bd2256 commit a0e043b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/azure-fixture/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:22.04
RUN apt-get update -qqy
RUN apt-get install -qqy openjdk-11-jre-headless
RUN apt-get install -qqy openjdk-21-jre-headless
ENTRYPOINT exec java -classpath "/fixture/shared/*" fixture.azure.AzureHttpFixture 0.0.0.0 8091 container
EXPOSE 8091
4 changes: 2 additions & 2 deletions test/fixtures/s3-fixture/Dockerfile.eks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

RUN apt-get update -qqy
RUN apt-get install -qqy openjdk-11-jre-headless
RUN apt-get install -qqy openjdk-21-jre-headless

ARG fixtureClass
ARG port
Expand Down

0 comments on commit a0e043b

Please sign in to comment.