Switch to mirrorred images for Drone and Docker.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3a50377366
commit
d02ad79a91
10
.drone.yml
10
.drone.yml
@ -5,11 +5,11 @@ name: build
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0
|
||||||
settings:
|
settings:
|
||||||
username:
|
registry: code.pztrn.name
|
||||||
from_secret: dockerhub_user
|
username: drone
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub_password
|
from_secret: drone_secret
|
||||||
repo: pztrn/bitlbee
|
repo: code.pztrn.name/containers/bitlbee
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
|
||||||
|
|
||||||
ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
|
ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
|
||||||
DISCORD_COMMIT=48e96efb860a0633baa98ff7960e40001bbd3b0f \
|
DISCORD_COMMIT=48e96efb860a0633baa98ff7960e40001bbd3b0f \
|
||||||
@ -13,7 +13,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
|
|||||||
cyrus-sasl-crammd5 \
|
cyrus-sasl-crammd5 \
|
||||||
cyrus-sasl-digestmd5 \
|
cyrus-sasl-digestmd5 \
|
||||||
cyrus-sasl-scram \
|
cyrus-sasl-scram \
|
||||||
cyrus-sasl-plain \
|
|
||||||
glib \
|
glib \
|
||||||
gnutls \
|
gnutls \
|
||||||
json-glib \
|
json-glib \
|
||||||
@ -22,7 +21,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \
|
|||||||
libotr \
|
libotr \
|
||||||
libpurple \
|
libpurple \
|
||||||
libpurple-bonjour \
|
libpurple-bonjour \
|
||||||
libpurple-oscar \
|
|
||||||
libpurple-xmpp \
|
libpurple-xmpp \
|
||||||
libsasl \
|
libsasl \
|
||||||
openldap \
|
openldap \
|
||||||
|
Loading…
Reference in New Issue
Block a user