We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a5cee commit b38e992Copy full SHA for b38e992
openshift-app-sample/Dockerfile
@@ -34,5 +34,4 @@
34
COPY --chown=0:0 --from=builder $APP_HOME/openshift-app-sample $APP_HOME
35
COPY --chown=0:0 --from=builder /opt/mqm /opt/mqm
36
USER $APP_USER
37
- CMD ["./openshift-app-sample"]
38
- #CMD ["/bin/bash"]
+ CMD ["./openshift-app-sample"]
openshift-app-sample/yaml/pod-sample.yaml
@@ -0,0 +1,11 @@
1
+apiVersion: v1
2
+kind: Pod
3
+metadata:
4
+ name: golang-app
5
+spec:
6
+ containers:
7
+ - name: golang-app
8
+ image: uk.icr.io/golang-sample/golang-app:1.0
9
+ restartPolicy: OnFailure
10
+ imagePullSecrets:
11
+ - name: all-icr-io
0 commit comments