Switch to mirrorred images for Drone and Docker.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stanislav Nikitin 2022-06-29 20:38:29 +05:00
parent 3a50377366
commit d02ad79a91
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
2 changed files with 6 additions and 8 deletions

View File

@ -5,11 +5,11 @@ name: build
steps:
- name: docker
image: plugins/docker
image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0
settings:
username:
from_secret: dockerhub_user
registry: code.pztrn.name
username: drone
password:
from_secret: dockerhub_password
repo: pztrn/bitlbee
from_secret: drone_secret
repo: code.pztrn.name/containers/bitlbee
auto_tag: true

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
DISCORD_COMMIT=48e96efb860a0633baa98ff7960e40001bbd3b0f \
@ -13,7 +13,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
cyrus-sasl-crammd5 \
cyrus-sasl-digestmd5 \
cyrus-sasl-scram \
cyrus-sasl-plain \
glib \
gnutls \
json-glib \
@ -22,7 +21,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
libotr \
libpurple \
libpurple-bonjour \
libpurple-oscar \
libpurple-xmpp \
libsasl \
openldap \