Skip to content

Commit 1626015

Browse files
committed
fixup! Fix CI
1 parent 7a29b7b commit 1626015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
6162
COPY --chown=1000:0 config/log4j2.properties /crate/config/log4j2.properties
6263

6364
LABEL 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/" \

0 commit comments

Comments
 (0)