X-Original-To: alpine-user@lists.alpinelinux.org Received: from mailauth3.nine.ch (mailauth3.nine.ch [94.230.211.187]) by lists.alpinelinux.org (Postfix) with ESMTP id C0F855C53AF for ; Fri, 26 May 2017 14:36:23 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth3.nine.ch (Postfix) with ESMTP id 7E83A1200A5; Fri, 26 May 2017 16:36:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailauth3.nine.ch X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from mailauth3.nine.ch ([127.0.0.1]) by localhost (mailauth3.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eMolcTGn7iMg; Fri, 26 May 2017 16:36:21 +0200 (CEST) Received: from vimes (174.180.4.85.dynamic.wline.res.cust.swisscom.ch [85.4.180.174]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth3.nine.ch (Postfix) with ESMTPSA; Fri, 26 May 2017 16:36:21 +0200 (CEST) Received: by vimes (Postfix, from userid 1000) id DC66180850; Fri, 26 May 2017 16:36:20 +0200 (CEST) Date: Fri, 26 May 2017 16:36:20 +0200 From: Jean-Louis Fuchs To: Smruti Tripathy Cc: alpine-user@lists.alpinelinux.org Subject: Re: [alpine-user] Php7 Redis Client on Alpine OS Message-ID: <20170526143620.GA6638@vimes.1042.ch> References: X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi It seems we have php7-redis https://pkgs.alpinelinux.org/package/edge/community/x86_64/php7-redis As you see it is a community package. The following steps could be added to a script called from your Dockerfile echo http://dl-cdn.alpinelinux.org/alpine/v3.6/community > \ /etc/apk/repositories apk update apk add php7-redis See also: https://wiki.alpinelinux.org/wiki/Enable_Community_Repository Best, Jean-Louis On Thu, May 25, 2017 at 05:22:13PM +0530, Smruti Tripathy wrote: > I crafted a docker image using alpine 3.5 as base Image. I want my php > apllication running inside container to communicate with a redis server.B= ut > I don't find any php7-redis client in Alpine. >=20 > Is there a redis client for php in alpine ? Is there any workway round it. > I tried to use pecl to install redis but there is no pecl package in > alpine.I tried with pear but pear doesn't have redis package. Any thoughts > on this issue ? >=20 > Thanks and Regards >=20 > SmrutiRanjan Tripathy --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEfg6heaevSn5VXbPVQ5WfaECIbUUFAlkoPWFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdF MEVBMTc5QTdBRjRBN0U1NTVEQjNENTQzOTU5RjY4NDA4ODZENDUACgkQQ5WfaECI bUUqYQ/+I9CToFrS31BAkFBB8Ey1OIOuo8yjnW392+AP6p1V/uGQ0UZBIzFdjPaR u23YhSvn1PttCStBOVVDaE/Agi2btbEO7zSFuQctC6i1CTbkzeBOVaacqYYlg6cY ZPWQ3/PmFZR5xd1YnvC/s422TkvIhbYxcneg/iDXXachguSBIeM6cl30R/Mz8CeQ sQJK2KCdNEibPqdSxauTwbDbQWhEpeZctBhu1aPrvpi0epkOOI+af8fLInzRzDo3 1UEBynMrv3peu0MObX9QSuZw+jasl5oohcsC/wa1DXAnzC+eOsRECmniqMlxYjFi vrHCEUPWpvA9bnaPAku/V0yr4wSOxY2bAlYncBB8/otdvQhaHkGoFqCZhGGyHEA4 ZF24BpyfZqesVPV6TpQsaJvCjRaqk1+RCuTPX+g0ailDpBV/+k+u5dmaeoFkeqd7 eUFFJxQiCYBCChGfHRqQADk9b7zRAUib0SU7Sz9GpW8EKt+1foDooIp/AxJwWx4y jfcq4i+TqbM2TsL6oNVh0g+xjLsjHLFhciDmnn+UJt9DRJzur5uDQc3MxgYe1my2 b26A7UnvQ8QgGX0V+9dxHUV6mCF0l+LcbY/ZyYz7/E2uFl8o9obKUyUj31t+AD/8 /JR8qBuU0S+HPi4fB9CX4+FlkWoRD6X/pv5u9FKT5IP5LOOvthg= =03Pv -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---