Skip to content

Commit

Permalink
Switch to new GitHub orga (#9)
Browse files Browse the repository at this point in the history
* Switched to new GitHub orga ZEISS

* Make container packe name lowercase

* Make orga name lowercase

Co-authored-by: Brian Rimek <[email protected]>
  • Loading branch information
rembik and rembik authored Nov 8, 2021
1 parent d639bab commit 7080902
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks! There are a few guidelines that we need contributors to follow so that w

## Report

You can report bugs or make enhancement requests at this [GitHub project issue page](http://github.com/zeiss-digital-innovation/container-apt/issues/new/choose) by filling out the issue template that will be presented.
You can report bugs or make enhancement requests at this [GitHub project issue page](http://github.com/zeiss/container-apt/issues/new/choose) by filling out the issue template that will be presented.

## Develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: env
run: |
REGISTRY=ghcr.io/
IMAGE=zeiss-digital-innovation/apt
IMAGE=zeiss/apt
VERSION=noop
if [ "${{ github.event_name }}" = "schedule" ]; then
VERSION=edge
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -eux; \
\
# Install HashiCorp binaries
mkdir -p /usr/local/share/hashicorp; \
wget -qO /usr/local/share/hashicorp/install.sh https://raw.github.com/ZEISS/install-hashicorp-binaries/master/install-hashicorp.sh; \
wget -qO /usr/local/share/hashicorp/install.sh https://raw.github.com/zeiss/install-hashicorp-binaries/master/install-hashicorp.sh; \
chmod +x /usr/local/share/hashicorp/install.sh; \
/usr/local/share/hashicorp/install.sh packer terraform; \
\
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Run container:
# Docker on Linux or Mac
docker run --rm -d \
-v "${PWD}:/srv" \
--name apt ghcr.io/zeiss-digital-innovation/apt
--name apt ghcr.io/zeiss/apt

# Docker on Windows
docker run --rm -d `
-v "${PWD}:/srv" `
--name apt ghcr.io/zeiss-digital-innovation/apt
--name apt ghcr.io/zeiss/apt
```

> **Note**: Follow the *[File Sharing](https://docs.docker.com/docker-for-windows/#resources)* section for prerequisities, if running Docker on Windows in Hyper-V mode.
Expand All @@ -50,19 +50,19 @@ Run container with custom command:

```shell
# Docker on Linux or Mac
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss-digital-innovation/apt \
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss/apt \
CMD

# Docker on Windows
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss-digital-innovation/apt `
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss/apt `
CMD
```

> **Note**: Connections from this container to the docker host can be established with the special DNS name `host.docker.internal` which resolves to the internal IP address used by the host.

#### Useful File Locations

* `/usr/local/share/hashicorp/install.sh` - [HashiCorp binaries install script](https://github.com/ZEISS/install-hashicorp-binaries)
* `/usr/local/share/hashicorp/install.sh` - [HashiCorp binaries install script](https://github.com/zeiss/install-hashicorp-binaries)
* `/usr/local/etc/dehydrated` - [dehydrated](https://github.com/dehydrated-io/dehydrated) base directory
* `/usr/local/etc/dehydrated/hooks/lexicon.sh` - [dns-lexicon](https://github.com/AnalogJ/lexicon) hook script

Expand All @@ -78,12 +78,12 @@ If you find issues, please register them at this [GitHub project issue page][git

This project is licensed under the MIT License - see the [LICENSE][github_licence] file for details.

[github_actions]: https://github.com/zeiss-digital-innovation/container-apt/actions?query=workflow%3Acontainer
[github_actions_badge]: https://img.shields.io/github/workflow/status/zeiss-digital-innovation/container-apt/docker-build/master?logo=github
[github_releases]: https://github.com/zeiss-digital-innovation/container-apt/releases
[github_releases_badge]: https://img.shields.io/github/v/release/zeiss-digital-innovation/container-apt?sort=semver&logo=github
[github_container]: https://github.com/orgs/zeiss-digital-innovation/packages/container/package/apt
[github_container_badge]: https://img.shields.io/badge/image-ghcr.io%2Fzeiss--digital--innovation%2Fapt-1488C6?logo=docker&logoColor=FFF
[github_issue]: http://github.com/zeiss-digital-innovation/container-apt/issues/new/choose
[github_guide]: http://github.com/zeiss-digital-innovation/container-apt/tree/master/.github/CONTRIBUTING.md
[github_licence]: http://github.com/zeiss-digital-innovation/container-apt/tree/master/LICENSE
[github_actions]: https://github.com/zeiss/container-apt/actions?query=workflow%3Acontainer
[github_actions_badge]: https://img.shields.io/github/workflow/status/zeiss/container-apt/docker-build/master?logo=github
[github_releases]: https://github.com/zeiss/container-apt/releases
[github_releases_badge]: https://img.shields.io/github/v/release/zeiss/container-apt?sort=semver&logo=github
[github_container]: https://github.com/orgs/zeiss/packages/container/package/apt
[github_container_badge]: https://img.shields.io/badge/image-ghcr.io%2Fzeiss%2Fapt-1488C6?logo=docker&logoColor=FFF
[github_issue]: http://github.com/zeiss/container-apt/issues/new/choose
[github_guide]: http://github.com/zeiss/container-apt/tree/master/.github/CONTRIBUTING.md
[github_licence]: http://github.com/zeiss/container-apt/tree/master/LICENSE

0 comments on commit 7080902

Please sign in to comment.