From e99f224dc50e74b7a8f9b151569dfa5069f93c7c Mon Sep 17 00:00:00 2001 From: Deepak Panwar <97603455+deepak-devtron@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:21:21 +0530 Subject: [PATCH 01/10] Update hello.py updating the message --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 14fceb9..bf2998b 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Deepak I am doing testing for Nitish') +print('Hello, world! Nitish') From b863f7954fc322c3c9eef09d565c094a5b28c3f2 Mon Sep 17 00:00:00 2001 From: Deepak Panwar <97603455+deepak-devtron@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:29:43 +0530 Subject: [PATCH 02/10] Update Dockerfile adding --platform=$TARGETPLATFORM in docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03968a1..017f7c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ################################# Build Container ############################### -FROM golang:1.16 as builder +FROM --platform=$TARGETPLATFORM golang:1.16 as builder # Setup the working directory WORKDIR /app @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main app.go ################################# Prod Container ################################# # Use a minimal alpine image -FROM alpine:3.7 +FROM --platform=$TARGETPLATFORM alpine:3.7 #RUN apt update #RUN apt install python # Add ca-certificates in case you need them From 9285cd3423e6f2895844f143104c0dc114d1aac1 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:04:32 +0530 Subject: [PATCH 03/10] Update hello.py for testing --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index bf2998b..f96db92 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish') +print('Hello, world! Nitish singh') From e2b340d43f01ab01189da2db40ba0d2fd2e70c62 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:10:30 +0530 Subject: [PATCH 04/10] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 017f7c5..395f712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ################################# Build Container ############################### -FROM --platform=$TARGETPLATFORM golang:1.16 as builder +FROM golang:1.16 as builder # Setup the working directory WORKDIR /app @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main app.go ################################# Prod Container ################################# # Use a minimal alpine image -FROM --platform=$TARGETPLATFORM alpine:3.7 +FROM alpine:3.7 #RUN apt update #RUN apt install python # Add ca-certificates in case you need them @@ -32,4 +32,3 @@ CMD ["./main"] - From 6df6eef4a5a8c9cd5b6f0ea6aa707ea7b79f6135 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:40:58 +0530 Subject: [PATCH 05/10] Update hello.py this is for test --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index f96db92..88eea40 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh') +print('Hello, world! Nitish singh ji') From c65f319e712f83510bcf77bd2e7da7a43e8cff0e Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:41:44 +0530 Subject: [PATCH 06/10] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 88eea40..ce701cd 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh ji') +print('Hello, world! Nitish singh jii') From fd228429fd20dc2319963fbd96a60c1e4805bcdb Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:47:59 +0530 Subject: [PATCH 07/10] Update hello.py this is the second pull --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index ce701cd..4ed2b92 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh jii') +print('Hello, world! Nitish singh jiii') From ae85eeef7167572845e3b5e7a45d18dd56633879 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:55:56 +0530 Subject: [PATCH 08/10] Update hello.py this is the 3rd pull --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 4ed2b92..08e5367 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh jiii') +print('Hello, world! Nitish singh jiiii') From b7d017ea3e435e9fc605177ef21f2c76635cb269 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 18:24:43 +0530 Subject: [PATCH 09/10] Update hello.py this is the 4th pull --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 08e5367..fd48a9a 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh jiiii') +print('Hello, world! Nitish singh kumar') From c380915d3e8686e7436cc943d6359986f22d9623 Mon Sep 17 00:00:00 2001 From: Nitish singh <103981273+nitish6660@users.noreply.github.com> Date: Thu, 25 Aug 2022 18:25:28 +0530 Subject: [PATCH 10/10] Update hello.py this is the 5th pull --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index fd48a9a..b5e33ee 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print('Hello, world! Nitish singh kumar') +print('Hello, world! Nitish singh kumaar')