mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-29 12:09:37 +00:00
ci: Optimize refreshing Docker image for GitLabCI
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
e383751728
commit
a8e2464b99
@ -1,5 +1,9 @@
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
FROM debian:unstable
|
||||
|
||||
# This is an IaC pattern called "reheating a server template".
|
||||
# This is very fast but can accumulate cruft over time.
|
||||
# Use debian:unstable if you want to build a fresh image.
|
||||
FROM registry.salsa.debian.org/freedombox-team/plinth:gitlabci
|
||||
|
||||
USER root
|
||||
COPY . /plinth
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user