-
Notifications
You must be signed in to change notification settings - Fork 105
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
Remove docs from main README.md - Add website doc links. #164
Conversation
Signed-off-by: Superskyyy <Superskyyy@outlook.com>
FYI @Superskyyy python 3.5 is EOL and we failed to build the Docker images for it, maybe we can consider removing it from our Makefile |
I can see there are py3.5 kafka and grpc images in Docker Hub, the http one is missing, did it fail to build? I thought that just leads to a warning during the pull. Python 3.10.0 final will come out on Monday, 2021-10-04, scheduled to release. When that releases, I think probably remove it totally from the setup.py and move our support versions up to 3.10. |
@Superskyyy py3.5 failed to build b/c it failed to install |
o.O💧 Our requirements.txt shows requests == 2.24 though, my local build passed. |
Another reminder, this docker hub repo is missing on the website, https://skywalking.apache.org/downloads/#docker-images-for-convenience. Please fix. |
when building the official docker images, it downloads the agent via |
Ah I see, that part I missed. Sure drop it. |
Will add that in a minute. |
Remove docs from main README.md
Add website doc links.
Waiting on apache/skywalking-website#330
Closes apache/skywalking#7687
Signed-off-by: Superskyyy Superskyyy@outlook.com