Dan Clark
Dan Clark
Current podman image module doesn't really support the docker-archive transport. This update allows the docker-archive transport to work as expected. Fix #205
/kind bug **Description** The podman image tasks looks like it should support exporting a container image to a tar ball. Looking at the documentation one would use the push options,...
In section 3 step 2 of this exercise: http://redhatgov.io/workshops/ansible_automation/exercise1.5/ The output image is the same as the output image from the previous workshop exercise. The goal of exercise 1.5 is...
Lab 8 pulls the following template: oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/application-template.json Which refers to a deprecated image which doesn't exist: nodejs-010-centos7 And tells the user to edit the template to change...
The butterfly web console is deployed into the initial demo-# project. In Lab #2's cleanup section there is an 'oc delete all --all' which then terminates the butterfly web console....
Deployment of the workshop requires that the HTPasswd Identity provider be at least deployed. It doesn't need to contain the actual workshop users. The Operator will create those. If the...
When deploying the CR for the workshop, the admin can specify an admin and workshop user passwords. Once the CR is deployed and the username-distribution route is available, users can...
DevSecOps Operator provisions several other operators. When uninstalling the DevSecOps operator, the other operators, like code ready workspaces, remain. The instances of those operators, like the code ready pods for...
When attempting to deploy the workshop in us-east-1 the provisioning fails if the availability zone gets set to us-east-1e and the instance sizes are left as the defaults: ``` fatal:...
The Dockerfile entrypoint /usr/bin/tf_serving_entrypoint.sh calls tensorflow_model_server with "$@" which results in an error message from tensorflow_model_server that "/usr/bin/tf_serving_entrypoint.sh" is not a supported option. This is because "$@" passes the first...