Skip to content

Commit f4623c5

Browse files
committed
Fix name and versioning for quay.io/poseidon/dnsmasq
1 parent 901fda0 commit f4623c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

contrib/dnsmasq/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
2-
VERSION=$(shell git describe --tags --match=v* --always --dirty)
2+
VERSION=$(shell git rev-parse HEAD)
33

4-
IMAGE_REPO=coreos/dnsmasq
5-
QUAY_REPO=quay.io/coreos/dnsmasq
4+
IMAGE_REPO=poseidon/dnsmasq
5+
QUAY_REPO=quay.io/poseidon/dnsmasq
66

77
.PHONY: all
88
all: docker-image

contrib/dnsmasq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dnsmasq [![Docker Repository on Quay](https://quay.io/repository/coreos/dnsmasq/status "Docker Repository on Quay")](https://quay.io/repository/coreos/dnsmasq)
1+
# dnsmasq [![Docker Repository on Quay](https://quay.io/repository/poseidon/dnsmasq/status "Docker Repository on Quay")](https://quay.io/repository/poseidon/dnsmasq)
22

33
`dnsmasq` provides a container image for running DHCP, proxy DHCP, DNS, and/or TFTP with [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html). Use it to test different network setups with clusters of network bootable machines.
44

0 commit comments

Comments
 (0)