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

feat(docker): upgrade to CentOS7 #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat(docker): upgrade to CentOS7 #16

wants to merge 3 commits into from

Commits on Nov 5, 2021

  1. feat(docker): upgrade to CentOS7

    - moving to CentOS7 due to CentOS6 being past it’s EOL (Nov 2020)
    - using redhat-lsb-core v4.1
    - using wget v1.14
    - resolves #15
    haysclark committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    add0eee View commit details
    Browse the repository at this point in the history
  2. chore(lint): running prettier

    - no changes to functionality
    haysclark committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    260a5ae View commit details
    Browse the repository at this point in the history
  3. chore(CI): adding GitHub Actions

    - DockerHub no longer allow free autmated builds for OpenSource project
    - removing ‘Docker Automated build’ badge
    - adds untested GitHub Action for building and deploying container
    - adds https://ghcr.io support
    haysclark committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4731179 View commit details
    Browse the repository at this point in the history