diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71b2edc..1f754b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ on: env: BUILDX_CACHE_DIR: ~/.cache/buildx CURL_CACHE_DIR: ~/.cache/curl - IMAGE_NAME: xvxd4sh/coredns + IMAGE_NAME: cisagov/coredns PIP_CACHE_DIR: ~/.cache/pip PLATFORMS: "linux/amd64,linux/arm64,linux/s390x" PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae53fc5..ba69082 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ all of which should be in this repository. If you want to report a bug or request a new feature, the most direct method is to [create an -issue](https://github.com/xvxd4sh/coredns-docker/issues) in this +issue](https://github.com/cisagov/coredns-docker/issues) in this repository. We recommend that you first search through existing issues (both open and closed) to check if your particular issue has already been reported. If it has then you might want to add a comment @@ -25,7 +25,7 @@ one. ## Pull requests ## If you choose to [submit a pull -request](https://github.com/xvxd4sh/coredns-docker/pulls) +request](https://github.com/cisagov/coredns-docker/pulls) you willnotice that our continuous integration (CI) system runs a fairly extensive set of linters and syntax checkers. Your pull request may fail these checks, and that's OK. If you want you can stop there and diff --git a/README.md b/README.md index d2e92fa..6f7c31b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Coredns-docker 📔🐳 # -[![GitHub Build Status](https://github.com/xvxd4sh/coredns-docker/workflows/build/badge.svg)](https://github.com/xvxd4sh/coredns-docker/actions/workflows/build.yml) -[![CodeQL](https://github.com/xvxd4sh/coredns-docker/workflows/CodeQL/badge.svg)](https://github.com/xvxd4sh/coredns-docker/actions/workflows/codeql-analysis.yml) -[![Known Vulnerabilities](https://snyk.io/test/github/xvxd4sh/coredns-docker/badge.svg)](https://snyk.io/test/github/xvxd4sh/coredns-docker) +[![GitHub Build Status](https://github.com/cisagov/coredns-docker/workflows/build/badge.svg)](https://github.com/cisagov/coredns-docker/actions/workflows/build.yml) +[![CodeQL](https://github.com/cisagov/coredns-docker/workflows/CodeQL/badge.svg)](https://github.com/cisagov/coredns-docker/actions/workflows/codeql-analysis.yml) +[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/coredns-docker/badge.svg)](https://snyk.io/test/github/cisagov/coredns-docker) ## Docker Image ## -[![Docker Pulls](https://img.shields.io/docker/pulls/xvxd4sh/coredns)](https://hub.docker.com/r/xvxd4sh/coredns) -[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/xvxd4sh/coredns)](https://hub.docker.com/r/xvxd4sh/coredns) -[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le%20%7C%20s390x-blue)](https://hub.docker.com/r/xvxd4sh/coredns-docker/tags) +[![Docker Pulls](https://img.shields.io/docker/pulls/cisagov/coredns)](https://hub.docker.com/r/cisagov/coredns) +[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cisagov/coredns)](https://hub.docker.com/r/cisagov/coredns) +[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le%20%7C%20s390x-blue)](https://hub.docker.com/r/cisagov/coredns-docker/tags) This is a docker project that is used to spin up a CoreDNS server. @@ -38,10 +38,10 @@ A list of [plugin(s)](https://coredns.io/plugins/) used by the CoreDNS ### Running with Docker ### -To run the `xvxd4sh/coredns` image via Docker: +To run the `cisagov/coredns` image via Docker: ```console -docker run xvxd4sh/coredns:latest +docker run cisagov/coredns:latest ``` ### Running with Docker Compose ### @@ -60,7 +60,7 @@ docker run xvxd4sh/coredns:latest # e.g., --build-arg VERSION=0.0.1 context: . dockerfile: Dockerfile - image: xvxd4sh/coredns + image: cisagov/coredns container_name: coredns init: true restart: on-failure @@ -100,7 +100,7 @@ environment variables. See the services: example: - image: xvxd4sh/coredns:latest + image: cisagov/coredns:latest volumes: - type: bind source: @@ -143,7 +143,7 @@ environment variables. See the 1. Pull the new image: ```console - docker pull xvxd4sh/coredns:latest + docker pull cisagov/coredns:latest ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -212,7 +212,7 @@ Docker: or the command line: ```console - git clone https://github.com/xvxd4sh/coredns-docker.git + git clone https://github.com/cisagov/coredns-docker.git cd coredns-docker ``` @@ -230,7 +230,7 @@ Docker: --platform linux/amd64 \ --build-arg VERSION=0.0.1 \ --output type=docker \ - --tag xvxd4sh/coredns:latest . + --tag cisagov/coredns:latest . ``` --> ## Contributing ## diff --git a/docker-compose.yml b/docker-compose.yml index 30572cd..3dbfd6c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: # e.g., --build-arg VERSION=0.0.1 context: . dockerfile: Dockerfile - image: xvxd4sh/coredns + image: cisagov/coredns container_name: coredns init: true restart: on-failure