File: build.sh

package info (click to toggle)
podman-compose 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: python: 1,496; sh: 36; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

cd tests/build
# busybox is resolved as an alias, redirect this to stdout
podman-compose build 2>&1
podman-compose up -d
curl -s http://localhost:8080/index.txt
podman inspect my-busybox-httpd2
podman-compose down