Skip to content

Update c-ares download URL in Dockerfile for proper installation - #1

Merged
vitrixLab merged 1 commit into
mainfrom
CitrixLab-tag-Dockerfile-1
Jan 23, 2025
Merged

Update c-ares download URL in Dockerfile for proper installation#1
vitrixLab merged 1 commit into
mainfrom
CitrixLab-tag-Dockerfile-1

Conversation

@vitrixLab

Copy link
Copy Markdown
Owner

This PR fixes an issue with the outdated c-ares download link in the following file: TargetMicroservices/socialNetwork/Dockerfile.

The previous download link for c-ares-1.25.0.tar.gz was resulting in a 404 Not Found error. The URL has been updated to the correct location from the official c-ares GitHub release:

Old URL:
https://c-ares.org/download/c-ares-1.25.0.tar.gz

New URL:
https://github.com/c-ares/c-ares/releases/download/cares-1_25_0/c-ares-1.25.0.tar.gz

Updating the link ensures that the Docker build process completes successfully and that the required c-ares dependency is installed without issues.

This PR fixes an issue with the outdated c-ares download link in the following file:
TargetMicroservices/socialNetwork/Dockerfile.

The previous download link for c-ares-1.25.0.tar.gz was resulting in a 404 Not Found error. The URL has been updated to the correct location from the official c-ares GitHub release:

Old URL:
https://c-ares.org/download/c-ares-1.25.0.tar.gz

New URL:
https://github.com/c-ares/c-ares/releases/download/cares-1_25_0/c-ares-1.25.0.tar.gz

Updating the link ensures that the Docker build process completes successfully and that the required c-ares dependency is installed without issues.
@vitrixLab
vitrixLab merged commit 8ca4cbb into main Jan 23, 2025
vitrixLab pushed a commit that referenced this pull request Jan 10, 2026
AIOpsLab uiuc version init push
vitrixLab pushed a commit that referenced this pull request Jan 10, 2026
Add .vscode directory to .gitignore
vitrixLab pushed a commit that referenced this pull request Jan 10, 2026
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.

1 participant