File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM mariadb:10.1
1
+ FROM docker.io/ mariadb:10.1
2
2
3
3
COPY ./docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
Original file line number Diff line number Diff line change 1
- FROM ruby:3-slim-bookworm
1
+ FROM docker.io/ ruby:3-slim-bookworm
2
2
3
3
LABEL org.opencontainers.image.title="LinuxFr.org boards"
4
4
LABEL org.opencontainers.image.description="Push notifications for chat rooms of LinuxFr"
Original file line number Diff line number Diff line change 1
- FROM debian:bullseye-slim as build
1
+ FROM docker.io/ debian:bullseye-slim as build
2
2
3
3
LABEL org.opencontainers.image.title="LinuxFr.org image caching service"
4
4
LABEL org.opencontainers.image.description="Store external images into a cache to not flood external website"
@@ -23,7 +23,7 @@ WORKDIR /linuxfr-img
23
23
# Build linuxfr-img
24
24
RUN go get -u github.com/linuxfrorg/img-LinuxFr.org
25
25
26
- FROM debian:bullseye-slim as deploy
26
+ FROM docker.io/ debian:bullseye-slim as deploy
27
27
28
28
USER ${UID}
29
29
WORKDIR /linuxfr-img
Original file line number Diff line number Diff line change 1
- FROM debian:bookworm-slim
1
+ FROM docker.io/ debian:bookworm-slim
2
2
3
3
LABEL org.opencontainers.image.title="LinuxFr.org website"
4
4
LABEL org.opencontainers.image.description="Run LinuxFr.org Ruby on Rails website"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
41
41
- cache-img:/linuxfr-img/cache
42
42
43
43
nginx :
44
- image : nginx:stable
44
+ image : docker.io/ nginx:stable
45
45
env_file :
46
46
- deployment/default.env
47
47
volumes :
@@ -66,7 +66,7 @@ services:
66
66
- data-database:/var/lib/mysql
67
67
68
68
redis :
69
- image : redis:5
69
+ image : docker.io/ redis:5
70
70
volumes :
71
71
- data-redis:/data
72
72
You can’t perform that action at this time.
0 commit comments