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

Dockerfiles Ubuntu Xenial -> Bionic upgrade with python 3 #16

Merged
merged 10 commits into from
May 8, 2020

Commits on Jan 3, 2019

  1. change to the bionic repos and also install gpg because the install s…

    …cript tries to install gnupg which isn't found in the repos
    dswebbthg committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a6d7563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2798b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a32a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4006e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a337e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    e638d95 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    9610be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d62fda View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Switch to Ubuntu:bionic for st2chatops

    armab committed May 6, 2020
    Configuration menu
    Copy the full SHA
    18b00ec View commit details
    Browse the repository at this point in the history
  2. Add gpg for st2chatops to fix Packagecloud repo add issue

    Fixes Packagecloud add repo issue:
    ```
    Package gnupg is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    Unable to install GPG! Your base system has a problem; please check your default OS's package repositories because GPG should work.
    Repository installation aborted.
    E: Package 'gnupg' has no installation candidate
    ```
    armab committed May 6, 2020
    Configuration menu
    Copy the full SHA
    f9eeba3 View commit details
    Browse the repository at this point in the history