Skip to content

Commit

Permalink
Updated testdata docker base image to bookworm (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
itayporezky committed Aug 5, 2024
1 parent b83b626 commit ebf3076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/docker/artifactory/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Wrap jfrog-testing-infra in a contaner for the docker tests.
# We run a container with Artifactory since docker tests may need to spin up a contaner to build images inside.
FROM golang:bookworm

FROM golang:buster
RUN go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@latest

ENV JFROG_HOME=/jfrog_home
WORKDIR /jfrog_home

EXPOSE 8082
EXPOSE 8081

# Temporarily use version 7.84.17 due to an issue with the automatic token generation mechanism in 7.90
CMD ["sh","-c","local-rt-setup --rt-version 7.84.17; sleep infinity"]

0 comments on commit ebf3076

Please sign in to comment.