INCATools / ontology-development-kit

Bootstrap an OBO Library ontology
http://incatools.github.io/ontology-development-kit/
BSD 3-Clause "New" or "Revised" License
223 stars 54 forks source link

NEVER MERGE: Adding a test pipeline for debugging #902

Closed matentzn closed 7 months ago

matentzn commented 1 year ago
groot@NC-PH-3226:~/ws/ontology-development-kit# make build-testx
docker build -f x.Dockerfile  --platform linux/amd64 \
    --build-arg ODK_VERSION="v1.5"  \
    -t obolibrary/odkfull:"v1.5" -t obolibrary/odkfull:latest .
Sending build context to Docker daemon  1.449GB
Step 1/3 : FROM obolibrary/odklite:latest
 ---> 5374b8c0c73d
Step 2/3 : ARG TARGETARCH
 ---> Running in d64f6ec7b347
Removing intermediate container d64f6ec7b347
 ---> 5a4e6d799f73
Step 3/3 : RUN test "x$TARGETARCH" = xamd64 && echo "AMD64" > /architecture.txt || echo "ARM64" > /etc/architecture.txt
 ---> Running in 08b4c5ecdb12
Removing intermediate container 08b4c5ecdb12
 ---> 997fe87c7389
[Warning] One or more build-args [ODK_VERSION] were not consumed
Successfully built 997fe87c7389
Successfully tagged obolibrary/odkfull:v1.5
Successfully tagged obolibrary/odkfull:latest
matentzn commented 7 months ago

No longer needed, testing time is over for this.