Skip to content

After update tonight redis latest image crashes #36544

Description

@canedje

Name and Version

bitnami/resis:latest

What steps will reproduce the bug?

I updated the redis container
redis is starting but stops after a while:
succeessfully removed container 'redis'

Command execution

docker run
  -d
  --name='redis'
  --net='ewhnet'
  --pids-limit 2048
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower2"
  -e HOST_CONTAINERNAME="redis"
  -e 'ALLOW_EMPTY_PASSWORD'='no'
  -e 'REDIS_EXTRA_FLAGS'='--auto-aof-rewrite-percentage 100
  --auto-aof-rewrite-min-size 64mb'
  -e 'REDIS_PASSWORD'='xxxxx'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png'
  -p '6379:6379/tcp'
  -v '/mnt/user/appdata/redis':'/bitnami/redis':'rw' 'bitnami/redis:latest'
464a236e439c378f1eac392bce58f58dacc75ddee0b36ed0a363f498a8990cd3

The command finished successfully!

but log says:

|redis 19:13:41.45 INFO  ==> 
redis 19:13:41.45 INFO  ==> Welcome to the Bitnami redis container
redis 19:13:41.45 INFO  ==> 
redis 19:13:41.46 INFO  ==> ** Starting Redis setup **
redis 19:13:41.47 INFO  ==> Initializing Redis
redis 19:13:41.48 INFO  ==> Setting Redis config file
chmod: changing permissions of '/opt/bitnami/redis/etc/redis.conf': Operation not permitted

** Press ANY KEY to close this window ** 

Metadata

Metadata

Assignees

Labels

solvedtech-issuesThe user has a technical issue about an application

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions