Verified Commit 9af211b5 authored by shelikhoo's avatar shelikhoo Committed by shelikhoo
Browse files

use tpa managed podman for working defaults values

parent ce9ead5b
Loading
Loading
Loading
Loading
Loading
+3 −3
Changes for .gitlab-ci.yml: 3 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -47,15 +47,15 @@ build_arm64_linux:

build-server-container:
  stage: container
  image: quay.io/buildah/stable
  image: containers.torproject.org/tpo/tpa/base-images/podman:stable
  variables:
    STORAGE_DRIVER: vfs
    BUILDAH_FORMAT: docker
    FQ_IMAGE_NAME: "${DOCKER_REGISTRY_URL}/thetorproject/webtunnel-bridge"
  script:
    - buildah build -t $FQ_IMAGE_NAME
    - podman build -t $FQ_IMAGE_NAME .
    - mkdir -p container_image
    - buildah push $FQ_IMAGE_NAME docker-archive:container_image/webtunnel-server.tar
    - podman push $FQ_IMAGE_NAME docker-archive:container_image/webtunnel-server.tar
  artifacts:
    paths:
      - container_image/webtunnel-server.tar