mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 04:41:03 +00:00
containers: add registry to image references (#400)
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#
|
||||
# Sources should be mounted to /workspaces/flood.
|
||||
|
||||
FROM jesec/rtorrent:master as rtorrent
|
||||
FROM docker.io/jesec/rtorrent:master as rtorrent
|
||||
|
||||
FROM ubuntu:focal as flood
|
||||
FROM docker.io/ubuntu:focal as flood
|
||||
|
||||
COPY ./.devcontainer/library-scripts /tmp/library-scripts/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user