Improved the script to add more useful packages and improved the entrypoint script.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ameer Hamza Khan
2025-07-27 13:09:14 +00:00
parent eada31f646
commit bb6dc6ab2e
3 changed files with 101 additions and 60 deletions

View File

@@ -65,27 +65,3 @@ steps:
- type=local\\,src=/cache/${DRONE_REPO}/ubuntu-20.04
cache_to:
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-20.04,mode=max
- name: ubuntu-18
image: *image
depends_on: *depends
environment:
UBUNTU_VER: 18.04
settings:
<<: *settings
repo: ${DRONE_REPO_LINK:8}/ubuntu-18.04
extra_tags:
- ${DRONE_REPO_LINK:8}:18.04
cache_from:
- type=local\\,src=/cache/${DRONE_REPO}/ubuntu-18.04
cache_to:
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-18.04,mode=max
# - name: send_n8n
# image: curlimages/curl:latest
# depends_on:
# - ubuntu-22
# - ubuntu-20
# - ubuntu-18
# commands:
# - curl https://n8n.ahkhan.me/webhook/drone/gitea/docker/ubuntu -H 'Authorization:Bearer wJlK5lDvTUS03Cfd4RWKyQ'