mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
Merge pull request #40 from jotadrilo/update-redis
bump version to '3.2.3-r0'
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
FROM gcr.io/stacksmith-images/ubuntu:14.04-r9
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=3.2.0-r3 \
|
||||
ENV BITNAMI_IMAGE_VERSION=3.2.3-r0 \
|
||||
BITNAMI_APP_NAME=redis \
|
||||
BITNAMI_APP_USER=redis
|
||||
|
||||
RUN bitnami-pkg unpack redis-3.2.0-1 --checksum bc4553331a07ffc6ac4cf158b93ee98fb4b4586cb2a16b8a42c85e49f152bb18
|
||||
# Install redis
|
||||
RUN bitnami-pkg unpack redis-3.2.3-0 --checksum 0d30ae8917baddc32ea50e10021e736532b92e5320781b710676daf94e00ec87
|
||||
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:$PATH
|
||||
|
||||
COPY rootfs/ /
|
||||
COPY rootfs /
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
CMD ["nami", "start", "--foreground", "redis"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user