Skip to content

Commit

Permalink
adding build container for Clang16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Apr 23, 2023
1 parent 396a998 commit c1f4b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.clang16builder
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Dockerfile to create the builder container for compiling and testing Universal
# docker build --target clang15builder -t stillwater/universal:clang15builder -f Dockerfile.clang15builder .
# docker build --target clang16builder -t stillwater/universal:clang16builder -f Dockerfile.clang16builder .
# then push to docker hub
# docker push stillwater/universal:clang15builder
# docker push stillwater/universal:clang16builder

# BUILDER stage
FROM silkeh/clang:16 as clang16builder
Expand Down Expand Up @@ -40,5 +40,5 @@ USER stillwater
WORKDIR /home/stillwater

# add a command that when you run the container without a command, it produces something meaningful
ENV CONTAINER_ID "Universal Numbers Library Builder Clang 15"
ENV CONTAINER_ID "Universal Numbers Library Builder Clang 16"
CMD ["/usr/bin/env", "bash"]

0 comments on commit c1f4b9f

Please sign in to comment.