Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from xvxd4sh/hotfix/renaming
Browse files Browse the repository at this point in the history
change image names to cisagov
  • Loading branch information
xvxd4sh authored Sep 15, 2022
2 parents bdbbd58 + c1ed3e1 commit 5727cb0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# 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.

## Running ##

### 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 ###
Expand All @@ -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"
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -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
```

Expand All @@ -240,9 +240,9 @@ Docker:
--file Dockerfile-x \
--platform linux/amd64 \
--output type=docker \
--tag xvxd4sh/apache2:latest.
--tag cisagov/apache2:latest.
```
<!--

## New repositories from a skeleton ##

Please see our [Project Setup guide](https://github.com/cisagov/development-guide/tree/develop/project_setup)
Expand All @@ -254,7 +254,7 @@ new repository!

We welcome contributions! Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for
details.
-->

## License ##

This project is in the worldwide [public domain](LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5727cb0

Please sign in to comment.