Skip to content

Commit

Permalink
kaholo 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Marsh committed Dec 1, 2022
1 parent 9b9fe4b commit 817e040
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file modified roles/kaholo/files/kaholo-enterprise.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion roles/kaholo/scripts/pullimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# pulls pre-built kaholo images from a docker image repo
#
SERVER=nexus-a.kaholodemo.net
RELEASE=505-20221122
RELEASE=506-20221201
while read image; do
echo "$image"
docker pull $SERVER/$RELEASE/$image
Expand Down
1 change: 1 addition & 0 deletions roles/kaholo/sourceprep/05-rekey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Whoever provides the license must also provide the matching public key.
# Put the correct public key in docker-compose... for example...
#
# this is POC key
# - LICENSE_PUBLIC_KEY=-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtWQZv7QUIEGEGe7Vpuqn\nLtIGumq3uQiJCN20UDfo/wft/LvJeXPOb12BQIIcHh7XNHEb8j5ctxf3JaJHxDmr\ndH9s3qQ+t0IRhwoOVakZAcINAlX2OHXDmyFoYwme6/c5O6YuqbtzeMHK9UKvkIud\nN7VJlpD9cWMH67VuqT3OEo3wvbrF9nLcdPi7s7WjB9MxRv5pPnHZKAVhPONwpwb8\nzSDt+Cu9YlLZoHGLmhjtN2eL2R4EC3ge0PoYFfqAFeJYBHvI2umy4LEhdBHypAun\nwflH6jTEpA9DPNrgnBICqrbDxqtgMurwBUXLKJmwJw1XNiH+gPWCTsf1pxwu1SPX\nRbpm5MUDa+EoT7lzQVjyrSYArWPqSMx/KytGF5TswIwHK+CW8KJeiNAo4VUlLKHp\nduhuQXn5bBVZ06Hm5OlxWNKx5183bOe6ngm9/QJcqdPE9BOhA9C4j9zUYWTg2W+7\nGvVsP5MGrQ4GoCWG+ZvfJ8niexTWF1welyt8jZLOCRnOPrg5OZW3xV4tysLicEJr\nk3RWGQ39jaWFcvnOy9KMpeZDERD4Mm/QCqtdlQ0Dh/eMcxtfAlh32lqujVZxgFej\nqjgKrlrKAwcUdxt25oH1lg6rAzKKGwuyrFY/mcZK8hLUgUJFdfmwtSgvqUqcJX6v\nPqdoyH37f9pg7WnDnI2u6P0CAwEAAQ==\n-----END PUBLIC KEY-----
#
cd /home/ubuntu/kaholo-enterprise/docker-development/
Expand Down
1 change: 1 addition & 0 deletions roles/kaholo/sourceprep/09-buildimages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#
# This is a big step, takes hours, to build the docker images
# build-code-image only necessary for local testing prior to pushing images
cd /home/ubuntu/kaholo-enterprise/docker-development/
npm run build-code-image
npm run build
2 changes: 1 addition & 1 deletion roles/kaholo/sourceprep/10-pushimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
cd /home/ubuntu/
SERVER=nexus-a.kaholodemo.net
RELEASE=kaholo5041
RELEASE=506-20221201
while read image; do
echo "$image"
docker tag $image $SERVER/$RELEASE/$image
Expand Down

0 comments on commit 817e040

Please sign in to comment.