Skip to content
View shahidv3's full-sized avatar
  • Bengaluru,India
Block or Report

Block or report shahidv3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Shell script to remove docker contai... Shell script to remove docker container files from Harbor
    1
    #!/bin/bash
    2
    
                  
    3
    ## ##############################################################################################################################
    4
    ##  Author : Sahid Shaik  shahids89@gmail.com                                                                                                      #                            
    5
    ## Usage: ./tags_delete.sh                                                                                                      #
  2. Harbor images cleanup automation Harbor images cleanup automation
    1
    #!/bin/python3
    2
    
                  
    3
    import argparse
    4
    import logging
    5
    import os