mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 11:49:24 +00:00
containers: add registry to image references (#400)
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
||||
# publish the result image unless it was composed in a clean environment.
|
||||
|
||||
ARG BUILDPLATFORM=amd64
|
||||
ARG NODE_IMAGE=node:alpine
|
||||
ARG NODE_IMAGE=docker.io/node:alpine
|
||||
|
||||
FROM --platform=$BUILDPLATFORM ${NODE_IMAGE} as nodebuild
|
||||
|
||||
@@ -55,7 +55,7 @@ ENTRYPOINT ["npm", "--prefix=/usr/src/app/", "run", "start:development:server",
|
||||
# docker exec -it ${container_id} npm --prefix=/usr/src/app/ run start:development:client
|
||||
|
||||
# rtorrent-flood image
|
||||
FROM jesec/rtorrent:master as rtorrent
|
||||
FROM docker.io/jesec/rtorrent:master as rtorrent
|
||||
FROM flood as rtorrent-flood
|
||||
|
||||
# Copy rTorrent
|
||||
|
||||
Reference in New Issue
Block a user