ci: Update link to container in Docker registry

Move Gitlab docker related files to .ci folder

Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2020-04-30 22:23:41 -07:00 committed by Joseph Nuthalapati
parent 16202e6f3a
commit c69c5f8317
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
4 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@
# This is an IaC pattern called "reheating a server template".
# This is very fast but can accumulate cruft over time.
# Use debian:testing if you want to build a fresh image.
FROM registry.salsa.debian.org/freedombox-team/plinth:gitlabci
FROM registry.salsa.debian.org/freedombox-team/freedombox:gitlabci
USER root
COPY . /plinth

View File

@ -0,0 +1,9 @@
#! /bin/bash
# SPDX-License-Identifier: AGPL-3.0-or-later
# Provide your Salsa credentials here
docker login registry.salsa.debian.org
# This might need 20 minutes to run
docker build -t registry.salsa.debian.org/freedombox-team/freedombox:gitlabci -f .ci/Dockerfile.gitlabci .
docker push registry.salsa.debian.org/freedombox-team/freedombox:gitlabci

View File

@ -1,5 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
image: registry.salsa.debian.org/freedombox-team/plinth:gitlabci
image: registry.salsa.debian.org/freedombox-team/freedombox:gitlabci
before_script:
- export DEBIAN_FRONTEND=noninteractive

View File

@ -1,9 +0,0 @@
#! /bin/bash
# SPDX-License-Identifier: AGPL-3.0-or-later
# Provide your Salsa credentials here
docker login registry.salsa.debian.org
# This might need 20 minutes to run
docker build -t registry.salsa.debian.org/freedombox-team/plinth:gitlabci -f Dockerfile.gitlabci .
docker push registry.salsa.debian.org/freedombox-team/plinth:gitlabci