Skip to content

Commit

Permalink
get rid of internal github image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
didiermichel committed Sep 25, 2023
1 parent 299cd65 commit 51ec496
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifndef DIMAGE
override DIMAGE = barman-pandoc
endif

MANPAGES=barman.1 barman.5 \
barman-wal-archive.1 barman-wal-restore.1 \
barman-cloud-backup.1 \
Expand Down Expand Up @@ -70,10 +74,10 @@ clean:
done

build-image:
docker build . -t ghcr.io/enterprisedb/barman/barman-pandoc:master
docker build . -t $(DIMAGE)

create-all:
docker run --rm --volume "`pwd`:/data" -w="/data" --user `id -u`:`id -g` ghcr.io/enterprisedb/barman/barman-pandoc:master make clean all
docker run --rm --volume "`pwd`:/data" -w="/data" --user `id -u`:`id -g` $(DIMAGE) make clean all

help:
@echo "Usage:"
Expand Down

0 comments on commit 51ec496

Please sign in to comment.