This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kevin Carter <[email protected]>
- Loading branch information
Showing
38 changed files
with
99 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM cloudnull/base-rustup:bionic as BUILD | ||
FROM ghcr.io/oshied/base-rustup:bionic as BUILD | ||
ARG git_repository=https://github.com/AcalaNetwork/Acala | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -17,7 +17,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/Agoric/ag0 | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -16,7 +16,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 @@ | ||
FROM cloudnull/base-go1.19:bionic as GO_BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as GO_BUILD | ||
|
||
FROM cloudnull/base-nodejs-lts:bionic as BUILD | ||
FROM ghcr.io/oshied/base-nodejs-lts:bionic as BUILD | ||
ARG git_repository=https://github.com/Agoric/agoric-sdk | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -23,7 +23,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/ovrclk/akash | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -17,7 +17,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/althea-net/althea-chain | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -14,7 +14,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:focal as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:focal as BUILD | ||
ARG git_repository=https://github.com/aptos-labs/aptos-core | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -17,7 +17,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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,8 +1,8 @@ | ||
FROM cloudnull/base-rocksdb:focal-v6.29.3 as BUILD_ROCKS | ||
FROM ghcr.io/oshied/base-rocksdb:focal-v6.29.3 as BUILD_ROCKS | ||
|
||
FROM cloudnull/base-go1.19:focal as BUILD_GO | ||
FROM ghcr.io/oshied/base-go1.19:focal as BUILD_GO | ||
|
||
FROM cloudnull/base-nodejs-lts:focal as BUILD | ||
FROM ghcr.io/oshied/base-nodejs-lts:focal as BUILD | ||
WORKDIR /usr/local/lib | ||
COPY --from=BUILD_ROCKS /usr/local/lib /usr/local/lib | ||
WORKDIR /usr/local/include | ||
|
@@ -49,7 +49,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/archway-network/archway | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -17,7 +17,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/ava-labs/avalanchego | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -16,7 +16,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/axelarnetwork/axelar-core | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -16,7 +16,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-go1.19:bionic as BUILD | ||
FROM ghcr.io/oshied/base-go1.19:bionic as BUILD | ||
ARG git_repository=https://github.com/bandprotocol/chain | ||
ARG git_version=main | ||
RUN git clone --recursive --branch $git_version $git_repository /build_dir | ||
|
@@ -19,7 +19,7 @@ LABEL description="${summary}" \ | |
app.kubernetes.io/version="${git_version}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.revision="${git_version}" \ | ||
org.opencontainers.image.source="${git_repository}" \ | ||
|
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 cloudnull/base-build:bionic as bionic | ||
FROM ghcr.io/oshied/base-build:bionic as bionic | ||
ARG name="base-dpkg" | ||
ARG summary="DPKG build environment" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
@@ -17,15 +17,15 @@ COPY --chmod=0755 debian/postinst /dpgk/DEBIAN/postinst | |
COPY --chmod=0755 debian/postinst /dpgk/DEBIAN/postrm | ||
WORKDIR /packages | ||
|
||
FROM cloudnull/base-build:focal as focal | ||
FROM ghcr.io/oshied/base-build:focal as focal | ||
ARG name="base-dpkg" | ||
ARG summary="DPKG build environment" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
@@ -36,15 +36,15 @@ COPY --chmod=0755 debian/postinst /dpgk/DEBIAN/postinst | |
COPY --chmod=0755 debian/postinst /dpgk/DEBIAN/postrm | ||
WORKDIR /packages | ||
|
||
FROM cloudnull/base-build:jammy as jammy | ||
FROM ghcr.io/oshied/base-build:jammy as jammy | ||
ARG name="base-dpkg" | ||
ARG summary="DPKG build environment" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
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,12 +1,12 @@ | ||
FROM cloudnull/base-build:bionic as bionic | ||
FROM ghcr.io/oshied/base-build:bionic as bionic | ||
ARG name="base-go1.19" | ||
ARG summary="Base build image for go 1.19.x built on-top of ubuntu Bionic" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
@@ -16,15 +16,15 @@ RUN curl -L "$GO_URL" -o /tmp/go-linux-amd64.tar.gz | |
RUN tar -C /usr/local -xzf /tmp/go-linux-amd64.tar.gz | ||
ENV PATH="$PATH:/usr/local/go/bin" | ||
|
||
FROM cloudnull/base-build:focal as focal | ||
FROM ghcr.io/oshied/base-build:focal as focal | ||
ARG name="base-go1.19" | ||
ARG summary="Base build image for go 1.19.x built on-top of ubuntu Focal" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
@@ -34,15 +34,15 @@ RUN curl -L "$GO_URL" -o /tmp/go-linux-amd64.tar.gz | |
RUN tar -C /usr/local -xzf /tmp/go-linux-amd64.tar.gz | ||
ENV PATH="$PATH:/usr/local/go/bin" | ||
|
||
FROM cloudnull/base-build:jammy as jammy | ||
FROM ghcr.io/oshied/base-build:jammy as jammy | ||
ARG name="base-go1.19" | ||
ARG summary="Base build image for go 1.19.x built on-top of ubuntu Jammy" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
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,44 +1,44 @@ | ||
FROM cloudnull/base-build:bionic as bionic | ||
FROM ghcr.io/oshied/base-build:bionic as bionic | ||
ARG name="base-nodejs-lts" | ||
ARG summary="Base build image for nodejs built on-top of ubuntu Bionic" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - | ||
RUN apt install -y nodejs | ||
RUN npm install --global yarn | ||
|
||
FROM cloudnull/base-build:focal as focal | ||
FROM ghcr.io/oshied/base-build:focal as focal | ||
ARG name="base-nodejs-lts" | ||
ARG summary="Base build image for nodejs built on-top of ubuntu Focal" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - | ||
RUN apt install -y nodejs | ||
RUN npm install --global yarn | ||
|
||
FROM cloudnull/base-build:jammy as jammy | ||
FROM ghcr.io/oshied/base-build:jammy as jammy | ||
ARG name="base-nodejs-lts" | ||
ARG summary="Base build image for nodejs built on-top of ubuntu Jammy" | ||
LABEL description="${summary}" \ | ||
maintainer="cloudnull.io <[email protected]>" \ | ||
app.kubernetes.io/name="${name}" \ | ||
org.opencontainers.image.title="${name}" \ | ||
org.opencontainers.artifact.description="${summary}" \ | ||
org.opencontainers.image.url="https://github.com/cloudnull/protocol-builds" \ | ||
org.opencontainers.image.url="https://github.com/oshied/protocol-forge" \ | ||
org.opencontainers.image.authors="[email protected]" \ | ||
org.opencontainers.image.vendor="cloudnull.io" \ | ||
org.opencontainers.image.description="${summary}" | ||
|
Oops, something went wrong.