feat: first build testing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- add README - update build steps to use docker.sock
This commit is contained in:
parent
e8cc0ac6db
commit
258828218d
@ -4,10 +4,7 @@ name: build-docker-image
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker:20.10.24-dind
|
image: docker:20.10.24-cli
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://localhost:2375 # Docker daemon
|
|
||||||
DOCKER_TLS_CERTDIR: '' # Disable TLS to simplify DIND setup
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
@ -17,7 +14,8 @@ steps:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|||||||
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Docker Image Build: almalinux base
|
||||||
|
|
||||||
|
[](https://droneci.query.consul/unkin/docker-almalinux-base)
|
||||||
|
|
||||||
|
This project provides a reproducible Docker image build process for `almalinux:8.10`, with custom YUM repository configurations and package installations. The build is automated using a `Makefile` and managed via Drone CI to ensure consistent and reliable Docker image builds.
|
||||||
|
|
||||||
Reference in New Issue
Block a user