Skip to content

Remove outdated CI docs #2767

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

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CI.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All of these use cases are great reasons to essentially run what the CI server d

IMPORTANT: To do this you must have Docker installed on your machine.

1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-redis-github springci/spring-data-openjdk8-with-redis-6.0:latest /bin/bash`
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-redis-github springci/spring-data-openjdk17-with-redis-6.2:latest /bin/bash`
+
This will launch the Docker image and mount your source code at `spring-data-redis-github`.
+
Expand All @@ -30,7 +30,7 @@ Since the container is binding to your source, you can make edits from your IDE

If you need to package things up, do this:

1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-redis-github adoptopenjdk/openjdk8:latest /bin/sh`
1. `docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-redis-github openjdk:17 /bin/sh`
+
This will launch the Docker image and mount your source code at `spring-data-redis-github`.
+
Expand Down