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

Feature/upgrade and set to alpine3.7 and openssl #170

Merged
merged 3 commits into from
Feb 21, 2018

Conversation

shay-berman
Copy link
Contributor

@shay-berman shay-berman commented Feb 21, 2018

  1. ubiquity-k8s-flex and ubiquity-k8s-provisioner base images in GA v1.0 was set to alpine:latest (back then it was alpine version 3.6). We should not use "latest" tag in Dockerfile any more, so I set it to alpine:3.7 which is now the latest alpine version. So this PR set specific alpine tag version and also upgrade to 3.7 compare to GA v1.0.

  2. In addition setting specific version for ca-certificates to 20171114-r0

How to test

  1. Install ubiquity and then jump inside the flex and provisioner pods and check the new alpine version
    #> kubectl exec -n ubiquity -it <POD> -- cat /etc/alpine-release
    In addition check the new packages version
    #> kubectl exec -n ubiquity -it <POD> -- apk info -v | egrep "ca-cert
    (You can also use the google image tool for testing it)

This PR is similar to ubiquity server PR that upgrade to alpine 3.8 openssl and also ca-certificates for the ubiqutiy server base image -> IBM/ubiquity#189.


This change is Reviewable

…o 3.6). Also upgrade open-ssl and ca-certificates.

1. In GA v1 flex and provision base images were set to alpine:latest (back then it was 3.6).
   We should not use latest tag in dockerfile any more, so I set it to alpine:3.7 which is now the latest alpine version.
2. Upgrade to alpine 3.7 requires to upgrade also:
   ca-certificates  20161130-r2 --> 20171114-r0
   openssl          1.0.2k-r0   --> 1.0.2n-r0
@shay-berman shay-berman self-assigned this Feb 21, 2018
@alonm
Copy link
Contributor

alonm commented Feb 21, 2018

:lgtm:


Review status: 0 of 3 files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@shay-berman shay-berman merged commit 8726bc8 into dev Feb 21, 2018
@shay-berman shay-berman added this to the DS8K support milestone Mar 11, 2018
@shay-berman shay-berman deleted the feature/upgrade_and_set_to_alpine3.7_and_openssl branch March 25, 2018 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants