Skip to content

Commit

Permalink
Pull ocmstub image
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Aug 30, 2024
1 parent 43548a7 commit 44d6742
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docker/pull/ocm-test-suite/ocmstub.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

# @michielbdejong halt on error in docker init scripts.
set -e

# nextcloud version:
# - v27.1.10
# - v28.0.7
EFSS_PLATFORM_VERSION=${1:-"1.0"}

# dev-stock images.
docker pull "pondersource/dev-stock-ocmstub:${EFSS_PLATFORM_VERSION}"
3 changes: 2 additions & 1 deletion docker/push/ocm-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ docker login
docker push pondersource/dev-stock-revad:latest
docker push pondersource/dev-stock-nextcloud-sciencemesh:latest
docker push pondersource/dev-stock-owncloud-sciencemesh:latest
docker push pondersource/dev-stock-owncloud-ocm-test-suite:latest:latest
docker push pondersource/dev-stock-owncloud-ocm-test-suite:latest
docker push pondersource/dev-stock-ocmstub:1.0

0 comments on commit 44d6742

Please sign in to comment.