id string | dockerfile string | test_cmd list | expected_substring string | baseline_size int64 | baseline_build_s float64 | ecosystem string | source_url string | license string |
|---|---|---|---|---|---|---|---|---|
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM python:3.14-slim-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN pip install --no-cache-dir "hy == $HY_VERSION" "hyrule == $HYRULE_VERSION"
CMD ["hy"]
| [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 156,329,300 | 1.279561 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile-v0-e13c7d149535 | FROM python:3.14-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN apt-get update
RUN apt-get install -y build-essential gcc curl wget
RUN pip install setuptools wheel
RUN pip install "hy == $HY_VERSION"
RUN pip install "hyrule == $HYRULE_VERSION"
RUN apt-get install -y vim less
CMD hy | [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,220,969,657 | 22.868338 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile-v1-1b4481e22652 | FROM python:3.14-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN apt-get update
RUN apt-get install -y gcc g++ make curl wget git build-essential
RUN pip install setuptools wheel
RUN pip install "hy == $HY_VERSION"
RUN pip install "hyrule == $HYRULE_VERSION"
RUN apt-get install -y vim nano less
CMD hy | [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,223,764,299 | 18.230913 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile-v2-df52dd478413 | FROM python:3.14-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN apt-get update
RUN apt-get install -y build-essential gcc make curl wget
RUN pip install setuptools wheel
RUN pip install "hy == $HY_VERSION"
RUN pip install "hyrule == $HYRULE_VERSION"
RUN pip install ipython pytest black flake8
CMD hy | [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,229,659,560 | 22.651598 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile-v3-dc6f6b7b5f4d | FROM python:3.14-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN apt-get update
RUN apt-get install -y build-essential gcc curl wget git
RUN pip install setuptools wheel
RUN pip install "hy == $HY_VERSION"
RUN pip install "hyrule == $HYRULE_VERSION"
RUN apt-get install -y vim less procps
CMD hy | [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,220,969,664 | 17.726152 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile-v4-296803ec082e | FROM python:3.14-trixie
ENV HY_VERSION 1.2.0
ENV HYRULE_VERSION 1.0.1
RUN apt-get update
RUN apt-get install -y build-essential gcc make curl wget
RUN apt-get install -y vim nano less
RUN pip install setuptools wheel
RUN pip install "hy == $HY_VERSION"
RUN pip install "hyrule == $HYRULE_VERSION"
RUN apt-get install -... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('hy'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,306,280,238 | 28.158537 | unknown | https://raw.githubusercontent.com/hylang/docker-hylang/012f1733e2a35ff9ec22c28350f9779f22415a45/latest/python3.14-trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | FROM eclipse-temurin:21-jdk-noble
CMD ["groovysh"]
ENV GROOVY_HOME=/opt/groovy
RUN set -o errexit -o nounset \
&& echo "Renaming ubuntu user and group to groovy" \
&& groupmod --new-name groovy ubuntu \
&& mkdir /home/groovy \
&& usermod --login groovy --home /home/groovy --groups groovy ubuntu \
... | [
"java",
"-version"
] | openjdk | 519,141,570 | 0.593722 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile-v0-7bd56e098a88 | FROM eclipse-temurin:21-jdk-noble
ENV GROOVY_HOME=/opt/groovy
ENV GROOVY_VERSION=5.0.6
RUN groupmod --new-name groovy ubuntu
RUN mkdir /home/groovy
RUN usermod --login groovy --home /home/groovy --groups groovy ubuntu
RUN chown groovy /home/groovy
RUN mkdir --parents /home/groovy/.groovy/grapes
RUN chown --recursive ... | [
"java",
"-version"
] | openjdk | 1,124,695,383 | 58.1637 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile-v1-3b3878e84f27 | FROM eclipse-temurin:21-jdk-noble
ENV GROOVY_HOME=/opt/groovy
ENV GROOVY_VERSION=5.0.6
ENV JAVA_OPTS=""
RUN apt-get update
RUN apt-get install -y curl wget unzip gnupg dirmngr vim nano less procps net-tools
RUN groupmod --new-name groovy ubuntu
RUN mkdir /home/groovy
RUN usermod --login groovy --home /home/groovy --... | [
"java",
"-version"
] | openjdk | 729,748,548 | 42.641197 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile-v2-e085459e6678 | FROM eclipse-temurin:21-jdk-noble
ENV GROOVY_HOME=/opt/groovy
ENV GROOVY_VERSION=5.0.6
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
ENV DEBIAN_FRONTEND=noninteractive
RUN groupmod --new-name groovy ubuntu
RUN mkdir /home/groovy
RUN usermod --login groovy --home /home/groovy --groups groovy ubuntu
RUN chown groovy /h... | [
"java",
"-version"
] | openjdk | 1,146,675,036 | 47.032965 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile-v3-8ec58deaf191 | FROM eclipse-temurin:21-jdk-noble
ENV GROOVY_HOME=/opt/groovy
ENV GROOVY_VERSION=5.0.6
ENV JAVA_OPTS=""
RUN apt-get update
RUN apt-get install -y dirmngr gnupg unzip wget curl vim less
RUN groupmod --new-name groovy ubuntu
RUN mkdir /home/groovy
RUN usermod --login groovy --home /home/groovy --groups groovy ubuntu
R... | [
"java",
"-version"
] | openjdk | 1,001,413,590 | 39.928839 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile-v4-ac89c25f2e81 | FROM eclipse-temurin:21-jdk-noble
ENV GROOVY_HOME=/opt/groovy
ENV GROOVY_VERSION=5.0.6
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
RUN apt-get update
RUN apt-get install -y \
dirmngr \
gnupg \
unzip \
wget \
curl \
vim \
less \
locales \
... | [
"java",
"-version"
] | openjdk | 1,302,526,127 | 39.205475 | unknown | https://raw.githubusercontent.com/groovy/docker-groovy/1976de9d9ffa655b1ad1180b873a5d25a9d4d5a0/groovy-5/jdk21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | FROM eclipse-temurin:21-jre-noble
RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN mkdir /opt/jruby \
&& curl -fSL https://repo1.maven.org/ma... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 444,948,194 | 0.474129 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile-v0-9b66105c0ea6 | FROM eclipse-temurin:21-jdk-noble
RUN apt-get update
RUN apt-get install -y libc6-dev
RUN apt-get install -y make
RUN apt-get install -y curl wget git build-essential
RUN apt-get install -y vim nano less
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN ... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 1,104,235,660 | 46.278529 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile-v1-676cf6fc9792 | FROM eclipse-temurin:21-jdk-noble
RUN apt-get update
RUN apt-get install -y libc6-dev
RUN apt-get install -y make
RUN apt-get install -y curl wget git build-essential
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN mkdir /opt/jruby
RUN curl -fSL https... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 1,003,300,502 | 23.01106 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile-v2-a695eff803e1 | FROM eclipse-temurin:21-jdk-noble
RUN apt-get update
RUN apt-get install -y libc6-dev
RUN apt-get install -y make
RUN apt-get install -y curl wget git
RUN apt-get install -y build-essential
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN mkdir /opt/jru... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 1,004,949,651 | 33.86264 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile-v3-b8065bda0418 | FROM eclipse-temurin:21-jdk-noble
RUN apt-get update
RUN apt-get install -y libc6-dev
RUN apt-get install -y make
RUN apt-get install -y curl wget git build-essential
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN mkdir /opt/jruby
RUN curl -fSL https... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 1,003,366,038 | 18.363094 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile-v4-9d905aa8535b | FROM eclipse-temurin:21-jdk-noble
RUN apt-get update
RUN apt-get install -y libc6-dev
RUN apt-get install -y make
RUN apt-get install -y wget curl git build-essential
ENV JRUBY_VERSION=10.1.0.0
ENV JRUBY_SHA256=9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac
RUN mkdir /opt/jruby
RUN curl -fSL https:... | [
"ruby",
"-e",
"require 'net-telnet'; puts 'RUBYOK', RUBY_VERSION"
] | RUBYOK | 1,003,366,038 | 35.511017 | unknown | https://raw.githubusercontent.com/jruby/docker-jruby/ee8acd419c91ed13934b562d6cd0fb685ffd2b19/10.1/jre21/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | # Set the base image
FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
# Add gpg, which is missing in the eclipse-temurin image
RUN apt-get -y update \
&& apt-get -y install gnupg \
&& rm -rf /var/lib/apt/lists/*
# Import Lighstreamer's pu... | [
"java",
"-version"
] | openjdk | 414,731,130 | 0.522321 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile-v0-59f4933c4da8 | FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
RUN apt-get -y update
RUN apt-get -y install gnupg curl wget vim
RUN apt-get -y install build-essential
RUN rm -rf /var/lib/apt/lists/*
RUN gpg --batch --keyserver hkp://keyserver.ubuntu.com --recv-keys 9B... | [
"java",
"-version"
] | openjdk | 1,004,123,088 | 31.1644 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile-v1-9c4bc282c29d | FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
RUN apt-get -y update
RUN apt-get -y install gnupg curl wget vim htop procps
RUN apt-get -y install net-tools dnsutils
RUN gpg --batch --keyserver hkp://keyserver.ubuntu.com --recv-keys 9B90BFD14309C7DA5EF... | [
"java",
"-version"
] | openjdk | 573,887,385 | 12.155707 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile-v2-852903bb150b | FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
RUN apt-get update
RUN apt-get -y install gnupg curl wget vim less procps net-tools
RUN apt-get -y install build-essential
RUN rm -rf /var/lib/apt/lists/*
RUN gpg --batch --keyserver hkp://keyserver.ubuntu... | [
"java",
"-version"
] | openjdk | 882,786,499 | 33.780799 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile-v3-31e5aa8718bd | FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
RUN apt-get -y update
RUN apt-get -y install gnupg curl wget vim less procps
RUN apt-get -y install net-tools iputils-ping
RUN rm -rf /var/lib/apt/lists/*
RUN gpg --batch --keyserver hkp://keyserver.ubuntu... | [
"java",
"-version"
] | openjdk | 566,229,960 | 22.685077 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile-v4-f0666d6348ac | FROM eclipse-temurin:8-jdk
LABEL maintainer="Lightstreamer Server Development Team <support@lightstreamer.com>"
RUN apt-get update
RUN apt-get -y install gnupg
RUN apt-get -y install curl wget vim procps
RUN rm -rf /var/lib/apt/lists/*
RUN gpg --batch --keyserver hkp://keyserver.ubuntu.com --recv-keys 9B90BFD14309C7... | [
"java",
"-version"
] | openjdk | 563,017,185 | 11.006935 | unknown | https://raw.githubusercontent.com/Lightstreamer/Docker/b6c4a87af3e78b53887f311bdf2404f4f9956796/6.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | ############################################################
# Dockerfile to run an OrientDB (Graph) Container
############################################################
FROM eclipse-temurin:8-jdk
MAINTAINER OrientDB LTD (info@orientdb.com)
# Override the orientdb download location with e.g.:
# docker build -t m... | [
"java",
"-version"
] | openjdk | 435,432,153 | 0.475644 | unknown | https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | best-effort |
https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile-v0-7551efc8f30d | ############################################################
# Dockerfile to run an OrientDB (Graph) Container
############################################################
FROM eclipse-temurin:8-jdk
MAINTAINER OrientDB LTD (info@orientdb.com)
ARG ORIENTDB_DOWNLOAD_SERVER
ENV ORIENTDB_VERSION 3.2.52
ENV ORIENTDB_DOW... | [
"java",
"-version"
] | openjdk | 771,688,911 | 14.584078 | unknown | https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | best-effort |
https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile-v1-efe43b6cad8a | ############################################################
# Dockerfile to run an OrientDB (Graph) Container
############################################################
FROM eclipse-temurin:8-jdk
MAINTAINER OrientDB LTD (info@orientdb.com)
ARG ORIENTDB_DOWNLOAD_SERVER
ENV ORIENTDB_VERSION 3.2.52
ENV ORIENTDB_DOW... | [
"java",
"-version"
] | openjdk | 1,083,009,960 | 26.374767 | unknown | https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | best-effort |
https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile-v2-d0a8a71d2ebf | ############################################################
# Dockerfile to run an OrientDB (Graph) Container
############################################################
FROM eclipse-temurin:8-jdk
MAINTAINER OrientDB LTD (info@orientdb.com)
ARG ORIENTDB_DOWNLOAD_SERVER
ENV ORIENTDB_VERSION 3.2.52
ENV ORIENTDB_DOW... | [
"java",
"-version"
] | openjdk | 1,144,037,322 | 34.619529 | unknown | https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | best-effort |
https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile-v3-fa1d7f0251f6 | ############################################################
# Dockerfile to run an OrientDB (Graph) Container
############################################################
FROM eclipse-temurin:8-jdk
MAINTAINER OrientDB LTD (info@orientdb.com)
ARG ORIENTDB_DOWNLOAD_SERVER
ENV ORIENTDB_VERSION 3.2.52
ENV ORIENTDB_DOW... | [
"java",
"-version"
] | openjdk | 1,144,478,901 | 30.893544 | unknown | https://raw.githubusercontent.com/orientechnologies/orientdb-docker/db1197c4da27f2b7d351c1e76b568767ce7decda/release/3.2.x/3.2.52/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:trixie
# runtime dependencies
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
tcl \
tk \
; \
rm -rf /var/lib/apt/lists/*
# http://bugs.python.org/issue19846... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,166,584,040 | 1.307921 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile-v0-8910bafb8356 | #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:trixie
RUN apt-get update
RUN apt-get install -y \
tcl \
tk \
curl \
wget \
build-essential \
libssl-dev \
zlib1g-dev \
libbz2-dev \
libreadline-dev \
libsqlite3-dev \
libnc... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,340,479,198 | 41.773343 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile-v1-d573f24522df | FROM buildpack-deps:trixie
RUN apt-get update
RUN apt-get install -y tcl tk curl wget build-essential git vim nano less
RUN apt-get install -y libfontconfig1 libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev
ENV LANG C.UTF-8
ENV PATH /opt/pypy/bin:$PATH
ENV PYPY_VERSION 7.3.22
RUN dpkgArch="$(dpkg --pr... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,299,945,976 | 34.239888 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile-v2-3dde5ea48d0a | FROM buildpack-deps:trixie
RUN apt-get update
RUN apt-get install -y \
tcl \
tk \
curl \
wget \
vim \
build-essential \
git \
pkg-config \
libssl-dev \
libffi-dev
RUN apt-get install -y libfontconfig1
ENV LANG C.UTF-8
ENV PATH /opt/pypy/bin:$PATH
ENV PYPY_VERSION 7.3.22
RU... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,298,850,221 | 43.666142 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile-v3-e7abbbc81e16 | FROM buildpack-deps:trixie
RUN apt-get update
RUN apt-get install -y tcl tk curl wget vim htop build-essential
RUN apt-get install -y python3 python3-pip python3-dev
RUN apt-get install -y libssl-dev libffi-dev libgdbm-dev
ENV LANG C.UTF-8
ENV PATH /opt/pypy/bin:$PATH
ENV PYPY_VERSION 7.3.22
RUN dpkgArch="$(dpkg --p... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,349,962,275 | 33.968181 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile-v4-e96ba35bd32a | FROM buildpack-deps:trixie
RUN apt-get update
RUN apt-get install -y tcl tk curl vim wget less file
RUN apt-get install -y build-essential gcc g++ make
RUN apt-get install -y libfontconfig1 libssl-dev zlib1g-dev
RUN apt-get install -y python3 python3-pip python3-dev
ENV LANG C.UTF-8
ENV PATH /opt/pypy/bin:$PATH
ENV P... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('wheel'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,351,925,487 | 40.162057 | python | https://raw.githubusercontent.com/docker-library/pypy/84c50d19b0b942ef6e6287d868531acc20ffe61e/3.11/trixie/Dockerfile | best-effort |
https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile | FROM alpine:3.9
LABEL maintainer="Matthew Barker, security is my responsibiity!"
# update and upgrade packages in alpine
RUN apk update && apk upgrade
# install node
RUN apk add --update nodejs npm
RUN npm install -g tough-cookie
# Create a group and user and make it the default user for the container
RUN addgroup... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 63,212,473 | 1.829371 | alpine | https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile | null |
https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile-v1-99d8326ee427 | FROM node:18
LABEL maintainer="Matthew Barker, security is my responsibiity!"
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y curl wget git build-essential
RUN npm install -g tough-cookie
RUN npm install -g nodemon
RUN npm install -g eslint
RUN groupadd appgroup && useradd -g appgroup appuser
USER ... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,608,741,973 | 10.591154 | alpine | https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile | null |
https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile-v2-8642de0ff0f4 | FROM node:18
LABEL maintainer="Matthew Barker, security is my responsibiity!"
RUN apt-get update
RUN apt-get install -y curl wget git build-essential
RUN apt-get install -y vim nano less
RUN npm install -g tough-cookie
RUN npm install -g nodemon eslint prettier
RUN groupadd -r appgroup && useradd -r -g appgroup appus... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,259,819,584 | 14.212727 | alpine | https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile | null |
https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile-v4-a4d95b46d355 | FROM node:18
LABEL maintainer="Matthew Barker, security is my responsibiity!"
RUN apt-get update
RUN apt-get install -y curl wget git build-essential
RUN apt-get install -y vim nano less
RUN npm install -g tough-cookie
RUN npm install -g nodemon eslint prettier
RUN apt-get install -y python3 python3-pip
RUN groupadd ... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,351,757,813 | 6.891949 | alpine | https://github.com/irvin-s/docker_repair/blob/6e3d43423b58a2631ff6850f64b11226f081bb4b/binacle_data/sources/263011568.Dockerfile | null |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | FROM eclipse-temurin:25-jre-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN mkdir -p /usr/local/tomee ~/.gnupg
WORKDIR /usr/local/tomee
RUN apt-get update \
&& apt-get install -y --no-install-recommends gpg dirmngr gpg-agent curl \
&& rm -rf /var/lib/apt/lists/*
RUN set -xe; \
for key in \
# Matt Hogstrom <ho... | [
"java",
"-version"
] | openjdk | 429,000,003 | 0.578675 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile-v0-f139ac51e2ec | FROM eclipse-temurin:25-jdk-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN apt-get update
RUN apt-get install -y gpg dirmngr gpg-agent curl wget vim less procps net-tools
RUN mkdir -p /usr/local/tomee
RUN mkdir -p ~/.gnupg
WORKDIR /usr/local/tomee
RUN set -xe; \
for key in \
9056B710F1E332780DE7AF34CBAEBE39A46C4... | [
"java",
"-version"
] | openjdk | 815,889,500 | 23.908766 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile-v1-ab83786f3161 | FROM eclipse-temurin:25-jdk-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN apt-get update
RUN apt-get install -y gpg dirmngr gpg-agent curl wget vim less procps net-tools
RUN mkdir -p /usr/local/tomee ~/.gnupg
WORKDIR /usr/local/tomee
RUN set -xe; \
for key in \
9056B710F1E332780DE7AF34CBAEBE39A46C4CA1 \
F067B... | [
"java",
"-version"
] | openjdk | 815,889,500 | 15.724975 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile-v2-38cba2fe4b29 | FROM eclipse-temurin:25-jdk-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN mkdir -p /usr/local/tomee
RUN mkdir -p ~/.gnupg
WORKDIR /usr/local/tomee
RUN apt-get update
RUN apt-get install -y gpg dirmngr gpg-agent curl wget vim less procps net-tools
RUN apt-get install -y build-essential
RUN set -xe; \
for key in \
... | [
"java",
"-version"
] | openjdk | 1,090,086,439 | 48.288365 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile-v3-30e0644a8c81 | FROM eclipse-temurin:25-jdk-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN apt-get update
RUN apt-get install -y gpg dirmngr gpg-agent curl wget unzip maven ant build-essential
RUN mkdir -p /usr/local/tomee ~/.gnupg
RUN mkdir -p /tmp/build-cache
WORKDIR /usr/local/tomee
RUN set -xe; \
for key in \
9056B710F1E332... | [
"java",
"-version"
] | openjdk | 1,299,746,318 | 43.644721 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile-v4-500f1b8cf599 | FROM eclipse-temurin:25-jdk-noble
ENV PATH=/usr/local/tomee/bin:$PATH
RUN mkdir -p /usr/local/tomee
RUN mkdir -p ~/.gnupg
WORKDIR /usr/local/tomee
RUN apt-get update
RUN apt-get install -y gpg dirmngr gpg-agent curl wget vim less procps net-tools
RUN apt-get install -y build-essential gcc make
RUN apt-get install -y... | [
"java",
"-version"
] | openjdk | 1,114,211,991 | 27.806079 | unknown | https://raw.githubusercontent.com/tomitribe/docker-tomee/6b185f5475b7b3a0a3d51b86a1d2599dcf415a5c/TomEE-10.1/jre25/Temurin/ubuntu/microprofile/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME
# let "Tomcat Native" live somewhere isolated
ENV TOMCAT_N... | [
"java",
"-version"
] | openjdk | 445,246,016 | 0.620016 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile-v0-f0593a932530 | FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME
ENV TOMCAT_NATIVE_LIBDIR $CATALINA_HOME/native-jni-lib
ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
ENV TOMCAT_MAJOR 11
ENV TO... | [
"java",
"-version"
] | openjdk | 901,499,860 | 28.039325 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile-v1-34966de557f8 | FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME
ENV TOMCAT_NATIVE_LIBDIR $CATALINA_HOME/native-jni-lib
ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
ENV TOMCAT_MAJOR 11
ENV TO... | [
"java",
"-version"
] | openjdk | 903,461,869 | 29.813484 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile-v2-638c9955481e | FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME
ENV TOMCAT_NATIVE_LIBDIR $CATALINA_HOME/native-jni-lib
ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
ENV TOMCAT_MAJOR 11
ENV TO... | [
"java",
"-version"
] | openjdk | 940,278,219 | 29.776093 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile-v3-0fa9237e206f | FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN apt-get update
RUN apt-get install -y ca-certificates curl gnupg wget vim less procps net-tools
RUN mkdir -p "$CATALINA_HOME"
WORKDIR $CATALINA_HOME
ENV TOMCAT_NATIVE_LIBDIR $CATALINA_HOME/native-jni-lib
ENV... | [
"java",
"-version"
] | openjdk | 941,658,392 | 38.450969 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile-v4-3d3459817dd8 | #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM eclipse-temurin:25-jdk-noble
ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
RUN apt-get update
RUN apt-get install -y wget curl gnupg ca-certificates build-essential git vim nano less pro... | [
"java",
"-version"
] | openjdk | 951,735,132 | 30.035254 | unknown | https://raw.githubusercontent.com/docker-library/tomcat/2be52abb3101e3e36a31cce78cd188fba3373de8/11.0/jdk25/temurin-noble/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 758,845,242 | 0.478238 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile-v0-5e9d2c23d716 | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 1,357,204,288 | 94.841459 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile-v1-00eb3737d61d | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 1,264,103,198 | 76.014416 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile-v2-6cb8114fee21 | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 1,276,664,755 | 111.061389 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile-v3-78856b82801b | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 1,273,274,502 | 74.477052 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile-v4-e17cfff33531 | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | [
"java",
"-version"
] | openjdk | 1,340,590,933 | 81.279929 | unknown | https://raw.githubusercontent.com/apache/solr-docker/884b2e6692174ea09cdb5183b8dd585760b5e9fb/10.0/Dockerfile | best-effort |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | FROM node:20-bookworm
# Install system dependencies
RUN apt-get update && apt-get install -y \
git \
curl \
vim \
jq \
&& rm -rf /var/lib/apt/lists/*
# Install Gemini CLI and Claude Code CLI globally
RUN npm install -g @google/gemini-cli @anthropic-ai/claude-code
# Create working directories
RUN ... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,701,391,933 | 60.200141 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile-v0-e326397606bd | FROM node:20-bookworm
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y vim
RUN apt-get install -y jq
RUN apt-get install -y build-essential
RUN apt-get install -y wget
RUN apt-get install -y unzip
RUN npm install -g @google/gemini-cli
RUN npm install -g @anthrop... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,726,665,761 | 24.325951 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile-v1-1b6fcbbb114f | FROM node:20-bookworm
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y vim
RUN apt-get install -y jq
RUN apt-get install -y build-essential python3 python3-pip make g++
RUN npm install -g @google/gemini-cli
RUN npm install -g @anthropic-ai/claude-code
RUN npm ins... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,871,753,456 | 31.568105 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile-v2-da4edea0f968 | FROM node:20-bookworm
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y vim
RUN apt-get install -y jq
RUN apt-get install -y build-essential
RUN apt-get install -y python3
RUN apt-get install -y wget
RUN npm install -g @google/gemini-cli
RUN npm install -g @anthr... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,775,923,956 | 18.600333 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile-v3-88d63ea4149d | FROM node:20-bookworm
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y vim
RUN apt-get install -y jq
RUN apt-get install -y build-essential python3 make g++
RUN npm install -g npm@latest
RUN npm install -g @google/gemini-cli
RUN npm install -g @anthropic-ai/claud... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,774,568,566 | 24.022747 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile-v4-48d525c6acad | FROM node:20-bookworm
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y vim
RUN apt-get install -y jq
RUN apt-get install -y build-essential
RUN apt-get install -y python3 python3-pip
RUN apt-get install -y wget
RUN npm install -g @google/gemini-cli
RUN npm insta... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,867,839,509 | 23.017809 | node | https://github.com/RyosukeMondo/dev-env/blob/9dc9688376a498beb825dacdc73cb1e6439fe530/Dockerfile | null |
https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile | FROM node:20.9
# Install basic development tools
RUN apt update && apt install -y less git
# [Optional] Install any global packages you need
RUN npm install -g npm@10.3.0
# Ensure default `node` user has access to `npm global`
RUN mkdir -p /home/node/.npm-global && \
chown -R node:node /home/node/.npm-global
# ... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,182,313,515 | 36.584218 | node | https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile | null |
https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile-v1-305d979afdf6 | FROM node:20.9-bullseye
# Install basic development tools and extra unnecessary packages
RUN apt-get update
RUN apt-get install -y less
RUN apt-get install -y git
RUN apt-get install -y curl wget vim build-essential python3 make g++
# Update npm globally
RUN npm install -g npm@10.3.0
RUN npm cache clean --force
# Cr... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,110,061,226 | 13.208968 | node | https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile | null |
https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile-v3-736923b3d9e8 | FROM node:20.9
# Install development tools and extras
RUN apt-get update
RUN apt-get install -y less
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y wget
RUN apt-get install -y vim
RUN apt-get install -y build-essential
RUN apt-get install -y python3
# Update npm globally
RUN npm install... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,281,083,024 | 44.542824 | node | https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile | null |
https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile-v4-a08591ec01ac | FROM node:20.9
# Install basic development tools
RUN apt-get update
RUN apt-get install -y less
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y wget
RUN apt-get install -y vim
RUN apt-get install -y build-essential
RUN apt-get install -y python3
RUN apt-get install -y make
RUN apt-get ins... | [
"node",
"-e",
"console.log('ok',process.version)"
] | ok | 1,240,531,952 | 7.850783 | node | https://github.com/jieleek/bashrc/blob/c83c54ac0eccf5c1df040589896bc2c34415f559/ui/.devcontainer/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | #-----------------------------
# Docker イメージのベースイメージ
#-----------------------------
FROM python:3.8-slim
#FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
#-----------------------------
# 基本ライブラリのインストール
#-----------------------------
# インストール時のキー入力待ちをなくす環境変数
ENV DEBIAN_FRONTEND noninteractive
RUN set -x && apt-get up... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 460,511,095 | 0.775748 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile-v0-c722f0fdef20 | FROM python:3.8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y \
sudo \
git \
curl \
wget \
bzip2 \
ca-certificates \
libx11-6 \
python3-pip \
imagemagick \
build-essential \
gcc \
g++ \
make \
vim \
less
RUN apt-get install -y... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,378,772,648 | 66.973369 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile-v1-00b858db148a | FROM python:3.8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y \
sudo \
git \
curl \
wget \
bzip2 \
ca-certificates \
libx11-6 \
python3-pip \
imagemagick \
build-essential \
gcc \
g++ \
make \
vim \
less \
procps
RUN apt-g... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,414,156,536 | 48.235708 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile-v2-d3dcf4ba7506 | FROM python:3.8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y \
sudo \
git \
curl \
wget \
bzip2 \
ca-certificates \
libx11-6 \
python3-pip \
imagemagick \
build-essential \
gcc \
g++ \
make \
cmake \
pkg-config \
vim \
... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,652,323,498 | 77.092805 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile-v3-7fae208dd7d9 | FROM python:3.8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y \
sudo \
git \
curl \
wget \
bzip2 \
ca-certificates \
libx11-6 \
python3-pip \
imagemagick \
build-essential \
gcc \
g++ \
make \
vim \
less \
procps
RUN apt-g... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,378,666,448 | 16.217152 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile-v4-4639c9c3de7e | FROM python:3.8
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y \
sudo \
git \
curl \
wget \
bzip2 \
ca-certificates \
libx11-6 \
python3-pip \
imagemagick \
build-essential \
gcc \
g++ \
make \
vim \
nano \
htop \
procps... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,397,790,225 | 45.685921 | python | https://github.com/Yagami360/ai-product-dev-tips/blob/24c3b5dcb25a3331818bf1d4517cd94443536fa9/ml_ops/37/batch/Dockerfile | null |
https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | FROM postgres
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv libpq-dev
# Create a virtual environment and install psycopg2-binary in it
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN /opt/venv/bin/python3 -m pip install --upgrade pip
RUN /opt/venv/bin/python3 -m pip insta... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,046,090,641 | 2.625003 | python | https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | null |
https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile-v0-39b674596ddb | FROM postgres:latest
RUN apt-get update
RUN apt-get install -y python3 python3-pip python3-venv libpq-dev build-essential gcc g++ make curl wget git
RUN apt-get install -y python3-dev python3-setuptools python3-wheel
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN /opt/venv/bin/python3 -m pip insta... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,137,993,509 | 57.86005 | python | https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | null |
https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile-v1-a35d4ff22cda | FROM postgres:latest
RUN apt-get update
RUN apt-get install -y python3 python3-pip python3-venv libpq-dev build-essential gcc g++ make curl wget git
RUN apt-get install -y python3-dev libssl-dev libffi-dev
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN /opt/venv/bin/pip install --upgrade pip setup... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,127,597,553 | 10.344618 | python | https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | null |
https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile-v3-d55650aa92ef | FROM postgres:latest
RUN apt-get update
RUN apt-get install -y python3 python3-pip python3-venv libpq-dev build-essential gcc g++ make curl wget git vim nano
RUN apt-get install -y python3-dev python3-setuptools python3-wheel
RUN apt-get clean
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN /opt/ve... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,184,971,874 | 55.328031 | python | https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | null |
https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile-v4-da061e770026 | FROM postgres:latest
RUN apt-get update
RUN apt-get install -y python3 python3-pip python3-venv libpq-dev build-essential gcc g++ make curl wget git vim less
RUN apt-get install -y python3-dev python3-setuptools python3-wheel
RUN apt-get clean
RUN python3 -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN /opt/ve... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,182,453,660 | 67.730302 | python | https://github.com/tneto/Fishy-Auto/blob/5a035f48c69a646774f6e2dd9edd180e55359c00/Old%20Stuff/Dockerfile | null |
https://github.com/apenella/go-ansible/blob/e102eeabee13621f4dc0590db7f5a0a6ee98b6aa/examples/ansibleplaybook-docker-execution/docker/ansible/Dockerfile | FROM python:3.14-alpine3.23
# Create a non-root user and group (ansible)
RUN addgroup -S ansible \
&& adduser -S ansible -G ansible \
&& mkdir -p /home/ansible/.ansible \
&& chown -R ansible:ansible /home/ansible
# Install required packages
RUN apk add --update --no-cache \
openssh-client \
... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 521,957,409 | 131.246587 | python | https://github.com/apenella/go-ansible/blob/e102eeabee13621f4dc0590db7f5a0a6ee98b6aa/examples/ansibleplaybook-docker-execution/docker/ansible/Dockerfile | null |
https://github.com/apenella/go-ansible/blob/e102eeabee13621f4dc0590db7f5a0a6ee98b6aa/examples/ansibleplaybook-docker-execution/docker/ansible/Dockerfile-v0-e51166c98317 | FROM python:3.14
# Install system dependencies
RUN apt-get update
RUN apt-get install -y openssh-client git curl wget build-essential
RUN apt-get install -y libssl-dev libffi-dev python3-dev gcc make
RUN apt-get install -y sudo vim less procps
# Create a non-root user and group (ansible)
RUN groupadd -r ansible
RUN u... | [
"python",
"-c",
"import sys,importlib; importlib.import_module('pip'); print('PYOK', sys.version_info[0])"
] | PYOK | 1,781,226,051 | 64.974402 | python | https://github.com/apenella/go-ansible/blob/e102eeabee13621f4dc0590db7f5a0a6ee98b6aa/examples/ansibleplaybook-docker-execution/docker/ansible/Dockerfile | null |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 77