Skip to content

Commit

Permalink
Core now sets secrete_key_base early for all rails processes
Browse files Browse the repository at this point in the history
See: ManageIQ/manageiq#23351

We no longer need to do the change in ManageIQ#545 because it is set in core
for all rails processes in the new pull request above.
  • Loading branch information
jrafanie committed Feb 24, 2025
1 parent 139f1a4 commit 2bd9daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi

ENV TERM=xterm \
APPLIANCE=true \
RAILS_USE_MEMORY_STORE=true \
SECRET_KEY_BASE_DUMMY=1
RAILS_USE_MEMORY_STORE=true

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

0 comments on commit 2bd9daa

Please sign in to comment.