Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename GitHub username from Krzysztof-Szyper-Epam to ChristophShyper #38

Merged
merged 2 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image (conditional)
if: github.actor == 'Krzysztof-Szyper-Epam' && github.ref == 'refs/heads/master'
if: github.actor == 'ChristophShyper' && github.ref == 'refs/heads/master'
env:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
TERM: xterm-256color
run: make build-and-push

- name: Print versions (conditional)
if: github.actor == 'Krzysztof-Szyper-Epam' && github.ref != 'refs/heads/master'
if: github.actor == 'ChristophShyper' && github.ref != 'refs/heads/master'
env:
TERM: xterm-256color
run: make get-versions

- name: Create pull request (conditional)
if: github.actor == 'Krzysztof-Szyper-Epam' && github.ref != 'refs/heads/master'
if: github.actor == 'ChristophShyper' && github.ref != 'refs/heads/master'
uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_label: "auto-pull-request"
pr_body: "*Automated pull request*"
pr_title: "${{ github.event.commits[0].message }}"
pr_reviewer: "Krzysztof-Szyper-Epam"
pr_assignee: "Krzysztof-Szyper-Epam"
pr_reviewer: "ChristophShyper"
pr_assignee: "ChristophShyper"
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ LABEL \
org.label-schema.description="Docker image with Terraform v${TF_VERSION}, Terragrunt v${TG_VERSION} and all needed components to easily manage cloud infrastructure." \
org.label-schema.name="docker-terragrunt" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt" \
org.label-schema.url="https://github.com/ChristophShyper/docker-terragrunt" \
org.label-schema.vcs-ref="${VCS_REF}" \
org.label-schema.vcs-url="https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt" \
org.label-schema.vcs-url="https://github.com/ChristophShyper/docker-terragrunt" \
org.label-schema.vendor="Krzysztof Szyper <biotyk@mail.com>" \
org.label-schema.version="tf-${TF_VERSION}-tg-${TG_VERSION}" \
maintainer="Krzysztof Szyper <biotyk@mail.com>" \
repository="https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt" \
repository="https://github.com/ChristophShyper/docker-terragrunt" \
alpine="3.10" \
tf_version="${TF_VERSION}" \
tg_version="${TG_VERSION}" \
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Docker image with Terraform, Terragrunt and all needed components to easily manage cloud infrastructure.

