1.4.34-r0 release
Memcached 1.4.34 contains several enhancements and bug fixes. Notable fixes are: - Fix: Add -o modern switches to -h - Fix: metadump: Fix preventing dumping of class 63 - Fix: cache_memlimit bug for > 4G values - Fix: metadump: ensure buffer is flushed to client before finishing - Fix: Number of small fixes/additions to new logging - Fix: add logging endpoint for LRU crawler - Fix: evicted_active counter for LRU maintainer - Fix: stop pushing NULL byte into watcher stream - Fix: Scale item hash locks more with more worker threads (minor performance) - Fix: Further increase systemd service hardening - Fix: Missing necessary header for atomic_inc_64_nv() used in logger.c (solaris) - Fix: Fix print format for idle timeout thread - Fix: Improve binary sasl security fixes - Fix: ix clang compile error - Fix: Widen systemd caps to allow maxconns to increase - Fix: Add -X option to disable cachedump/metadump - Fix: Don't double free in lru_crawler on closed clients - Fix: Fix segfault if metadump client goes away
This commit is contained in:
parent
e66f700cda
commit
8284b61fa4
|
|
@ -1,7 +1,7 @@
|
|||
FROM gcr.io/stacksmith-images/minideb:jessie-r8
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=1.4.33-r5 \
|
||||
ENV BITNAMI_IMAGE_VERSION=1.4.34-r0 \
|
||||
BITNAMI_APP_NAME=memcached \
|
||||
BITNAMI_APP_USER=memcached
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ ENV BITNAMI_IMAGE_VERSION=1.4.33-r5 \
|
|||
RUN install_packages libevent-2.0-5 libsasl2-2 libc6 sasl2-bin
|
||||
|
||||
# Install memcached
|
||||
RUN bitnami-pkg unpack memcached-1.4.33-1 --checksum 55dafdf04a51a7b6b0d53deaf3c078a523db232123f7ab7089fe207836729627
|
||||
RUN bitnami-pkg unpack memcached-1.4.34-0 --checksum 2442388511ae464ee2fc32c896afb5427f06610b9e75f1a8662436fa304f5bf4
|
||||
|
||||
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:$PATH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue