Sign inSign up
clojure logo

clojure:tools-deps-1.12.6.1673-bullseye

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

sha256:f81e9859b470054e24479bd3717789a5d954201235efa133f6732f7ac3d54746

OS/ARCH

Compressed size

203.07 MB

Last pushed

14 days by doijanky

Type

Image

Vulnerabilities

0
0
0
3
2

Manifest digest

sha256:dfe88bee47899369747876d355bdc7c98eb7f527787b91dbb73f6de8dc230ce6

Layers (11)

debian:08404092a167d4b3fa91de7476c783ae322c340560025ed668a21f83a5496b36
0
0
0
2
2
clojure:tools-deps-1.12.6.1673-bullseye
0
0
0
3
0

1

ENV JAVA_HOME=/opt/java/openjdk

0 B


2

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

92.62 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

66.54 MB


7

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

613 B


8

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

397 B


9

ENTRYPOINT ["entrypoint"]

0 B


10

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

0 B