Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cebcfc9fc5 | |||
| ba047ed586 |
4
dist/npmci.build.docker.js
vendored
4
dist/npmci.build.docker.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmci",
|
"name": "npmci",
|
||||||
"version": "2.1.44",
|
"version": "2.1.45",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -188,7 +188,9 @@ export class Dockerfile {
|
|||||||
bashBare("docker push " + this.releaseTag);
|
bashBare("docker push " + this.releaseTag);
|
||||||
}
|
}
|
||||||
getId(){
|
getId(){
|
||||||
|
console.log("docker inspect --type=image --format=\"{{.Id}}\" " + this.buildTag);
|
||||||
let containerId = bashBare("docker inspect --type=image --format=\"{{.Id}}\" " + this.buildTag);
|
let containerId = bashBare("docker inspect --type=image --format=\"{{.Id}}\" " + this.buildTag);
|
||||||
|
console.log(containerId);
|
||||||
return containerId;
|
return containerId;
|
||||||
};
|
};
|
||||||
patchContents(){
|
patchContents(){
|
||||||
|
|||||||
Reference in New Issue
Block a user