Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docker-image-publish

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-image-publish - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "docker-image-publish",
"version": "0.2.0",
"version": "0.2.1",
"description": "A script to build, tag and publish docker images with version labels and dev suffix, base on the source git branch.",

@@ -5,0 +5,0 @@ "docker-repo": "registry.example.com,gcr.io/my-id",

@@ -41,4 +41,4 @@ Docker Image Publish

* `--latest`: Adds a "latest" tag to the publishing list.
* `--append-commit-hash`: Adds the current git's commit hash to all tag names (but on latest).
* `--append-timestamp`: Adds the current UTC time to all tag names (but on latest).
* `--append-commit-hash`: Adds the current git's commit hash to the full version tag.
* `--append-timestamp`: Adds the current UTC time to the full version tag.

@@ -45,0 +45,0 @@ If you want to know what you will get published, you can run `docker-build-info` and you will see someting alike:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc