Add CI.adoc containing information on building SBDG using Docker locally.

This commit is contained in:
John Blum
2023-05-12 12:11:46 -07:00
parent 7ece1ce3e8
commit b6680601c8

18
CI.adoc Normal file
View File

@@ -0,0 +1,18 @@
= Running the Spring Boot for Apache Geode (SBDG) build in Docker container locally
[source,txt]
----
docker run -it --mount type=bind,source="$(pwd)",target=/spring-boot-data-geode-github \
-v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/local/bin/docker \
eclipse-temurin:17.0.6_10-jdk-focal /bin/bash
----
== VMware Harbor Proxy URLs
* https://harbor-repo.vmware.com/dockerhub-proxy-cache/
* https://harbor-mirror.spring.vmware.com/dockerhub-proxy-cache/
* https://harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:17.0.6_10-jdk-focal
=== Other useful information
* https://confluence.eng.vmware.com/pages/viewpage.action?spaceKey=AO&title=How+to+access+Corporate+Harbor+UI