Skip to content

Regular rebuilds of upstream containers, unprivileged

License

Notifications You must be signed in to change notification settings

Polarix-Containers/valkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Valkey

Build 8, scan & push Build 7, scan & push

Features & usage

  • Built on the official image, to be used as a drop-in replacement.
  • Unprivileged image: you should check your volumes' permissions (eg /data), default UID/GID 200010.

Sample Docker Compose config

  valkey:
    container_name: valkey
    image: ghcr.io/polarix-containers/valkey:8
    restart: unless-stopped
    volumes:
      - ./valkey:/data:Z
    user: "200010:200010"
    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/valkey/valkey, which is under the BSD license. Copyright to the base image belongs to LF Projects LLC.
  • 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 upstream containers, unprivileged

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages