Skip to content

Commit

Permalink
Fixes #478 - Investigate acr/quarkus/README.md workflow failure (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Apr 26, 2024
1 parent e40837d commit ef44d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions acr/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ line below:

<!-- workflow.skip() -->
```shell
export ACR_NAME=joazacr$RANDOM
export ACR_NAME=joazcr$RANDOM
```

<!-- workflow.run()
if [[ -z $ACR_NAME ]]; then
export ACR_NAME=joazacr$RANDOM
export ACR_NAME=joazcr$RANDOM
fi
-->
Expand Down
4 changes: 2 additions & 2 deletions acr/springboot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM mcr.microsoft.com/openjdk/jdk:17-ubuntu

#
# Create quarkus user
# Create the springboot user
#
RUN groupadd -r springboot && \
useradd -r -g springboot springboot
Expand All @@ -37,7 +37,7 @@ COPY target/acr-springboot.jar /opt/springboot/acr-springboot.jar
RUN chown -R springboot /opt/springboot

#
# Change user
# Change to springboot user
#
USER springboot

Expand Down

0 comments on commit ef44d4c

Please sign in to comment.