Chore: clarify we fetch images from docker.io lib

This commit is contained in:
Michele Bologna
2024-04-17 13:18:20 +02:00
parent 5778e78c78
commit 8eecc2bb3f
7 changed files with 3 additions and 3 deletions

0
.github/workflows/docker-image.yml vendored Normal file → Executable file
View File

2
Dockerfile Normal file → Executable file
View File

@@ -1,4 +1,4 @@
FROM buildpack-deps:stable-scm FROM docker.io/buildpack-deps:stable-scm
LABEL maintainer="Michele Bologna <github@michelebologna.net>" LABEL maintainer="Michele Bologna <github@michelebologna.net>"
LABEL name="BitlBee Docker container by Michele Bologna" LABEL name="BitlBee Docker container by Michele Bologna"
LABEL version="mb-3.6-20232412" LABEL version="mb-3.6-20232412"

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

4
docker-compose.yml Normal file → Executable file
View File

@@ -3,7 +3,7 @@ version: "2.0"
services: services:
bitlbee: bitlbee:
build: . build: .
image: mbologna/docker-bitlbee image: docker.io/mbologna/docker-bitlbee
container_name: bitlbee container_name: bitlbee
restart: always restart: always
ports: ports:
@@ -14,7 +14,7 @@ services:
- ./etc/bitlbee:/usr/local/etc/bitlbee - ./etc/bitlbee:/usr/local/etc/bitlbee
- bitlbee_data:/var/lib/bitlbee - bitlbee_data:/var/lib/bitlbee
stunnel: stunnel:
image: dweomer/stunnel image: docker.io/dweomer/stunnel
container_name: bitlbee-stunnel container_name: bitlbee-stunnel
restart: always restart: always
networks: networks:

0
etc/bitlbee/bitlbee.conf Normal file → Executable file
View File

0
etc/bitlbee/motd.txt Normal file → Executable file
View File