atomic icon indicating copy to clipboard operation
atomic copied to clipboard

Atomic Run Tool for installing/running/managing container images.

Results 60 atomic issues
Sort by recently updated
recently updated
newest added

Same as #1144 , I tried the following command: ``` # atomic run openshift/origin-ansible ``` After downloading everything, it show this: ``` Need to pull openshift/origin-ansible Pulling docker.io/openshift/origin-ansible:latest ... Copying...

The atomic push command is not using specified --gnupghome causing images not to be found when running as another user (eg. sudo). Work around is to specify GNUPGHOME env var.

bug

I am trying to do `atomic mount` from within a container (running test suite from a container): ``` $ docker run -d --name toy -i registry.fedoraproject.org/fedora:26 cat $ docker run...

Last week I rolled out overlay2 to an internal OpenShift cluster maintained by operations. One technical bump I hit was operations places an immutable flag (`chattr +i`) on `/var/lib/docker/volumes`, which...

question

``` # atomic --debug install --storage=ostree dockertar:/root/ovirt.tgz Namespace(_class=, args=[], assumeyes=False, debug=True, display=False, func='install', ignore=False, image='dockertar:/root/ovirt.tgz', name=None, opt1=None, opt2=None, opt3=None, profile=False, remote=None, setvalues=None, storage='ostree', system=False, system_package='auto', user=False) tar: etc/.wh.redhat-release: implausibly old...

Hello, I'd like to present you scenario we face with openscap (scanner image). For the image to work, it is necessary to be installed by running `atomic install rhel7/openscap`. But...

I'm trying to implement a vulnerability scanner that covers my entire OpenShift Registry. Is this possible with Atomic and if not does anyone know of a product that can accomplish...

This issue will be used to track some errors/concerns that showed up on f26 cloud/atomic. The PR to "pacify" the tester is https://github.com/projectatomic/atomic/pull/1076 so we can start testing on f26,...

``` $ sudo GNUPGHOME=/home/thomasmckay/.gnupg atomic push --username=unused --password=`oc whoami -t` --insecure --gnupghome=/home/thomasmckay/.gnupg [email protected] docker-registry.192.168.42.209.nip.io:443/myproject/hammer:v1 WARN[0000] '--tls-verify' is deprecated, please set this on the specific subcommand ``` Verisions ``` [thomasmckay@thomasmckay minishift]$...

Currently, the only documentation available (that I was able to find) for `atomic verify` is the inline help: ``` # atomic verify --help usage: atomic verify [-h] [--no-validate] [--storage STORAGE]...