Dan Helfman 2 년 전
부모
커밋
4302a07c9b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -46,8 +46,8 @@ steps:
       from_secret: docker_password
       from_secret: docker_password
     IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
     IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs
   commands:
   commands:
-    - echo "podman:100000:65536" > /etc/subuid
-    - echo "podman:100000:65536" > /etc/subgid
+    - echo "podman:100000:100000" > /etc/subuid
+    - echo "podman:100000:100000" > /etc/subgid
     - podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
     - podman login --username "$USERNAME" --password "$PASSWORD" projects.torsion.org
     - podman build --isolation chroot --userns-uid-map-user podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
     - podman build --isolation chroot --userns-uid-map-user podman --userns-gid-map-group podman --tag "$IMAGE_NAME" --file docs/Dockerfile
     - podman push "$IMAGE_NAME"
     - podman push "$IMAGE_NAME"