Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEVER MERGE: Adding a test pipeline for debugging #902

Closed
wants to merge 13 commits into from
Closed

Conversation

matentzn
Copy link
Contributor

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
Copy link
Contributor Author

No longer needed, testing time is over for this.

@matentzn matentzn closed this Feb 24, 2024
@matentzn matentzn deleted the testdocker branch March 1, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant