Skip to content

Commit

Permalink
chore: remaining images not on alpine yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 16, 2024
1 parent 29ddcb6 commit a18ebd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/redis/6.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
FROM redis:6.2.14-alpine3.20
FROM redis:6.2.14-alpine3.21

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand All @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
LABEL org.opencontainers.image.description="Redis 6 image optimised for running in Lagoon in production and locally"
LABEL org.opencontainers.image.title="uselagoon/redis-6"
LABEL org.opencontainers.image.base.name="docker.io/redis:6-alpine3.20"
LABEL org.opencontainers.image.base.name="docker.io/redis:6-alpine3.21"

ENV LAGOON=redis

Expand Down
4 changes: 2 additions & 2 deletions images/redis/7.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
FROM redis:7.2.5-alpine3.20
FROM redis:7.2.5-alpine3.21

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand All @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
LABEL org.opencontainers.image.description="Redis 7 image optimised for running in Lagoon in production and locally"
LABEL org.opencontainers.image.title="uselagoon/redis-7"
LABEL org.opencontainers.image.base.name="docker.io/redis:7-alpine3.20"
LABEL org.opencontainers.image.base.name="docker.io/redis:7-alpine3.21"

ENV LAGOON=redis

Expand Down
2 changes: 1 addition & 1 deletion images/valkey/8.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
FROM valkey/valkey:8.0.1-alpine3.20
FROM valkey/valkey:8.0.1-alpine3.21


ARG LAGOON_VERSION
Expand Down

0 comments on commit a18ebd8

Please sign in to comment.