jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-67835] Return Docker image digest in Docker Pipeline Plugin's build() or push() steps

Open
#688 1 comment 0 reactions 0 assignees View on GitHub
component:docker-build-publish-plugin component:docker-workflow-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
527
Forks
422
Avg merge
10m
Merged PRs (30d)
1

Description

In Docker Workflow plugin, the build(), push(), and tag() steps are based on tags. There are use cases in which users want to use the image digest to:

(a) push a digest without pushing a tag, or

(b) deploy containers using a fixed digest, or

(c) sign particular a container digest (using tools like https://github.com/sigstore/cosign).

In these cases, it would be helpful for the `build()`, `push()` or `tag()` commands to return the image digest along with the tags.

---
Originally reported by nghia, imported from: Return Docker image digest in Docker Pipeline Plugin's build() or push() steps


  • assignee: csanchez
  • status: Open
  • priority: Minor
  • component(s): docker-build-publish-plugin, docker-workflow-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 2
  • imported: 2025-12-07

Raw content of original issue

In Docker Workflow plugin, the build(), push(), and tag() steps are based on tags. There are use cases in which users want to use the image digest to:

(a) push a digest without pushing a tag, or

(b) deploy containers using a fixed digest, or

(c) sign particular a container digest (using tools like https://github.com/sigstore/cosign).

In these cases, it would be helpful for the `build()`, `push()` or `tag()` commands to return the image digest along with the tags.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.