-
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.
- Loading branch information
Dmitriy Prokop
committed
Jul 25, 2024
1 parent
1d81b5f
commit b571a94
Showing
33 changed files
with
117 additions
and
11,217 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FROM debian:12.6-slim | ||
|
||
ENV EMCEE_CLI_VERSION=0.0.1 | ||
ENV EMCE_CLII_ARCHITECTURE=x86_64 | ||
|
||
RUN apt-get update && apt-get -y install bash grep curl | ||
|
||
RUN curl --location https://github.com/avito-tech/Emcee.cloud-CLI/releases/download/$EMCEE_CLI_VERSION/emcee-cloud_Linux_$EMCE_CLII_ARCHITECTURE.tar.gz --output emcee-cloud_Linux_$EMCE_CLII_ARCHITECTURE.tar.gz | ||
RUN tar -xzf emcee-cloud_Linux_$EMCE_CLII_ARCHITECTURE.tar.gz -C /usr/bin/ | ||
RUN chmod +x /usr/bin/emcee-cloud | ||
RUN emcee-cloud --version | ||
|
||
COPY entrypoint.sh /entrypoint.sh | ||
RUN chmod 0755 /entrypoint.sh | ||
|
||
ENTRYPOINT ["/entrypoint.sh"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.