File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN groupadd crate \
2727 && gpg --batch --verify crate-6.2.0.tar.gz.asc crate-6.2.0.tar.gz \
2828 && rm -rf "$GNUPGHOME" crate-6.2.0.tar.gz.asc \
2929 && tar -xf crate-6.2.0.tar.gz -C /crate --strip-components=1 \
30+ && file /crate/jdk/bin/java \
3031 && rm crate-6.2.0.tar.gz
3132
3233# Install crash
@@ -61,7 +62,7 @@ COPY --chown=1000:0 config/crate.yml /crate/config/crate.yml
6162COPY --chown=1000:0 config/log4j2.properties /crate/config/log4j2.properties
6263
6364LABEL maintainer="Crate.io <office@crate.io>" \
64- org.opencontainers.image.created="2026-01-14T10:02:40.676067 " \
65+ org.opencontainers.image.created="2026-02-02T07:18:23.195789 " \
6566 org.opencontainers.image.title="crate" \
6667 org.opencontainers.image.description="CrateDB is a distributed SQL database that handles massive amounts of machine data in real-time." \
6768 org.opencontainers.image.url="https://crate.io/products/cratedb/" \
You can’t perform that action at this time.
0 commit comments