X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=5a9199cbce787101d2bca3dddae68268d8e162fd;hb=b1993ed78522f62b98b46be2a95cb24a80cf3a3c;hp=899adb179f7f02f1619053847c5919c64a9c39e2;hpb=e3167903834bdcb8d65e178edff8aca0bc31ce20;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 899adb17..5a9199cb 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -1,7 +1,8 @@ #!/bin/bash REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseFIVE-daily -REPOSITORY=testing +RELEASE=ReleaseSIX +REPOSITORY=stable +DOCKER_TAG=6 add_repo() { REPO_CHECK="^$1" @@ -31,4 +32,4 @@ add_repo() { add_repo "deb [arch=amd64] $REPOSITORY_BASE/$RELEASE $REPOSITORY devops" sudo DEBIAN_FRONTEND=noninteractive apt-get -q update sudo DEBIAN_FRONTEND=noninteractive apt-get install osm-devops -/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t releasefive-daily --pullimages "$@" +/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t $DOCKER_TAG "$@"