parent
82df0f09f3
commit
85e22b6703
|
|
@ -1,19 +1,23 @@
|
|||
FROM bitnami/minideb-extras:jessie-r15
|
||||
FROM bitnami/minideb-extras:jessie-r17
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libc6 libevent-2.0-5 libsasl2-2 sasl2-bin
|
||||
RUN bitnami-pkg unpack memcached-1.4.36-0 --checksum b6925da994329069055808165bae36f8e833e7f78be9b1c8ff494ac0d84d713a
|
||||
RUN bitnami-pkg unpack memcached-1.4.37-0 --checksum 6d13115bed8cfde2b8dd1713290df3ea9dc4528ed0bbac6c93382689938a4ee4
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="memcached" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.36-r3" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.37-r0" \
|
||||
MEMCACHED_PASSWORD="" \
|
||||
MEMCACHED_USERNAME="root" \
|
||||
PATH="/opt/bitnami/memcached/bin:$PATH"
|
||||
|
||||
|
||||
|
||||
|
||||
EXPOSE 11211
|
||||
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
## Kubernetes
|
||||
|
||||
> **WARNING**: This is a beta configuration, currently unsupported.
|
||||
> **WARNING:** This is a beta configuration, currently unsupported.
|
||||
|
||||
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue