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
|`spectro registry server`| Spectro Cloud Registry Server |
26
+
|`ngrok`| Secure tunnels to localhost|
27
+
|`kubectl`| Kubernetes command-line tool|
28
+
|`bash`| Unix shell|
29
+
|`curl`| Command line tool and library for transferring data with URLs|
30
+
|`git`| Distributed version control system|
31
+
|`openssl`| Toolkit for the Transport Layer Security (TLS) protocol|
32
+
|`jq`| Lightweight and flexible command-line JSON processor|
33
+
|`bind-tools`| Collection of DNS utilities, including dig, nslookup, and host|
34
+
|`wget`| Free utility for non-interactive download of files from the Web|
35
+
|`nano`| A text editior alternative to Vi.|
36
+
|`ca-certificates`| Common set of CA certificates|
37
+
|`canvos`| A utility for creating Edge artifacts|
38
+
|`nano`| A text editior for Unix-like computing systems or operating environments using a command line interface|
39
+
|`packer`| Hashicorp Image Builder for building Edge Native images|
40
+
|`GOVC`| Tool for interracting with VMware Vsphere via API|
41
+
|`aws-cli`| AWS command-line interface|
42
+
|`oras`| Tool for pushing and pulling OCI artifacts to and from OCI registries|
43
+
|`podman`| Tool for building and deploying OCI images|
46
44
47
45
### Spectro Cloud Pack Registry Server
48
46
@@ -52,19 +50,17 @@ The Spectro Cloud registry server has the following credentials:
52
50
53
51
-`password`: `admin`
54
52
55
-
You can start the registry server by issuing the following command.
53
+
You can start the registry server by issuing the following command.
56
54
Keep in mind that the registry server is started in HTTP mode. For additional guidance, review the [Registry Server documentation](https://docs.spectrocloud.com/registries-and-packs/adding-a-custom-registry).
If you are wanting to build the docker image locally you must provide the the build arguments for `PALETTE_VERSION`, `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`, `PACKER_VERSION`, `ORAS_VERSION` and `TERRAFORM_VERSION`. Use the following command to build a local image. Replace the versions as needed.
66
-
62
+
If you are wanting to build the docker image locally you must provide the the build arguments for `PALETTE_VERSION`, `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`, `PACKER_VERSION`, `ORAS_VERSION` and `TERRAFORM_VERSION`. Use the following command to build a local image. Replace the versions as needed.
0 commit comments