Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] docker update version error #4398

Closed
chenbihao opened this issue May 30, 2022 · 3 comments
Closed

[BUG] docker update version error #4398

chenbihao opened this issue May 30, 2022 · 3 comments
Labels
Docker Everything related to Docker

Comments

@chenbihao
Copy link

Describe the bug

An error occurred in upgrading from the old version to the new version:

1.18.1 -> latest

latest and edge error:

 Could not initialize random number generator

latest-alpine and edge-alpine error:

 Apache/2.4.53 (Unix) PHP/8.0.19 configured -- resuming normal operations
[Mon May 30 11:29:47.693460 2022] [core:notice] [pid 1] AH00094: Command line: 'httpd -D FOREGROUND'

To Reproduce
Steps to reproduce the behavior:

# Rebuild an image (see build section below) or get a new online version:
docker pull freshrss/freshrss
# And then
docker stop freshrss
docker rename freshrss freshrss_old
# See the run section above for the full command

docker run -d --restart unless-stopped --log-opt max-size=10m \
  -v ~/dockerFile/freshRSS/data:/var/www/FreshRSS/data \
  -v ~/dockerFile/freshRSS/extensions:/var/www/FreshRSS/extensions \
  -e 'CRON_MIN=4,34' \
  -e TZ=Asia/Shanghai \
  -p 1280:80 \
  --name freshrss freshrss/freshrss:latest

Expected behavior

everything is working

Screenshots
image
image

Environment information (please complete the following information):

CentOS Linux release 7.3.1611 (Core)

Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Jul 4 15:04:05 UTC 2017

Docker version 19.03.11, build 42e35e61f3

Additional context

@Alkarex
Copy link
Member

Alkarex commented May 30, 2022

Hello,
Do I understand correctly that the Alpine version is working but not the default (Debian) one?

@Alkarex Alkarex added the Docker Everything related to Docker label May 30, 2022
@Alkarex
Copy link
Member

Alkarex commented May 30, 2022

It seems to be a duplicate of #4162

@chenbihao
Copy link
Author

is working

I'm sorry, I read it wrong, it works normally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Everything related to Docker
Projects
None yet
Development

No branches or pull requests

2 participants