diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d87558..c7e5213 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/apache2 + IMAGE_NAME: cisagov/apache2 PIP_CACHE_DIR: ~/.cache/pip PLATFORMS: "linux/amd64,\ linux/arm64,linux/s390x" diff --git a/README.md b/README.md index cde803f..9da3536 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # apache2-docker 🍂🐳 # -[![GitHub Build Status](https://github.com/xvxd4sh/apache2-docker/workflows/build/badge.svg)](https://github.com/xvxds4h/apache2-docker/actions/workflows/build.yml) -[![CodeQL](https://github.com/xvxd4sh/apache2-docker/workflows/CodeQL/badge.svg)](https://github.com/xvxd4sh/apache2-docker/actions/workflows/codeql-analysis.yml) -[![Known Vulnerabilities](https://snyk.io/test/github/xvxd4sh/apache2-docker/badge.svg)](https://snyk.io/test/github/xvxd4sh/apache2-docker) +[![GitHub Build Status](https://github.com/cisagov/apache2-docker/workflows/build/badge.svg)](https://github.com/cisagov/apache2-docker/actions/workflows/build.yml) +[![CodeQL](https://github.com/cisagov/apache2-docker/workflows/CodeQL/badge.svg)](https://github.com/cisagov/apache2-docker/actions/workflows/codeql-analysis.yml) +[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/apache2-docker/badge.svg)](https://snyk.io/test/github/cisagov/apache2-docker) ## Docker Image ## -[![Docker Pulls](https://img.shields.io/docker/pulls/xvxd4sh/apache2)](https://hub.docker.com/r/xvxd4sh/apache2) -[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/xvxd4sh/apache2)](https://hub.docker.com/r/xvxd4sh/apache2) -[![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/apache2/tags) +[![Docker Pulls](https://img.shields.io/docker/pulls/cisagov/apache2)](https://hub.docker.com/r/cisagov/apache2) +[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cisagov/apache2)](https://hub.docker.com/r/cisagov/apache2) +[![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/apache2/tags) This is a docker project that is used to spin up an apache2 web server. @@ -16,10 +16,10 @@ This is a docker project that is used to spin up an apache2 web server. ### Running with Docker ### -To run the `xvxd4sh/apache2` image via Docker: +To run the `cisagov/apache2` image via Docker: ```console -docker run xvxd4sh/apache2:latest +docker run cisagov/apache2:latest ``` ### Running with Docker Compose ### @@ -44,7 +44,7 @@ docker run xvxd4sh/apache2:latest # e.g., --build-arg VERSION=0.0.1 context: . dockerfile: Dockerfile - image: xvxd4sh/apache2:latest + image: cisagov/apache2:latest container_name: apache init: true restart: "no" @@ -133,7 +133,7 @@ environment variables. See the 1. Pull the new image: ```console - docker pull xvxd4sh/apache2:latest + docker pull cisagov/apache2:latest ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -223,7 +223,7 @@ Docker: or the command line: ```console - git clone https://github.com/xvxd4sh/apache2-docker.git + git clone https://github.com/cisagov/apache2-docker.git cd apache2-docker ``` @@ -240,9 +240,9 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag xvxd4sh/apache2:latest. + --tag cisagov/apache2:latest. ``` - + ## License ## This project is in the worldwide [public domain](LICENSE). diff --git a/docker-compose.yml b/docker-compose.yml index 5268854..e9cc6cf 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/apache2:latest + image: cisagov/apache2:latest container_name: apache init: true restart: "no"