Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor dependencies handling to keep necessary runtime dependencies automatically #311

Merged
merged 6 commits into from
Jul 16, 2018

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 13, 2018

(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
@@ -72,6 +66,13 @@ RUN set -ex \
\
&& apt-mark auto '.*' > /dev/null \
&& apt-mark manual $savedAptMark \
&& find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' \
Copy link
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
Copy link
Member Author

tianon commented Jul 13, 2018

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

@tianon
Copy link
Member Author

tianon commented Jul 13, 2018

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

@tianon tianon mentioned this pull request Jul 13, 2018
Copy link
Contributor

@tao12345666333 tao12345666333 left a comment

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.

# 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
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