-
Notifications
You must be signed in to change notification settings - Fork 233
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
Use Docker 18.09.2 on Ubuntu to fix CVE-2019-573. Remove Docker version from API #193
Conversation
@@ -143,12 +142,12 @@ echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" | \ | |||
sudo tee /etc/apt/sources.list.d/kubernetes.list | |||
sudo apt-get update | |||
|
|||
docker_ver=$(apt-cache madison docker-ce | grep "{{ .DOCKER_VERSION }}" | head -1 | awk '{print $3}') | |||
docker_pkg="docker-ce=5:18.09.2~3-0~ubuntu-bionic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that 18.09.2
should be a constant and please bring apt-cache madison
back to find actual dpkg version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check now
1fbfe04
to
60463dd
Compare
60463dd
to
5f63b8c
Compare
/lgtm |
LGTM label has been added. Git tree hash: 0671eeedd65d7083462e72f023307841c73fd457
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Fixed:
.versions.docker
API field is removedNon-fixed:
Action not required:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #192
Release note:
/assign @kron4eg