-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
141 additions
and
64 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
FROM python:3.10.7-slim-bullseye | ||
FROM python:3.11.0-slim-bullseye | ||
LABEL MAINTAINER="Mike Schiessl - [email protected]" | ||
LABEL APP_LONG="Akamai Universal Log Streamer" | ||
LABEL APP_SHORT="ULS" | ||
|
@@ -10,8 +10,8 @@ ARG HOMEDIR="/opt/akamai-uls" | |
ARG ULS_DIR="$HOMEDIR/uls" | ||
ARG EXT_DIR="$ULS_DIR/ext" | ||
|
||
ARG ETP_CLI_VERSION="0.3.9" | ||
ARG EAA_CLI_VERSION="0.5.1" | ||
ARG ETP_CLI_VERSION="0.4.0" | ||
ARG EAA_CLI_VERSION="0.5.5" | ||
ARG MFA_CLI_VERSION="0.0.9" | ||
ARG GC_CLI_VERSION="dev" | ||
ARG LINODE_CLI_VERSION="dev" | ||
|
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
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
Oops, something went wrong.