make - autocommit

This commit is contained in:
STAM 2025-03-24 16:27:58 +03:00
parent beae1f283b
commit 94cb2ec3bf
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
2 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM jetbrains/teamcity-server:2025.03
FROM jetbrains/teamcity-server:latest
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z"
@ -210,8 +210,14 @@ ENV PATH="${P4_BIN_DIR}:${PATH}"
# Update internal p4 binary to new
RUN rm -rfv /opt/perforce/bin/p4 && \
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/bin/p4 && \
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/usr/bin/p4
rm -rfv /bin/p4 && \
rm -rfv /sbin/p4 && \
rm -rfv /usr/bin/p4 && \
rm -rfv /usr/sbin/p4 && \
rm -rfv /usr/local/bin/p4 && \
rm -rfv /usr/local/sbin/p4
ENV PATH="${P4_BIN_DIR}:${PATH}"
##################################################################
# Install 7z official binary

View File

@ -210,8 +210,14 @@ ENV PATH="${P4_BIN_DIR}:${PATH}"
# Update internal p4 binary to new
RUN rm -rfv /opt/perforce/bin/p4 && \
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/bin/p4 && \
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/usr/bin/p4
rm -rfv /bin/p4 && \
rm -rfv /sbin/p4 && \
rm -rfv /usr/bin/p4 && \
rm -rfv /usr/sbin/p4 && \
rm -rfv /usr/local/bin/p4 && \
rm -rfv /usr/local/sbin/p4
ENV PATH="${P4_BIN_DIR}:${PATH}"
##################################################################
# Install 7z official binary