Ahmed R. Awadallah f81fc91bfd Fix build for SC2236 (#496)
* attempt to fix build

correcting error message from travis ci

In ./github-dev/cleanup-pr-branch line 5:
if [[ ! -z "$TOKEN" ]]; then
      ^-- SC2236: Use -n instead of ! -z.

* Update cleanup-pr-branch

* Update release-email-notification

corrected SC2236

* Update upload-assets

correct SC2236

* Update sendemail

Fix SC2236

* Update entrypoint.sh

Fix SC2236

* Update run

Fix SC2236
2019-09-09 08:15:10 -07:00
2019-07-26 10:30:13 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2019-07-24 17:37:47 -07:00
2019-08-30 17:52:57 -07:00
2018-02-15 10:10:35 -05:00
2019-09-09 08:15:10 -07:00
2018-09-25 13:30:25 -04:00
2017-06-05 13:59:21 -04:00
2018-03-07 10:13:00 -05:00
2019-08-30 17:52:57 -07:00
2019-03-08 11:09:18 -05:00
2019-09-09 08:15:10 -07:00
2019-09-09 08:15:10 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2018-04-19 19:07:55 -04:00
2019-07-26 11:55:49 -07:00
2019-08-30 17:52:57 -07:00
2017-03-21 14:24:25 -07:00
2019-09-09 08:15:10 -07:00
2018-10-22 17:15:44 -04:00
2019-07-26 10:55:34 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2019-07-26 10:55:34 -07:00
2019-08-30 17:52:57 -07:00
2019-08-30 17:52:57 -07:00
2019-09-05 10:49:10 -07:00
2018-09-24 18:36:11 -04:00
2019-08-30 17:52:57 -07:00
bcc
2018-12-29 16:16:59 +00:00
wg

dockerfiles

Travis CI

This is a repo to hold various Dockerfiles for images I create.

Table of Contents

About

Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)

Resources

My dotfiles

You may also want to checkout my dotfiles, specifically the aliases for all these files which are here: github.com/jessfraz/dotfiles/blob/master/.dockerfunc.

Contributing

I try to make sure each Dockerfile has a command at the top to document running it, if a file you are looking at does not have a command, please pull request it!

Using the Makefile

$ make help
build                          Builds all the dockerfiles in the repository.
dockerfiles                    Tests the changes to the Dockerfiles build.
image                          Build a Dockerfile (ex. DIR=telnet).
latest-versions                Checks all the latest versions of the Dockerfile contents.
run                            Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
shellcheck                     Runs the shellcheck tests on the scripts.
test                           Runs the tests on the repository.
Description
Various Dockerfiles I use on the desktop and on servers.
Readme MIT 156 MiB
Languages
Dockerfile 67.9%
Shell 17.2%
Go 5.9%
Lua 5.2%
Python 2.9%
Other 0.8%