Skip to content

Commit

Permalink
Move images from dhsncats to cisagov docker hub org.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Nov 14, 2019
1 parent 9251add commit 7ed5c76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build
on: [push]

env:
IMAGE_NAME: dhsncats/example
IMAGE_NAME: cisagov/example
PIP_CACHE_DIR: ~/.cache/pip
PRE_COMMIT_CACHE_DIR: ~/.cache/pre-commit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [prereleased, released]

env:
IMAGE_NAME: dhsncats/example
IMAGE_NAME: cisagov/example
DOCKER_PW: ${{ secrets.DOCKER_PW }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## Docker Image ##

![MicroBadger Layers](https://img.shields.io/microbadger/layers/dhsncats/example.svg)
![MicroBadger Size](https://img.shields.io/microbadger/image-size/dhsncats/example.svg)
![MicroBadger Layers](https://img.shields.io/microbadger/layers/cisagov/example.svg)
![MicroBadger Size](https://img.shields.io/microbadger/image-size/cisagov/example.svg)

This is a docker skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) GitHub docker project
Expand All @@ -20,11 +20,11 @@ appropriate for docker containers and the major languages that we use.

### Install ###

Pull `dhsncats/example` from the Docker repository:
Pull `cisagov/example` from the Docker repository:

docker pull dhsncats/example
docker pull cisagov/example

Or build `dhsncats/example` from source:
Or build `cisagov/example` from source:

git clone https://github.com/cisagov/skeleton-docker.git
cd skeleton-docker
Expand Down
4 changes: 2 additions & 2 deletions 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: dhsncats/example
image: cisagov/example
init: true
restart: "no"
environment:
Expand All @@ -31,7 +31,7 @@ services:

example-version:
# Run the container to collect version information
image: dhsncats/example
image: cisagov/example
init: true
restart: "no"
command: --version

0 comments on commit 7ed5c76

Please sign in to comment.