Can we remove this `sed`?
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- dockerfile
- Domain
- devops
Research direction
Start with Dockerfile around line 13 and review the OpenSSL workaround command and its surrounding image setup. Confirm the stated npm.sap.com and Debian Buster assumptions, then verify that the image still builds after the obsolete sed workaround is removed.
Written by the indexing model from the issue text.
Description
It we have the following, here in the dockerfile:
# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf
Now we do not user npm.sap.com anymore and buster is also about to be removed. Can we remove this sed?
@fwilhe Could you comment? Do you have any memory of this?
- Dominant language
- Dockerfile
- Stars
- 11
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SAP/devops-docker-node-browsers
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
All issues in SAP/devops-docker-node-browsers
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
Azure/azure-functions-docker#1257 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 75/100
conda-forge/vowpalwabbit-feedstock#104 · 1 comment · 1 reaction ·
-
good-start
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
deploy.sh hardcodes --dest while components.conf advertises WITH_PROXY_CA_BUNDLE as env-overridable Openarea:proxy bug security severity:low track:open-source
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
components-web-app/docs#73 ·