Skip to content

yobasystems/alpine-redis

Repository files navigation

Redis container image running on Alpine Linux

Docker Automated build Docker Pulls Docker Stars

Alpine Version Redis Version

This container image (yobasystems/alpine-redis) is based on the minimal Alpine Linux with version 7.2.4 of Redis

Alpine Version 3.19.1 (Released 2023-01-26)

Redis Version 7.2.4

Table of Contents

🏔️ What is Alpine Linux?

Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with container images.

What is Redis?

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

✨ Features

  • Minimal size only, minimal layers
  • Memory usage is minimal on a simple install.

🏗️ Architectures

  • :amd64, :x86_64 - 64 bit Intel/AMD (x86_64/amd64)
  • :arm64v8, :aarch64 - 64 bit ARM (ARMv8/aarch64)
  • :arm32v7, :armhf - 32 bit ARM (ARMv7/armhf)

📝 PLEASE CHECK TAGS BELOW FOR SUPPORTED ARCHITECTURES, THE ABOVE IS A LIST OF EXPLANATION

🏷️ Tags

  • :latest latest branch based (Automatic Architecture Selection)
  • :master master branch usually inline with latest
  • :amd64, :x86_64 amd64 based on latest tag but amd64 architecture
  • :aarch64, :arm64v8 Armv8 based on latest tag but arm64 architecture
  • :armhf, :arm32v7 Armv7 based on latest tag but arm32 architecture

📏 Layers & Sizes

Version MicroBadger Layers (tag) MicroBadger Size (tag)

Version MicroBadger Layers (tag) MicroBadger Size (tag)

Version MicroBadger Layers (tag) MicroBadger Size (tag)

🚀 How to use this image

Environment Variables:

Creating an instance

To use this image include FROM yobasystems/alpine-redis at the top of your Dockerfile.

docker run --name redis -p 6379:6379 yobasystems/alpine-redis

To use persistent data , then use the volume var:

docker run --name redis -p 6379:6379 -v /data/redis:/data yobasystems/alpine-redis

Docker Compose example:

version: '2'
services:
redis:
  image: yobasystems/alpine-redis
  expose:
    - "6379"
  volumes:
    - /data/redis:/data
  restart: always

🔍 Image contents & Vulnerability analysis

PACKAGE NAME PACKAGE VERSION VULNERABILITIES

📚 Source Repositories

🐳 Container Registries

🔗 Links

💰 Donation

BMAC

BITCOIN

ETHEREUM