Skip to content

Commit

Permalink
[crate] Docker images updates - 2023-09-14-123939 (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Sep 19, 2023
1 parent d656920 commit 4250b3e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN groupadd crate \
#install crate
WORKDIR /crate

ENV CRATE_VERSION 5.2.8
ENV CRATE_VERSION 5.3.6
ARG CRATE_DIST=https://cdn.crate.io/downloads/releases/cratedb/x64_linux/crate-${CRATE_VERSION}.tar.gz

ADD $CRATE_DIST /tmp/
Expand Down Expand Up @@ -57,7 +57,7 @@ WORKDIR /data
# postgres protocol ports: 5432 tcp
EXPOSE 4200 4300 5432

ENV C2D_RELEASE 5.2.8
ENV C2D_RELEASE 5.3.6

COPY --chown=1000:0 config/crate.yml /crate/config/crate.yml
COPY --chown=1000:0 config/log4j2.properties /crate/config/log4j2.properties
Expand Down
4 changes: 2 additions & 2 deletions docker/crate/5/debian11/5.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN groupadd crate \
#install crate
WORKDIR /crate

ENV CRATE_VERSION 5.4.2
ENV CRATE_VERSION 5.4.3
ARG CRATE_DIST=https://cdn.crate.io/downloads/releases/cratedb/x64_linux/crate-${CRATE_VERSION}.tar.gz

ADD $CRATE_DIST /tmp/
Expand Down Expand Up @@ -57,7 +57,7 @@ WORKDIR /data
# postgres protocol ports: 5432 tcp
EXPOSE 4200 4300 5432

ENV C2D_RELEASE 5.4.2
ENV C2D_RELEASE 5.4.3

COPY --chown=1000:0 config/crate.yml /crate/config/crate.yml
COPY --chown=1000:0 config/log4j2.properties /crate/config/log4j2.properties
Expand Down
18 changes: 9 additions & 9 deletions docker/crate/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ versions:
crash:
version: 0.28.0
crate:
version: 5.4.2
version: 5.4.3
repo: crate5
tags:
- 5.4.2-debian11
- 5.4.3-debian11
- 5.4-debian11
- 5-debian11
- 5.4.2
- 5.4.3
- '5.4'
- '5'
- latest
- dir: 5/debian11/5.2
- dir: 5/debian11/5.3
from: marketplace.gcr.io/google/c2d-debian11
packages:
crash:
version: 0.28.0
crate:
version: 5.2.8
version: 5.3.6
repo: crate5
tags:
- 5.2.8-debian11
- 5.2-debian11
- 5.2.8
- '5.2'
- 5.3.6-debian11
- 5.3-debian11
- 5.3.6
- '5.3'

0 comments on commit 4250b3e

Please sign in to comment.