Giter Club home page Giter Club logo

valkey-container's People

Contributors

alexellis avatar astha-textiq avatar chayim avatar docker-library-bot avatar encodeering avatar flori avatar gerardorochin avatar j0wi avatar jmthomas avatar laurentgoderre avatar michael-k avatar peterdavehello avatar roshkhatri avatar tao12345666333 avatar tianon avatar timwolla avatar voxxit avatar yosifkit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

valkey-container's Issues

linux/aarch64 support

any reason not to offer an aarch64 image for apple users?

building on my mac m1 works:

FROM debian
ARG VERSION=7.2.5-rc1

RUN useradd -ms /bin/bash valkey
WORKDIR /home/valkey

# install prerequisites
RUN apt update &&\
    apt install -y build-essential pkg-config wget &&\
    rm -rf /var/lib/apt/lists/*

# install from source
RUN wget https://github.com/valkey-io/valkey/archive/refs/tags/${VERSION}.tar.gz -O valkey-${VERSION}.tgz &&\
    tar -xf valkey-${VERSION}.tgz

RUN cd valkey-${VERSION} &&\
    make &&\
    make install

USER valkey
docker build --platform=linux/aarch64 -f Dockerfile -t valkey/custom-aarch64:latest .
docker build --platform=linux/amd64 -f Dockerfile -t valkey/custom-amd64:latest .

With some manifest amends it would therefor be easy to have image support. Same could be done with alpine or other base images instead of debian.

Of course I could create some custom images and upload them to dockerhub but i would rather prefer having some from the real project. I am not 100% familiar with the workflow you're using to generate the existing images but in case you need extra hands let me know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.