Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include $(ROOT)/deps/readies/mk/main

REPO=rejson

REDIS_VERSION=7
REDIS_VERSION=7.2-rc2

OSNICK.official=bullseye

Expand Down
2 changes: 0 additions & 2 deletions build/docker/dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

#----------------------------------------------------------------------------------------------
# FROM redisfab/redis:{{REDIS_VERSION}}-{{ARCH}}-{{OSNICK}} AS redis
FROM {{OS}} AS builder

RUN if [ -f /root/.profile ]; then sed -ie 's/mesg n/tty -s \&\& mesg -n/g' /root/.profile; fi
Expand All @@ -9,7 +8,6 @@ SHELL ["/bin/bash", "-l", "-c"]
RUN echo "Building for {{OSNICK}} ({{OS}}) for {{ARCH}} [with Redis {{REDIS_VERSION}}]"

WORKDIR /build
# COPY --from=redis /usr/local/ /usr/local/

ADD . /build

Expand Down