Skip to content

Regular rebuilds of Docker Community's Redis containers, gosu removed, unprivileged

License

Notifications You must be signed in to change notification settings

Polarix-Containers/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Redis

Build 7, scan & push Build 6, scan & push

Features & usage

  • Built on the Docker Community's Alpine-based image, to be used as a drop-in replacement.
  • Unprivileged image: you should check your volumes' permissions (eg /data), default UID:GID is 991:1000.
  • Removes unnecessary gosu SUID binary.

Sample Docker Compose config

  redis:
    container_name: redis
    image: ghcr.io/polarix-containers/redis:7
    restart: unless-stopped
    volumes:
      - ./redis:/data:Z
    user: "991:1000"
    read_only: true
    security_opt:
      - "no-new-privileges=true"
    cap_drop:
      - ALL

Licensing

  • The code in this repository is licensed under the Apache license. 😇
  • The image is built on docker.io/redis, which is under the BSD license. Copyright to the base image belongs to Docker Inc.
  • Any image built by Polarix Containers is provided under the combination of license terms resulting from the use of individual packages.

About

Regular rebuilds of Docker Community's Redis containers, gosu removed, unprivileged

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages