Skip to content

Commit

Permalink
remove information about commit
Browse files Browse the repository at this point in the history
For the sake of simplicity and being able to roll out the first
true automation for this repository, we are removing the information
about the commit on which the container was built. This should be
readded at a later point.

Tracked-by: #74

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed Mar 20, 2023
1 parent 4a785a4 commit c855a17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ubuntu:22.04
ARG RUST_TOOLCHAIN="1.67.1"
ARG GIT_COMMIT
ARG GIT_BRANCH

# Adding rust binaries to PATH.
ENV PATH="$PATH:/root/.cargo/bin"
Expand Down Expand Up @@ -54,5 +52,3 @@ RUN cd /opt/ && \
git clone --depth 1 --branch v2.0 https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/ && \
cd libgpiod && ./autogen.sh --prefix=/usr && make && make install; \
cd

RUN echo "{\"rev\":\"$GIT_COMMIT\",\"branch\":\"${GIT_BRANCH}\"}" > /buildinfo.json

0 comments on commit c855a17

Please sign in to comment.