Skip to content
Snippets Groups Projects
Unverified Commit c781706f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: registry use

parent c4692684
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ services:
networks:
- caosnet
caosdb-server:
image: "$CI_REGISTRY/caosdb:$CAOSDB_TAG"
image: "$CI_REGISTRY_INDISCALE/caosdb/src/caosdb-deploy:$CAOSDB_TAG"
user: 999:999
depends_on:
- sqldb
......
......@@ -19,7 +19,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-advanced-user-tools/testenv
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
......@@ -44,7 +44,8 @@ test:
- time docker load < /image-cache/caosdb-advanced-testenv.tar || true
- time docker load < /image-cache/mariadb.tar || true
- time docker load < /image-cache/caosdb.tar || true
- docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker login -u $INDISCALE_USER -p $INDISCALE_TOKEN $CI_REGISTRY_INDISCALE
- time docker pull $CI_REGISTRY_IMAGE:latest
- time docker pull mariadb:10.4
- time docker pull $CI_REGISTRY/caosdb:$CAOSDB_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment