Skip to content

Commit

Permalink
The initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Feb 19, 2021
0 parents commit 63bdd44
Show file tree
Hide file tree
Showing 55 changed files with 1,111 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/build.sh
**/publish.sh
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# These owners will be the default owners for everything in the repo.
#
* @TGWolf

76 changes: 76 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at . All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
9 changes: 9 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

Please refer to the [contributing](https://github.com/WolfSoftware/contributing) documentation.

## Important

ALL commits must be signed to ensure the identity of the developer, any pull requests that are made with unsigned commits will be rejected as a matter of course.

> This project has a [code of conduct](CODE_OF_CONDUCT.md). By interacting with this repository, organization, or community you agree to abide by its terms.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Funding
# https://help.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository

ko_fi: wolfsoftware
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/ask_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Ask a question
about: Feel free to ask us a question
title: ''
labels: 'question'
assignees: 'TGWolf'

---

**What would you like to know?**
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: 'TGWolf'

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
Any relevant information about your environment, OS version, virtualised or not.

**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: 'TGWolf'

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:

**Summary**

<!-- Summary of the PR -->

This PR fixes/implements the following **bugs/features**

* [ ] Bug 1
* [ ] Feature 1
* [ ] Breaking changes

<!-- You can skip this if you're fixing a typo or adding an app to the Showcase. -->

Explain the **motivation** for making this change. What existing problem does the pull request solve?

<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->

**Test plan (required)**

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots help greatly.

<!-- Make sure tests pass on both Travis. -->

**Closing issues**

<!-- Put `fixes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
Fixes #
39 changes: 39 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Security Policies and Procedures

This document outlines security procedures and general policies for this project.

* [Reporting a Bug](#reporting-a-bug)
* [Disclosure Policy](#disclosure-policy)
* [Comments on this Policy](#comments-on-this-policy)

## Reporting a Bug

We take **ALL** security related bugs and issues very seriously.

If you think you have identified a security related issue, please [report it immediately](mailto:disclose@wolfsoftware.com)
and include the word "SECURITY" in the subject line. If you are not sure, don’t worry.
Better safe than sorry – just send an email.

* Please provide as much information as you can.
* Please do not open issues related to any security concerns publicly.
* Please do not include anyone else on the disclosure email.

Report security bugs in third-party modules to the person or team maintaining
the module.

## Disclosure Policy

When a security report is received, we will carry out the following steps:

* Confirm the problem and determine the affected versions.
* Audit code to find any potential similar problems.
* Prepare fixes for all releases still under maintenance. These fixes will be
released as fast as possible.

We will endeavor to keep you informed of the progress towards a fix
and full announcement, and may ask for additional information or guidance.

## Comments on this Policy

If you have suggestions on how this process could be improved please submit a
pull request.
8 changes: 8 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Support

If the documentation is not providing the information that you require then you have a couple of options:

1. [Start a discussion](https://github.com/DockerToolbox/goenv/discussions).
1. [Open an issue](https://github.com/DockerToolbox/goenv/issues), using the `Ask a question` option.

> This project has a [code of conduct](CODE_OF_CONDUCT.md). By interacting with this repository, organization, or community you agree to abide by its terms.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/ab-results*
125 changes: 125 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
matrix:
include:
- services:
- docker
name: Docker Version
script:
- docker --version
- services:
- docker
name: Amazon Linux 1
script:
- ./Dockerfiles/amazonlinux/1/manage.sh build clean
- services:
- docker
name: Amazon Linux 2
script:
- ./Dockerfiles/amazonlinux/2/manage.sh build clean
- services:
- docker
name: Centos 7
script:
- ./Dockerfiles/centos/7/manage.sh build clean
- services:
- docker
name: Centos 8
script:
- ./Dockerfiles/centos/8/manage.sh build clean
- services:
- docker
name: Debian 9 (Stretch)
script:
- ./Dockerfiles/debian/9/manage.sh build clean
- services:
- docker
name: Debian 9 (Stretch Slim)
script:
- ./Dockerfiles/debian/9-slim/manage.sh build clean
- services:
- docker
name: Debian 10 (Buster)
script:
- ./Dockerfiles/debian/10/manage.sh build clean
- services:
- docker
name: Debian 10 (Buster Slim)
script:
- ./Dockerfiles/debian/10-slim/manage.sh build clean
- services:
- docker
name: Debian 11 (Bullseye)
script:
- ./Dockerfiles/debian/11/manage.sh build clean
- services:
- docker
name: Debian 11 (Bullseye Slim)
script:
- ./Dockerfiles/debian/11-slim/manage.sh build clean
- services:
- docker
name: Ubuntu 16.04 (Xenial Xerus / Xenial)
script:
- ./Dockerfiles/ubuntu/16.04/manage.sh build clean
- services:
- docker
name: Ubuntu 18.04 (Bionic Beaver / Bionic)
script:
- ./Dockerfiles/ubuntu/18.04/manage.sh build clean
- services:
- docker
name: Ubuntu 20.04 (Focal Fossa / Focal)
script:
- ./Dockerfiles/ubuntu/20.04/manage.sh build clean
- services:
- docker
name: Dockerfile Linting (Hadolint)
before_install:
- git clone https://github.com/TravisToolbox/hadolint
install:
- "./hadolint/install.sh"
script:
- "./hadolint/scan.sh"
- language: ruby
name: Github Linguist (rvm 2.7)
rvm: 2.7
before_install:
- git clone https://github.com/TravisToolbox/github-linguist
install:
- "./github-linguist/install.sh"
script:
- "./github-linguist/scan.sh"
- language: ruby
name: YAML Linting (rvm 2.7)
rvm: 2.7
before_install:
- git clone https://github.com/TravisToolbox/yaml-lint
install:
- "./yaml-lint/install.sh"
script:
- "./yaml-lint/scan.sh"
- language: bash
name: Shellcheck (Bash)
os: linux
arch: arm64-graviton2
before_install:
- git clone https://github.com/TravisToolbox/shellcheck
install:
- "./shellcheck/install.sh"
script:
- "./shellcheck/scan.sh"
- language: ruby
name: Link Checking (rvm 2.7)
rvm: 2.7
env:
- WHITELIST="https://img.shields.io"
- EXCLUDE_FILES="CHANGELOG.md"
before_install:
- git clone https://github.com/TravisToolbox/awesomebot
install:
- "./awesomebot/install.sh"
script:
- "./awesomebot/scan.sh"
notifications:
email: false
slack:
secure: Gqm31pXA8L9oqmTddneCEx/HFsZJkNxJd0cujsTbSoyODYtFwGOz8+JtpAtc36vYyJi7XFhECKZSVLRcQXrD5/c53w86zxUHYI16kVYb2zHCm3+jl4Cak5+X8btzVUrC902Op0bH6tCIf1SWBuSsYgaH2Ot2ksUTt9Frx83ozQnBM/Jt21Kv5zMmMx2dFuki4vX+8fHlyPS11pcntCVpJFlcxXZEMl4K3jDg5dAeKi+EOiNcT3bgunzP89c5DUGrgi3+MkwAc5EREeJ09AwOAWcQmtUkzg29gFQuM6kZ4e84Fkxh+P09SXa+9TaInqMea4f59LHJ4UDgfNkbHufe9GUXEDwvvdB6wZ895n8wpi2RzT+nODolzSMSULqDXT7IH2iBpuuiFQxMTOPEDzsCIeiQCVjZdnKKr/y7Mnka4fZY1aE8VbskNaJf327CbKKVArEKQ3pc4eliU8xrsKp56zGoWE4lQqUeCkZvpER6Y7wENlsjEqNvkqw6ZzBtCYBqsR2mOAjo+xYy+j3eYxaPzvExRDLRlseF5MaQo6/bU5bHa4Om36lSq0bPREtQQ6jraKoP6FWUSUV3Bgu+TvpHAj+lhf0i2l7p6PyjnR52X04vcKcbBmVnK2codLzJwhexuwQyoZRlTvLpVRAvp/aE/JEYwLwbU4CIt6hL5Dwwi4o=
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.


This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)

### [v0.1.0](https://github.com/DockerToolbox/goenv/releases/v0.1.0)

> Released on February, 19th 2021
- The initial commit [`[head]`](https://github.com/DockerToolbox/goenv/commit/)

6 changes: 6 additions & 0 deletions Dockerfiles/alpine/manage-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

while IFS= read -r -d '' script; do
$script "${1}" "${2}"
done < <(find . -name manage.sh -print0 | sort -zV)

Loading

0 comments on commit 63bdd44

Please sign in to comment.