Skip to content
View Vijaydaswani's full-sized avatar
  • Avaya
  • Dubai
Block or Report

Block or report Vijaydaswani

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. AzCopy Docker Image built on top of ... AzCopy Docker Image built on top of Alpine.
    1
    FROM alpine AS build
    2
    RUN apk add --no-cache wget \
    3
    &&	wget https://aka.ms/downloadazcopy-v10-linux -O /tmp/azcopy.tgz \
    4
    &&	export BIN_LOCATION=$(tar -tzf /tmp/azcopy.tgz | grep "/azcopy") \
    5
    &&	tar -xzf /tmp/azcopy.tgz $BIN_LOCATION --strip-components=1 -C /usr/bin
  2. Install packages in Jenkins slave co... Install packages in Jenkins slave container to execute stages in container.
    1
    FROM jenkins/slave
    2
    # File Author / Maintainer
    3
    MAINTAINER Vijay Daswani
    4
    
                  
    5
    ENV KUBECTL_VERSION=v1.18.0
  3. Angular-node-js Angular-node-js Public

    JavaScript

  4. dictionary-cli-tool dictionary-cli-tool Public

    JavaScript

  5. node-moca-unit-test node-moca-unit-test Public

    JavaScript

  6. nodejs-weather nodejs-weather Public

    CSS 1