-
Notifications
You must be signed in to change notification settings - Fork 38
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
Zak Fein
committed
Jul 21, 2024
1 parent
60a8e13
commit 2df8391
Showing
5 changed files
with
43 additions
and
167 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ARG AUTHOR="[email protected] <Kirill Azovtsev>" | ||
|
||
ARG BASE_IMAGE=bitnami/minideb@sha256:6cc3baf349947d587a9cd4971e81ff3ffc0d17382f2b5b6de63d6542bff10c16 | ||
ARG BASE_IMAGE | ||
ARG RUST_VERSION=1.79.0 | ||
|
||
ARG PROJECT_ID | ||
|
@@ -14,6 +14,8 @@ ARG ARCHITECTURE=x86_64 | |
|
||
FROM ${BASE_IMAGE} as zombie-tester | ||
|
||
ARG AUTHOR | ||
ENV AUTHOR=${AUTHOR} | ||
LABEL org.opencontainers.image.authors="${AUTHOR}" | ||
LABEL org.opencontainers.image.description="Zombienet image" | ||
|
||
|