Skip to content

Conversation

@bebound
Copy link
Contributor

@bebound bebound commented Jan 13, 2023

Description

Revert #24768, as #24793 is merged and cryptography and pyOpenSSL support openssl3.

Although openssl1.1-compat is only available from 2.43.0, it's worth to mention this in changelog.


This checklist is used to make sure that common guidelines for a pull request are followed.

@ghost ghost requested review from jiasli, kairu-ms, wangzelin007 and yonzhan January 13, 2023 06:35
@ghost ghost added the Auto-Assign Auto assign by bot label Jan 13, 2023
@ghost ghost assigned jiasli Jan 13, 2023
@ghost ghost added this to the Jan 2023 (2023-02-07) milestone Jan 13, 2023
@ghost ghost added the Packaging label Jan 13, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Jan 13, 2023

Remove openssl1.1-compat

RUN apk add --no-cache bash openssh ca-certificates jq curl openssl openssl1.1-compat perl git zip \
&& apk add --no-cache --virtual .build-deps gcc make openssl1.1-compat-dev libffi-dev musl-dev linux-headers \
RUN apk add --no-cache bash openssh ca-certificates jq curl openssl perl git zip \
&& apk add --no-cache --virtual .build-deps gcc make openssl-dev libffi-dev musl-dev linux-headers \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

openssl-dev can also be removed. I guess this package is added as a dependency of cryptography https://cryptography.io/en/latest/installation/#building-cryptography-on-linux
I leave it here as I don't know if it is used by someone.

Copy link
Member

@jiasli jiasli Jan 18, 2023

Choose a reason for hiding this comment

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

Perhaps we keep openssl1.1-compat for now in case someone is using openssl1.1 command? But this is not very likely since openssl1.1-compat hasn't be introduced for a long time. I am not sure, though.

@bebound bebound changed the title [Packaging] Remove openssl1.1-compat in docker image [Packaging] Remove openssl1.1-compat and use openssl-dev in docker image Jan 18, 2023
@bebound bebound merged commit 7739430 into Azure:dev Feb 9, 2023
@bebound bebound deleted the revert-24768 branch February 9, 2023 05:53
avgale pushed a commit to avgale/azure-cli that referenced this pull request Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants