Skip to content

Commit 78d06c3

Browse files
Added local registry setup in devcontainer
1 parent ac04840 commit 78d06c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: scripts/install-dev-tools.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22

33
# Run Crossplane setup script
4-
./scripts/setup-backstage.sh
4+
./scripts/setup-backstage.sh
5+
6+
# Create local image registry
7+
./scripts/docker/registry/createRegistry.sh

0 commit comments

Comments
 (0)