Disabled Use op apt cache by default

This commit is contained in:
2021-11-19 13:59:16 +00:00
parent 9e69ac3e3c
commit d8fb4b5e10
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ source:
same_as: 3.12
keyserver: keys.openpgp.org
#InitDownloadREPO
url: http://192.168.2.83/alpine/
url: http://dl-4.alpinelinux.org/alpine/
keys:
# 0482D84022F52DF1C4E7CD43293ACD0907D9495A
- |-
@@ -550,8 +550,8 @@ packages:
- name: /etc/apk/repositories
url: |-
#StartREPOS
http://192.168.2.83/alpine/v{{ image.release }}/main
http://192.168.2.83/alpine/v{{ image.release }}/community
http://dl-4.alpinelinux.org/alpine//latest-stable/main
http://dl-4.alpinelinux.org/alpine/latest-stable/community
#EndREPOS
{% if image.variant == "ddns" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %}

View File

@@ -5,7 +5,7 @@ image:
source:
downloader: debootstrap
#InitDownloadREPO
url: http://192.168.2.83/deb.debian.org/debian
url: http://deb.debian.org/debian
keyserver: keys.openpgp.org
keys:
# 0x126C0D24BD8A2942CC7DF8AC7638D0442B90D010
@@ -1349,7 +1349,7 @@ actions:
echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/01Recommends
echo 'APT::Install-Suggests "false";' > /etc/apt/apt.conf.d/01Suggests
#ProxyCacheSetting
echo 'Acquire::http::Proxy "http://192.168.2.83:80";' > /etc/apt/apt.conf.d/01prox
echo '#CacheServer not set' > /etc/apt/apt.conf.d/01prox
- trigger: post-packages
action: |-
#!/bin/sh