Skip to content

Commit

Permalink
slem build script
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Dec 26, 2023
1 parent e4a8641 commit 7a320f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions slem/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# slem

slem base image needs to built on the slem server.
A registration code is need to build the slem base image.

./build.sh <REGISTRATION_CODE>
4 changes: 2 additions & 2 deletions slem/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EOF
cd ../..
SUSEConnect -r $REGISTRATION_CODE
systemctl restart docker
transactional-update pkg install docker
transactional-update register -p PackageHub/15.4/x86_64
transactional-update -n pkg install docker
transactional-update -n register -p PackageHub/15.4/x86_64
docker build -t slem-base-image:v243 .

0 comments on commit 7a320f7

Please sign in to comment.