You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate a repository pruning using circleci, While the command succeeded exit code is wrong
/usr/bin/yes | hub-tool/hub-tool tag rm $image
Are you sure you want to delete the image tagged "features-***" from repository "*******/h***"? [y/N] Deleted *******/h***:features-***
Exited with code exit status 141
CircleCI received exit code 141
Steps to reproduce the issue:
As of now I cannot reproduce this issue on my comp
yes | ./hub-tool/hub-tool tag rm jb68/fossology:latest
WARNING: You are about to permanently delete image "jb68/fossology:latest"
This action is irreversible
Are you sure you want to delete the image tagged "latest" from repository "jb68/fossology"? [y/N] Deleted jb68/fossology:latest
[jb:~/opt] 7s $ echo $?
0
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
jb68
changed the title
Command succeeded exit code 141 is wrong
Feature request: Add non interactive possibility on remove ( ex: hub-tool tag rm --yes ... )
Feb 3, 2022
jb68
changed the title
Feature request: Add non interactive possibility on remove ( ex: hub-tool tag rm --yes ... )
Feature request: Add non interactive OPTION on remove ( ex: hub-tool tag rm --yes ... )
Feb 3, 2022
Wrong exit code
I am trying to automate a repository pruning using circleci, While the command succeeded exit code is wrong
Steps to reproduce the issue:
As of now I cannot reproduce this issue on my comp
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
hub-tool --version
:Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: