containers: add registry to image references (#400)

This commit is contained in:
ConquerorDopy
2021-09-09 19:59:00 +02:00
committed by GitHub
parent dc17bfb2eb
commit e18ca8a30b
6 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM archlinux
FROM docker.io/archlinux
ARG AUR_FOLDER
ARG AUR_REPO

View File

@@ -1,6 +1,6 @@
FROM jesec/busybox-applets as busybox
FROM docker.io/jesec/busybox-applets as busybox
FROM alpine as build
FROM docker.io/alpine as build
WORKDIR /root
@@ -43,7 +43,7 @@ ENV FLOOD_OPTION_HOST="0.0.0.0"
ENTRYPOINT ["/bin/tini", "--", "flood"]
# rtorrent-flood image
FROM jesec/rtorrent:master as rtorrent
FROM docker.io/jesec/rtorrent:master as rtorrent
FROM flood as rtorrent-flood
# Install rTorrent

View File

@@ -1,5 +1,5 @@
# Use node alpine docker image
FROM node:alpine
FROM docker.io/node:alpine
ARG PACKAGE=flood
ARG VERSION=latest

View File

@@ -1,9 +1,9 @@
ARG FLOOD_VERSION=latest
ARG RTORRENT_VERSION=latest
FROM jesec/rtorrent:$RTORRENT_VERSION as rtorrent
FROM docker.io/jesec/rtorrent:$RTORRENT_VERSION as rtorrent
FROM jesec/flood:$FLOOD_VERSION as flood
FROM docker.io/jesec/flood:$FLOOD_VERSION as flood
# Install rTorrent
COPY --from=rtorrent / /