You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,35 @@ GitHub repo for server images to use for local development with SteeltoeOSS.
4
4
5
5
## Building
6
6
7
+
### Pre-Requisites
8
+
9
+
The following tools are required to build any image in this repository:
10
+
11
+
1. PowerShell or pwsh
12
+
1. Docker or Podman
13
+
14
+
#### Config Server, Eureka and Spring Boot Admin
15
+
16
+
The process for these images is to download starter projects from start.spring.io, apply patches to those files and produce images using [the Gradle Plugin](https://docs.spring.io/spring-boot/gradle-plugin/packaging-oci-image.html).
17
+
To build these images you must also have:
18
+
19
+
1. Access to start.spring.io
20
+
1.`patch` available in the path or installed with Git for Windows
21
+
1. JDK 21
22
+
23
+
If you do not already have a JDK installed, consider using [Scoop](https://scoop.sh/):
0 commit comments