File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ADD terraform/ /terraform
1111ADD packs/ /packs
1212ADD static/defaults/htpasswd-basic /auth/htpasswd-basic
1313ADD static/defaults/ngrok.yml /auth/ngrok.yml
14+ ADD static/defaults/registry-config.yml etc/spectro/config.yml
1415
1516ARG PALETTE_CLI_VERSION
1617ARG PALETTE_EDGE_VERSION
@@ -23,6 +24,7 @@ ENV REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd-basic
2324COPY --from=server /registry /usr/local/bin/
2425
2526RUN adduser -H -u 1002 -D appuser appuser && \
27+ apk update && \
2628 apk add --no-cache bash curl git terraform openssl jq bind-tools wget ca-certificates nano
2729
2830RUN wget https://software.spectrocloud.com/spectro-registry/v$PALETTE_CLI_VERSION/cli/linux/spectro && \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ If you are wanting to build the docker image locally you must provide the the bu
6161
6262
6363``` shell
64- make build-docker VERSION=3.3 .0 EDGE=3.4.3
64+ make build-docker VERSION=3.4 .0 EDGE=3.4.3
6565```
6666
6767OR
Original file line number Diff line number Diff line change 1+ version : 0.1
2+ log :
3+ level : debug
4+ storage : inmemory
5+ http :
6+ addr : :5000
You can’t perform that action at this time.
0 commit comments