forked from ip-gpu/KomodoOcean
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from DeckerSU/static-experimental
Merge branch 'static-experimental' into static
- Loading branch information
Showing
4 changed files
with
5 additions
and
7 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 |
---|---|---|
|
@@ -42,13 +42,13 @@ | |
# docker buildx build --platform linux/amd64,linux/arm64 -t deckersu/komodoocean:latest --push . | ||
|
||
## Build komodod | ||
FROM ubuntu:20.04 as komodod-builder | ||
FROM ubuntu:20.04 AS komodod-builder | ||
LABEL maintainer="DeckerSU <[email protected]>" | ||
|
||
SHELL ["/bin/bash", "-c"] | ||
|
||
# Latest release komodo v0.9.0-beta2 | ||
ARG KOMODO_COMMITTISH=v0.9.0-beta2 | ||
# Latest release komodo v0.9.0-beta3 | ||
ARG KOMODO_COMMITTISH=v0.9.0-beta3 | ||
ARG IS_RELEASE=false | ||
# DeckerSU <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FD9A772C7300F4C894D1A819FE50480862E6451C | ||
ARG KOMODOD_MAINTAINER_KEYS="FD9A772C7300F4C894D1A819FE50480862E6451C" | ||
|
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