Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Refactor dependencies handling to keep necessary runtime dependencies automatically#311

Merged
yosifkit merged 6 commits into
docker-library:masterdocker-library/python:masterfrom
infosiftr:refactor-deps-handlinginfosiftr/python:refactor-deps-handlingCopy head branch name to clipboard
Jul 16, 2018
Merged

Refactor dependencies handling to keep necessary runtime dependencies automatically#311
yosifkit merged 6 commits into
docker-library:masterdocker-library/python:masterfrom
infosiftr:refactor-deps-handlinginfosiftr/python:refactor-deps-handlingCopy head branch name to clipboard

Conversation

@tianon

@tianon tianon commented Jul 13, 2018

Copy link
Copy Markdown
Member

(accounting for "tkinter" and "libssl" edge cases appropriately)

Closes #309
Closes #306
Closes #303
Closes #283

(combined/refactored)

Closes #300

tbreeds and others added 4 commits July 13, 2018 11:30
For Context OpenStack needs to test multiple python versions 2.7 and
3.4+   Adding stretcg based 3.4 containers makes this possible without
adding the overhead of multiple debian versions.
… automatically, accounting for "tkinter" and "libssl" edge cases appropriately
Comment thread Dockerfile-slim.template
\
&& apt-mark auto '.*' > /dev/null \
&& apt-mark manual $savedAptMark \
&& find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' \

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #122 and #130 (and #283) for background on tk / tkinter.

…sues

Also, this removes the not-recommended usage of "travis_retry" and adds "gpgconf --kill all".
@tianon

tianon commented Jul 13, 2018

Copy link
Copy Markdown
Member Author

Added docker-library/php#666 too, while we're at it.

@tianon

tianon commented Jul 13, 2018

Copy link
Copy Markdown
Member Author

Also more Alpine 3.8 (all the Alpine 3.8 possible, in fact).

@tianon tianon mentioned this pull request Jul 13, 2018

@tao12345666333 tao12345666333 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove ca-certificates? They are included on Alpine 3.8.

Comment thread 3.4/alpine3.8/Dockerfile
# install ca-certificates so that HTTPS works consistently
# the other runtime dependencies for Python are installed later
RUN apk add --no-cache ca-certificates

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove ca-certificates? They are included on Alpine 3.8.

@yosifkit yosifkit merged commit ea4449a into docker-library:master Jul 16, 2018
@yosifkit yosifkit deleted the refactor-deps-handling branch July 16, 2018 19:12
tianon added a commit to infosiftr/stackbrew that referenced this pull request Jul 16, 2018
- `docker`: 18.06.0-ce-rc3
- `httpd`: 2.4.34
- `mariadb`: suite aliases (MariaDB/mariadb-docker#182)
- `openjdk`: 11-ea+22,
- `postgres`: `11~beta2-2.pgdg90+1`
- `python`: dependency refactoring, Alpine 3.8 (docker-library/python#311)
- `redis`: remove `wget` and `ca-certificates` from Alpine 3.8 (redis/docker-library-redis#151)
JayH5 added a commit to praekeltfoundation/docker-alpine-python that referenced this pull request Jul 23, 2018
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.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.