Sign inSign up
clojure logo

clojure:tools-deps-trixie-slim

Multi-platform
Also known as:
temurin-25-tools-deps-1.12.6.1673-trixie-slim
temurin-25-tools-deps-trixie-slim
temurin-25-trixie-slim
tools-deps-1.12.6.1673-trixie-slim
Languages & frameworks
Index digest

sha256:34556f45124d3c9b032ed5d3c994e23dd2dc7db85fd338caba4b600d196fba12

OS/ARCH

Compressed size

181.71 MB

Last pushed

about 7 hours by doijanky

Type

Image

Vulnerabilities

0
1
1
61
0

Manifest digest

sha256:7d290babd8a45e5ce7a827401ec9eedbbfd32f00c85241a258d67a92d2561c20

Layers (11)

debian:ceebb2f665cc7bded6f8f5ed8f45680a6a2bb4e30d1780e764137cfcb51273da
0
1
1
42
0
clojure:tools-deps-trixie-slim
0
0
0
39
0

1

ENV JAVA_HOME=/opt/java/openjdk

0 B


2

COPY /opt/java/openjdk /opt/java/openjdk # buildkit

91.53 MB


3

ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 B


4

ENV CLOJURE_VERSION=1.12.6.1673

0 B


5

WORKDIR /tmp

32 B


6

RUN /bin/sh -c apt-get update && apt-get install -y curl make git rlwrap && rm -rf /var/lib/apt/lists/* && curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && sha256sum linux-install-$CLOJURE_VERSION.sh && echo "5ae63b082ed33bf4c29bf1a8317c5c15249d1bc753676b2f5177fb3804ad6f77 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && chmod +x linux-install-$CLOJURE_VERSION.sh && ./linux-install-$CLOJURE_VERSION.sh && rm linux-install-$CLOJURE_VERSION.sh && clojure -e "(clojure-version)" && apt-get purge -y --auto-remove curl # buildkit

68.81 MB


7

COPY rlwrap.retry /usr/local/bin/rlwrap # buildkit

613 B


8

COPY entrypoint /usr/local/bin/entrypoint # buildkit

396 B


9

ENTRYPOINT ["entrypoint"]

0 B


10

CMD ["-M" "--repl"]

0 B