@ -49,10 +49,12 @@ Docker Container:
|
|||||||
echo "[DEBUG] building multiarch/specified arch image";
|
echo "[DEBUG] building multiarch/specified arch image";
|
||||||
|
|
||||||
docker buildx build --platform=$DOCKER_IMAGE_BUILD_TARGET_PLATFORMS . \
|
docker buildx build --platform=$DOCKER_IMAGE_BUILD_TARGET_PLATFORMS . \
|
||||||
--label org.opencontainers.image.created="$(date '+%Y-%m-%d %H:%M:%S%:z')" \
|
--label org.opencontainers.image.created="$(date '+%Y-%m-%dT%H:%M:%S%:z')" \
|
||||||
--label org.opencontainers.image.documentation="$CI_PROJECT_URL" \
|
--label org.opencontainers.image.documentation="$CI_PROJECT_URL" \
|
||||||
--label org.opencontainers.image.source="$CI_PROJECT_URL" \
|
--label org.opencontainers.image.source="$CI_PROJECT_URL" \
|
||||||
--label org.opencontainers.image.revision="$CI_COMMIT_SHA" \
|
--label org.opencontainers.image.revision="$CI_COMMIT_SHA" \
|
||||||
|
--label io.artifacthub.package.readme-url="$CI_PROJECT_URL/-/raw/development/README.md?ref_type=heads" \
|
||||||
|
--label io.artifacthub.package.maintainers='[{"name":"No Fuss Computing","email":"helpdesk@nofusscomputing.com"}, {"name":"jon_nfc","email":"jonathon.lockwood@networkedweb.com"}]' \
|
||||||
--push \
|
--push \
|
||||||
--build-arg CI_PROJECT_URL=$CI_PROJECT_URL \
|
--build-arg CI_PROJECT_URL=$CI_PROJECT_URL \
|
||||||
--build-arg CI_COMMIT_SHA=$CI_COMMIT_SHA \
|
--build-arg CI_COMMIT_SHA=$CI_COMMIT_SHA \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
[](https://hub.docker.com/r/nofusscomputing/centurion-erp)
|
[](https://hub.docker.com/r/nofusscomputing/centurion-erp) [](https://artifacthub.io/packages/search?repo=centurion-erp)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
6
artifacthub-repo.yml
Normal file
6
artifacthub-repo.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
repositoryID: 17eaf871-a980-41ba-b841-2a78734535ca
|
||||||
|
owners:
|
||||||
|
- name: no-fuss-computing
|
||||||
|
email: helpdesk@nofusscomputing.com
|
||||||
|
- name: jon_nfc
|
||||||
|
email: jonathon.lockwood@networkedweb.com
|
@ -57,6 +57,14 @@ RUN cd /tmp/python_modules \
|
|||||||
|
|
||||||
FROM python:3.11-alpine3.19
|
FROM python:3.11-alpine3.19
|
||||||
|
|
||||||
|
LABEL \
|
||||||
|
org.opencontainers.image.vendor="No Fuss Computing" \
|
||||||
|
org.opencontainers.image.title="Centurion ERP" \
|
||||||
|
org.opencontainers.image.description="An ERP with a focus on ITSM and automation" \
|
||||||
|
org.opencontainers.image.vendor="No Fuss Computing" \
|
||||||
|
io.artifacthub.package.license="MIT"
|
||||||
|
|
||||||
|
|
||||||
ARG CI_PROJECT_URL
|
ARG CI_PROJECT_URL
|
||||||
ARG CI_COMMIT_SHA
|
ARG CI_COMMIT_SHA
|
||||||
ARG CI_COMMIT_TAG
|
ARG CI_COMMIT_TAG
|
||||||
|
Submodule gitlab-ci updated: 673441f83a...58ffcabbfb
Reference in New Issue
Block a user