Skip to content

Commit

Permalink
Chore: clarify we fetch images from docker.io lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 23, 2024
1 parent 5778e78 commit 8eecc2b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Empty file modified .github/workflows/docker-image.yml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:stable-scm
FROM docker.io/buildpack-deps:stable-scm
LABEL maintainer="Michele Bologna <[email protected]>"
LABEL name="BitlBee Docker container by Michele Bologna"
LABEL version="mb-3.6-20232412"
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions docker-compose.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"
services:
bitlbee:
build: .
image: mbologna/docker-bitlbee
image: docker.io/mbologna/docker-bitlbee
container_name: bitlbee
restart: always
ports:
Expand All @@ -14,7 +14,7 @@ services:
- ./etc/bitlbee:/usr/local/etc/bitlbee
- bitlbee_data:/var/lib/bitlbee
stunnel:
image: dweomer/stunnel
image: docker.io/dweomer/stunnel
container_name: bitlbee-stunnel
restart: always
networks:
Expand Down
Empty file modified etc/bitlbee/bitlbee.conf
100644 → 100755
Empty file.
Empty file modified etc/bitlbee/motd.txt
100644 → 100755
Empty file.

0 comments on commit 8eecc2b

Please sign in to comment.