Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Dockerfile   Sprache: unbekannt

 
FROM $DOCKER_IMAGE_PARENT

MAINTAINER release@mozilla.com

We do want to install recommended packages.
RUN sed -i /APT::Install-Recommends/d /etc/apt/apt.conf.d/99taskcluster

TODO: Remove this volume once we remove the sparse profile from update-verify-config
VOLUME /builds/worker/checkouts
VOLUME /builds/worker/workspace

RUN mkdir /build
ADD system-setup.sh /tmp/system-setup.sh
RUN bash /tmp/system-setup.sh

RUN chown -R worker:worker /builds/worker/bin && chmod 755 /builds/worker/bin/*
ENV PATH $PATH:/builds/worker/bin

# Add update-verify scripts and their Python dependencies directly into the
# image so the job does not need to checkout the repository.
# %include tools/update-verify
COPY topsrcdir/tools/update-verify /builds/worker/tools
# %include python/mozrelease
COPY topsrcdir/python/mozrelease /builds/worker/python/mozrelease
# %include third_party/python/redo
COPY topsrcdir/third_party/python/redo /builds/worker/python/redo
RUN chown -R worker:worker /builds/worker/tools /builds/worker/python
ENV PYTHONPATH=/builds/worker/python/mozrelease:/builds/worker/python/redo

ENV           LANG          C.UTF-8
ENV           LC_ALL        C.UTF-8

# Set a default command useful for debugging
CMD ["/bin/bash", "--login"]

Messung V0.5 in Prozent
C=91 H=94 G=92

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-08-25]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002