Skip to content

Conversation

@tianon
Copy link
Contributor

@tianon tianon commented Dec 31, 2019

Closes #215

cc @J0WI -- I figured out what I was doing wrong (both all and install need BUILD_TLS=yes set, hence export), and after doing so needed to make the "keep the deps" slightly more complicated to pick up libssl which made it much easier to make 32bit more similar and thus drop a template 😄 👍

I also opted to not enable this in redis:32bit because to do so would require enabling a dpkg foreign architecture, at which point I'm not convinced we're actually providing anything valuable over having users who need a 32bit Redis just use i386/redis directly (which should "just work").

tianon added a commit to infosiftr/stackbrew that referenced this pull request Dec 31, 2019
This only applies on 6.0+ and even then only after redis/docker-library-redis#218 merges.
tianon added a commit to infosiftr/stackbrew that referenced this pull request Dec 31, 2019
This only applies on 6.0+ and even then only after redis/docker-library-redis#218 merges.
@tianon
Copy link
Contributor Author

tianon commented Dec 31, 2019

Added a test for this over in docker-library/official-images#7219. 👍

@tianon
Copy link
Contributor Author

tianon commented Jan 1, 2020

@yosifkit yosifkit merged commit 0ed98d3 into redis:master Jan 1, 2020
@yosifkit yosifkit deleted the tls branch January 1, 2020 00:44
@tianon
Copy link
Contributor Author

tianon commented Jan 1, 2020

See also #219 re: 32bit variants. 👍

docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 1, 2020
Changes:

- redis/docker-library-redis@0ed98d3: Merge pull request redis/docker-library-redis#218 from infosiftr/tls
- redis/docker-library-redis@b6d413c: Add TLS support in 6.0+ and unify templates slightly more
- redis/docker-library-redis@1e3c60f: Merge pull request redis/docker-library-redis#216 from infosiftr/templates
- redis/docker-library-redis@d875ae0: Add initial templating
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jan 2, 2020
Changes:

- redis/docker-library-redis@3fe75d3: Merge pull request redis/docker-library-redis#219 from infosiftr/32bit
- redis/docker-library-redis@5e15797: Remove 32bit variants for 6.0+
- redis/docker-library-redis@0ed98d3: Merge pull request redis/docker-library-redis#218 from infosiftr/tls
- redis/docker-library-redis@b6d413c: Add TLS support in 6.0+ and unify templates slightly more
- redis/docker-library-redis@1e3c60f: Merge pull request redis/docker-library-redis#216 from infosiftr/templates
- redis/docker-library-redis@d875ae0: Add initial templating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build 6.0 with TLS support

2 participants