mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-11-23 14:26:45 +08:00
Compare commits
No commits in common. "f0938ae3ed65548bac5e25ca7419b9929ff5964d" and "d0596991211554122a7c3ff90eeb004cd4f6dd24" have entirely different histories.
f0938ae3ed
...
d059699121
18
.drone.yml
18
.drone.yml
@ -1,22 +1,10 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: docker
|
||||||
node:
|
|
||||||
region: cn
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker-cn
|
- name: docker
|
||||||
pull: if-not-exists
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
repo: ccr.ccs.tencentyun.com/xiaoqidun/pfenv
|
|
||||||
registry: ccr.ccs.tencentyun.com
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
- name: docker-hk
|
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM php:8.2.8-fpm
|
FROM php:8.2.5-fpm
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user