[![GitHub krzysztof-szyper-epam/docker-terragrunt](https://img.shields.io/badge/github-krzysztof--szyper--epam%2Fdocker--terragrunt-blue.svg)](https://github.com/krzysztof-szyper-epam/docker-terragrunt "shields.io")
[![GitHub last commit](https://img.shields.io/github/last-commit/krzysztof-szyper-epam/docker-terragrunt)](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/commits/master "shields.io")
[![GitHub ChristophShyper/docker-terragrunt](https://img.shields.io/badge/github-ChristophShyper%2Fdocker--terragrunt-blue.svg)](https://github.com/christophshyper/docker-terragrunt "shields.io")
[![GitHub last commit](https://img.shields.io/github/last-commit/christophshyper/docker-terragrunt)](https://github.com/ChristophShyper/docker-terragrunt/commits/master "shields.io")
<br>
[![Actions Status](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/workflows/On%20commit%20push/badge.svg)](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/actions?query=workflow%3A%22On+commit+push%22 "github.com")
[![Actions Status](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/workflows/On%20pull%20request/badge.svg)](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/actions?query=workflow%3A%22On+pull+request%22 "github.com")
[![GitHub](https://img.shields.io/github/license/krzysztof-szyper-epam/docker-terragrunt)](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt "shields.io")
[![Actions Status](https://github.com/ChristophShyper/docker-terragrunt/workflows/On%20commit%20push/badge.svg)](https://github.com/ChristophShyper/docker-terragrunt/actions?query=workflow%3A%22On+commit+push%22 "github.com")
[![Actions Status](https://github.com/ChristophShyper/docker-terragrunt/workflows/On%20pull%20request/badge.svg)](https://github.com/ChristophShyper/docker-terragrunt/actions?query=workflow%3A%22On+pull+request%22 "github.com")
[![GitHub](https://img.shields.io/github/license/christophshyper/docker-terragrunt)](https://github.com/ChristophShyper/docker-terragrunt "shields.io")
<br>
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/krzysztof-szyper-epam/docker-terragrunt "shields.io")
![GitHub repo size](https://img.shields.io/github/repo-size/krzysztof-szyper-epam/docker-terragrunt "shields.io")
![GitHub language count](https://img.shields.io/github/languages/count/krzysztof-szyper-epam/docker-terragrunt "shields.io")
![GitHub top language](https://img.shields.io/github/languages/top/krzysztof-szyper-epam/docker-terragrunt "shields.io")
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/christophshyper/docker-terragrunt "shields.io")
![GitHub repo size](https://img.shields.io/github/repo-size/christophshyper/docker-terragrunt "shields.io")
![GitHub language count](https://img.shields.io/github/languages/count/christophshyper/docker-terragrunt "shields.io")
![GitHub top language](https://img.shields.io/github/languages/top/christophshyper/docker-terragrunt "shields.io")
<br>
[![GitHub file size in bytes](https://img.shields.io/github/size/krzysztof-szyper-epam/docker-terragrunt/Dockerfile?label=Dockerfile)](https://hub.docker.com/r/christophshyper/docker-terragrunt "shields.io")
[![GitHub file size in bytes](https://img.shields.io/github/size/christophshyper/docker-terragrunt/Dockerfile?label=Dockerfile)](https://hub.docker.com/r/christophshyper/docker-terragrunt "shields.io")
[![Docker Pulls](https://img.shields.io/docker/pulls/christophshyper/docker-terragrunt)](https://hub.docker.com/r/christophshyper/docker-terragrunt "shields.io")
[![Docker Stars](https://img.shields.io/docker/stars/christophshyper/docker-terragrunt)](https://hub.docker.com/r/christophshyper/docker-terragrunt "shields.io")
[![MicroBadger Commit](https://images.microbadger.com/badges/commit/christophshyper/docker-terragrunt.svg)](https://microbadger.com/images/christophshyper/docker-terragrunt "Get your own commit badge on microbadger.com")
Expand All @@ -36,11 +36,11 @@ For example:
* `christophshyper/docker-terragrunt:tf-0.12.18-tg-0.21.9` means it's Terraform v0.12.18 and Terragrunt v0.21.9 without additional CLI.
* `christophshyper/docker-terragrunt:aws-tf-0.12.18-tg-0.21.9` means it's Terraform v0.12.18 and Terragrunt v0.21.9 with AWS CLI.

**Source code is available at [GitHub](https://github.com/) under [Krzysztof-Szyper-Epam/docker-terragrunt](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt) (will change soon to match DockerHub's value christophshyper).**
**Source code is available at [GitHub](https://github.com/) under [ChristophShyper/docker-terragrunt](https://github.com/ChristophShyper/docker-terragrunt) (will change soon to match DockerHub's value christophshyper).**

Dockerfile is based on two images made by [cytopia](https://github.com/cytopia): [docker-terragrunt](https://github.com/cytopia/docker-terragrunt/tree/1bc1a2c6de42c6d19f7e91f64f30256c24fd386f) and [docker-terragrunt-fmt](https://github.com/cytopia/docker-terragrunt-fmt/tree/3f8964bea0db043a05d4a8d622f94a07f109b5a7).
<br>
Their original README files are included in this repository: [docker-terragrunt](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/blob/master/README.docker-terragrunt.md) and [docker-terragrunt-fmt](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/blob/master/README.docker-terragrunt-fmt.md).
Their original README files are included in this repository: [docker-terragrunt](https://github.com/ChristophShyper/docker-terragrunt/blob/master/README.docker-terragrunt.md) and [docker-terragrunt-fmt](https://github.com/ChristophShyper/docker-terragrunt/blob/master/README.docker-terragrunt-fmt.md).
<br>
Some changes have been applied to add more software to the image - list below.

Expand Down Expand Up @@ -116,7 +116,7 @@ docker run --rm \
### Scripts
Script name | Is included in PATH | Purpose | Source/Documentation
:--- | :---: | :--- | :---
`format-hcl.sh` | Yes | For formatting all HCL files (`.hcl`, `.tf` and `.tfvars`) into format suggested by [Hashicorp](https://github.com/hashicorp/hcl). | [Krzysztof-Szyper-Epam](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt/blob/master/fmt/format-hcl.sh)
`format-hcl.sh` | Yes | For formatting all HCL files (`.hcl`, `.tf` and `.tfvars`) into format suggested by [Hashicorp](https://github.com/hashicorp/hcl). | [ChristophShyper](https://github.com/ChristophShyper/docker-terragrunt/blob/master/fmt/format-hcl.sh)
`/terragrunt-fmt.sh` | No | Dependency for `format-hcl.sh` | [cytopia](https://github.com/cytopia/docker-terragrunt-fmt/blob/master/data/terragrunt-fmt.sh)

### Binaries and Python libraries
Expand Down