why _?111git statuskubectl apply -n kube-system -f descheduler-cronjob.yaml
This commit is contained in:
12
apps/apt-cacher-ng/Dockerfile
Normal file
12
apps/apt-cacher-ng/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM cr.wks/debian-stable
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
apt-cacher-ng && \
|
||||
apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/cache/apt/*
|
||||
|
||||
RUN echo 'PassThroughPattern: .*' >> /etc/apt-cacher-ng/acng.conf
|
||||
|
||||
EXPOSE 3142
|
||||
CMD /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng pidfile=/var/run/apt-cacher-ng/pid SocketPath=/var/run/apt-cacher-ng/socket foreground=1
|
||||
Reference in New Issue
Block a user