Skip to content

Commit

Permalink
OS-4102: OS-4097 broke import of uncompressed images
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Mar 24, 2015
1 parent 12e0264 commit 3523ebe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/img/CHANGES.md
Expand Up @@ -2,6 +2,12 @@

## 3.1.2

- [OS-4102] OS-4097 broke import of uncompressed images

## 3.1.2

*Bad version.*

- [OS-4097] support xz-compressed Docker images, e.g. learn/tutorial


Expand Down
1 change: 0 additions & 1 deletion src/img/lib/imgadm.js
Expand Up @@ -2113,7 +2113,6 @@ IMGADM.prototype._installDockerImage = function _installDockerImage(ctx, cb) {
*/
function extract(_, next) {
assert.string(ctx.filePath, 'ctx.filePath');
assert.optionalString(ctx.cType, 'ctx.cType');

if (ctx.cType === 'xz') {
common.execPlus({
Expand Down
2 changes: 1 addition & 1 deletion src/img/package.json
@@ -1,7 +1,7 @@
{
"name": "imgadm",
"description": "Manage SmartOS virtual machine images.",
"version": "3.1.2",
"version": "3.1.3",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 3523ebe

Please sign in to comment.