We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8142f9 commit 39a43e5Copy full SHA for 39a43e5
1 file changed
releases/latest/beta-instanton/build-criu.sh
@@ -4,9 +4,6 @@
4
# Your account must have access to Red Hat content
5
# The build machine must have access to the internal network
6
# You must pass in your ftpuser and ftppass as files that contain your ID and password
7
-echo $1
8
-echo $2
9
-
10
podman build --secret id=ftpuser,src=$1 --secret id=ftppass,src=$2 -t criu-build:ubi -f Dockerfile.criu.build.ubi .
11
12
container_id=$(podman create criu-build:ubi)
0 commit comments