Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Insecure options ondisk #1804

Merged
merged 2 commits into from Nov 27, 2015
Merged

Insecure options ondisk #1804

merged 2 commits into from Nov 27, 2015

Conversation

blixtra
Copy link
Collaborator

@blixtra blixtra commented Nov 27, 2015

Disable checking the treestore when using --insecure-options=ondisk
which is implemented in this change.

This reduces the start-up time of big images dramatically.

For example, with docker://jenkins.

docker://jenkins

real 0m7.200s
user 0m6.740s
sys 0m0.550s

docker://jenkins --insecure-options=ondisk

real 0m0.384s
user 0m0.100s
sys 0m0.030ss

Closes #1350

iaguis and others added 2 commits November 27, 2015 13:27
Disable checking the treestore when using --insecure-options=ondisk
which is implemented in this change.

This reduces the start-up time of big images dramatically.

For example, with docker://jenkins.

docker://jenkins

real	0m7.200s
user	0m6.740s
sys	0m0.550s

docker://jenkins --insecure-skip-verify

real	0m0.384s
user	0m0.100s
sys	0m0.030s
@krnowak
Copy link
Collaborator

krnowak commented Nov 27, 2015

LFAD.

@krnowak krnowak added this to the v0.12.0 milestone Nov 27, 2015
krnowak added a commit that referenced this pull request Nov 27, 2015
@krnowak krnowak merged commit 4f50fe0 into rkt:master Nov 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants