Skip to content

Commit 2bd9daa

Browse files
committed
Core now sets secrete_key_base early for all rails processes
See: ManageIQ/manageiq#23351 We no longer need to do the change in #545 because it is set in core for all rails processes in the new pull request above.
1 parent 139f1a4 commit 2bd9daa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi
22

33
ENV TERM=xterm \
44
APPLIANCE=true \
5-
RAILS_USE_MEMORY_STORE=true \
6-
SECRET_KEY_BASE_DUMMY=1
5+
RAILS_USE_MEMORY_STORE=true
76

87
# Force the sticky bit on /tmp - https://bugzilla.redhat.com/show_bug.cgi?id=2138434
98
RUN chmod +t /tmp

0 commit comments

Comments
 (0)