From ed123bcd578d5976f40aac4c673557465504649f Mon Sep 17 00:00:00 2001 From: Zvi Grinberg Date: Mon, 11 Mar 2024 00:06:51 +0200 Subject: [PATCH 1/2] doc: add comment Signed-off-by: Zvi Grinberg --- docker-image/Dockerfiles/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-image/Dockerfiles/Dockerfile b/docker-image/Dockerfiles/Dockerfile index 00ba23f..3cf8bbc 100644 --- a/docker-image/Dockerfiles/Dockerfile +++ b/docker-image/Dockerfiles/Dockerfile @@ -110,4 +110,5 @@ COPY --from=builder /opt/app-root/src/.npm-global/ /opt/app-root/src/.npm-global # Copy RHDA executable script from the builder stage COPY --from=builder /rhda.sh /rhda.sh +#Original UID in base image USER 1001 From 118c71a1fa84c4c0d33d37c2939fb67cdfc33a65 Mon Sep 17 00:00:00 2001 From: Zvi Grinberg Date: Mon, 11 Mar 2024 00:10:45 +0200 Subject: [PATCH 2/2] ci: trigger staging pipeline also in case of docker image change Signed-off-by: Zvi Grinberg --- .github/workflows/stage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index fc25cd7..75bc354 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -21,6 +21,7 @@ on: - "package.json" - "tsconfig.json" - ".github/workflows/stage.yml" + - "docker-image/**" push: branches: