dockerfile update
parent
1f82f79288
commit
6c7c88b415
|
@ -1,7 +1,5 @@
|
||||||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||||
|
|
||||||
#ARG BASE_IMAGE="buster-slim"
|
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
|
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Welcome!"
|
echo "Welcome!"
|
||||||
|
|
||||||
#version="1.0.1"
|
version="1.0.1"
|
||||||
#platform="linux/amd64,linux/arm64"
|
platform="linux/amd64,linux/arm64"
|
||||||
version="1.0.1-arm64"
|
|
||||||
platform="linux/arm64"
|
|
||||||
localRegistryPass="***REMOVED***"
|
localRegistryPass="***REMOVED***"
|
||||||
|
|
||||||
echo "Login to alpine-nexus registry."
|
echo "Login to alpine-nexus registry."
|
||||||
|
|
Loading…
Reference in New Issue