add deprecation notice
This commit is contained in:
parent
4c46f4579c
commit
d7a5f7628a
2 changed files with 2 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
|
|
||||||
variables:
|
|
||||||
IMAGE_NAME: thallian/unbound-dns
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
|
||||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_SHA .
|
|
||||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_REF_NAME .
|
|
||||||
- docker build -t $IMAGE_NAME:latest .
|
|
||||||
- docker push $IMAGE_NAME:$CI_COMMIT_SHA
|
|
||||||
- docker push $IMAGE_NAME:$CI_COMMIT_REF_NAME
|
|
||||||
- docker push $IMAGE_NAME:latest
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# NO LONGER MAINTAINED
|
||||||
|
|
||||||
File access with [ProFTPD](http://www.proftpd.org/) over sftp and ldap authentication.
|
File access with [ProFTPD](http://www.proftpd.org/) over sftp and ldap authentication.
|
||||||
|
|
||||||
# Volumes
|
# Volumes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue