summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml12
-rw-r--r--README.md4
2 files changed, 8 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index effed4c..73b5c04 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,12 +11,12 @@ env:
HOME: "/root" # not set by default
GOCACHE: "${HOME}/.cache/go-build"
- # VM Images are maintained in the libpod repo.
- _BUILT_IMAGE_SUFFIX: "libpod-6508632441356288"
- FEDORA_CACHE_IMAGE_NAME: "fedora-31-${_BUILT_IMAGE_SUFFIX}"
- PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}"
- UBUNTU_CACHE_IMAGE_NAME: "ubuntu-20-${_BUILT_IMAGE_SUFFIX}"
- PRIOR_UBUNTU_CACHE_IMAGE_NAME: "ubuntu-19-${_BUILT_IMAGE_SUFFIX}"
+ # VM Images are maintained in the automation_images repo.
+ _BUILT_IMAGE_SUFFIX: "c6110627968057344"
+ FEDORA_CACHE_IMAGE_NAME: "fedora-${_BUILT_IMAGE_SUFFIX}"
+ PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${_BUILT_IMAGE_SUFFIX}"
+ UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${_BUILT_IMAGE_SUFFIX}"
+ PRIOR_UBUNTU_CACHE_IMAGE_NAME: "prior-ubuntu-${_BUILT_IMAGE_SUFFIX}"
# Must be defined true when testing w/in containers
CONTAINER: "false"
diff --git a/README.md b/README.md
index 16c9b13..32e6cec 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
## Overview
This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured,
-the pod and its IP address are added to a network specific hosts file that dnsmasq will read in. Similarly, when a pod
+the pod and its IP address are added to a network specific hosts file that dnsmasq reads in. Similarly, when a pod
is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq
instance.
-The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine.
+The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/podman) container engine.
Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman.