frontlinersnl / dotnet-legacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotnetNetBuildContainer

logo

Docker image to automate legacy asp.net/angular builds

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t inforitnl/dotnet-legacy .
  3. push new version to dockerhub:

    docker push inforitnl/dotnet-legacy
  4. tag and push again (optional but recommended):

    docker tag inforitnl/dotnet-legacy inforitnl/dotnet-legacy:1
    docker push inforitnl/dotnet-legacy:1

Usage

image: inforitnl/dotnet-legacy

pipelines:
  default:
    - step:
        script:
          - /Build.sh

scripts

Command Description
build build the container with latest tag
push pushes the container

About


Languages

Language:Shell 69.9%Language:Dockerfile 30.1%