This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.
ch-image build
example from tutorial does not work anymore #1703Closed
Description
The ch-image build --force .
example given in the "90 seconds to Charliecloud" tutorial does not work anymore:
$ cd /<path>/<to>/examples/hello
$ ch-image build --force .
usage: ch-image build [-h] [--cache | --no-cache | --rebuild] [-a ARCH]
[--always-download] [--auth] [--cache-large SIZE]
[--debug] [--dependencies] [--no-lock] [--password-many]
[--profile] [-s DIR] [--tls-no-verify] [-v] [--version]
[-b SRC[:DST]] [--build-arg ARG[=VAL]] [-f DOCKERFILE]
[--force [MODE]] [--force-cmd CMD,ARG1[,ARG2...]] [-n]
[--parse-only] [-t TAG]
CONTEXT
ch-image build: error: argument --force: invalid choice: '.' (choose from 'fakeroot', 'seccomp')