
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
docker-meta
Advanced tools
Generates docker meta information such as tags, labels and build-args.
Generates docker meta information such as tags, labels and build-args.
$ npm install -g docker-meta
$ docker-meta COMMAND
running command...
$ docker-meta (-v|--version|version)
docker-meta/4.4.0 linux-x64 node-v18.18.0
$ docker-meta --help [COMMAND]
USAGE
$ docker-meta COMMAND
...
To use with docker buildx bake:
docker buildx bake -f <(docker-meta)
$ docker-meta --help
Generates docker meta information such as tags, labels and build-args.
USAGE
$ docker-meta
OPTIONS
-V show CLI version
-c, --config=config Path to the config file
-h, --help show CLI help
-o, --output=output Path to the output file
--branch=branch The branch
--build-date=build-date The build date in ISO 8601
--change-number=change-number The change number
--[no-]change-request Change request mode
--git-sha=git-sha The git sha
--[no-]latest Push as latest
--version=version The version to publish
DESCRIPTION
The config will be read from any valid config file in the current directory. The configuration file can be defined using all the extensions and names accepted by cosmiconfig, such as docker-meta.config.js
You can find an example of config file here.
FAQs
Generates docker meta information such as tags, labels and build-args.
We found that docker-meta demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.