-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#32 Sanitized file permissions and typos
during development, some misconfigurations on the files happened. The german and english development documentation slightly differed, therefor both texts were changed.
- Loading branch information
marco.bergen
committed
Oct 15, 2024
1 parent
24dcd45
commit d66864d
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM registry.cloudogu.com/official/base:3.20.2-1 as swaggerui | ||
FROM registry.cloudogu.com/official/base:3.20.3-2 as swaggerui | ||
ENV SWAGGERUI_VERSION=5.17.14 \ | ||
SWAGGERUI_ZIP_SHA256="481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc" | ||
RUN apk update && apk add curl | ||
RUN curl -Lsk --fail --silent --location --retry 3 https://github.com/swagger-api/swagger-ui/archive/refs/tags/v${SWAGGERUI_VERSION}.zip -o /tmp/swagger-ui.zip | ||
RUN echo "${SWAGGERUI_ZIP_SHA256} */tmp/swagger-ui.zip" | sha256sum -c - | ||
RUN unzip /tmp/swagger-ui.zip -d /tmp && mv /tmp/swagger-ui-${SWAGGERUI_VERSION}/dist /tmp/dist | ||
|
||
FROM registry.cloudogu.com/official/base:3.20.2-1 | ||
FROM registry.cloudogu.com/official/base:3.20.3-2 | ||
LABEL NAME="official/swaggerui" \ | ||
VERSION="4.9.0-5" \ | ||
maintainer="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters