remove privileged flag
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
7e3cb99033
commit
3960a8c14d
@ -41,7 +41,6 @@ local PipelineBuildContainer(arch='amd64') = {
|
||||
{
|
||||
name: 'dryrun',
|
||||
image: 'thegeeklab/drone-docker-buildx:20',
|
||||
privileged: true,
|
||||
settings: {
|
||||
dry_run: true,
|
||||
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
|
||||
|
@ -48,7 +48,6 @@ steps:
|
||||
repo: thegeeklab/${DRONE_REPO_NAME}
|
||||
username:
|
||||
from_secret: docker_username
|
||||
privileged: true
|
||||
when:
|
||||
ref:
|
||||
- refs/pull/**
|
||||
@ -110,7 +109,6 @@ steps:
|
||||
repo: thegeeklab/${DRONE_REPO_NAME}
|
||||
username:
|
||||
from_secret: docker_username
|
||||
privileged: true
|
||||
when:
|
||||
ref:
|
||||
- refs/pull/**
|
||||
@ -172,7 +170,6 @@ steps:
|
||||
repo: thegeeklab/${DRONE_REPO_NAME}
|
||||
username:
|
||||
from_secret: docker_username
|
||||
privileged: true
|
||||
when:
|
||||
ref:
|
||||
- refs/pull/**
|
||||
@ -273,6 +270,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: cc30669d3e6cdff969833ae039e9fdcc8a4c49f1f1043c44170e458433d36727
|
||||
hmac: df8ed22bcc61c18db85e4b1945870ba94644decaae71736b5cd631445004a3c6
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user