File tree Expand file tree Collapse file tree 34 files changed +130
-11
lines changed Expand file tree Collapse file tree 34 files changed +130
-11
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
60
60
COPY root /
61
61
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
62
62
63
+ # Hard links are not supported in Testing Farm approach during sync to guest
64
+ # operation system. Therefore tests are failing on error
65
+ # /usr/libexec/s2i/run no such file or directory
66
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
67
+
63
68
# Not using VOLUME statement since it's not working in OpenShift Online:
64
69
# https://github.com/sclorg/httpd-container/issues/30
65
70
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
63
63
COPY root /
64
64
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
65
65
66
+ # Hard links are not supported in Testing Farm approach during sync to guest
67
+ # operation system. Therefore tests are failing on error
68
+ # /usr/libexec/s2i/run no such file or directory
69
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
70
+
66
71
# When bash is started non-interactively, to run a shell script, for example it
67
72
# looks for this variable and source the content of this file. This will enable
68
73
# the SCL for all scripts without need to do 'scl enable'.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
# Not using VOLUME statement since it's not working in OpenShift Online:
65
70
# https://github.com/sclorg/httpd-container/issues/30
66
71
# VOLUME ["/var/lib/pgsql/data"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
# Not using VOLUME statement since it's not working in OpenShift Online:
65
70
# https://github.com/sclorg/httpd-container/issues/30
66
71
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
VOLUME ["/var/lib/pgsql/data"]
66
71
67
72
# S2I permission fixes
Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
64
64
COPY root /
65
65
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
66
66
67
+ # Hard links are not supported in Testing Farm approach during sync to guest
68
+ # operation system. Therefore tests are failing on error
69
+ # /usr/libexec/s2i/run no such file or directory
70
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
71
+
67
72
# When bash is started non-interactively, to run a shell script, for example it
68
73
# looks for this variable and source the content of this file. This will enable
69
74
# the SCL for all scripts without need to do 'scl enable'.
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
# Not using VOLUME statement since it's not working in OpenShift Online:
65
70
# https://github.com/sclorg/httpd-container/issues/30
66
71
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
60
60
COPY root /
61
61
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
62
62
63
+ # Hard links are not supported in Testing Farm approach during sync to guest
64
+ # operation system. Therefore tests are failing on error
65
+ # /usr/libexec/s2i/run no such file or directory
66
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
67
+
63
68
# Not using VOLUME statement since it's not working in OpenShift Online:
64
69
# https://github.com/sclorg/httpd-container/issues/30
65
70
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
VOLUME ["/var/lib/pgsql/data"]
66
71
67
72
# S2I permission fixes
Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
64
64
COPY root /
65
65
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
66
66
67
+ # Hard links are not supported in Testing Farm approach during sync to guest
68
+ # operation system. Therefore tests are failing on error
69
+ # /usr/libexec/s2i/run no such file or directory
70
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
71
+
67
72
# When bash is started non-interactively, to run a shell script, for example it
68
73
# looks for this variable and source the content of this file. This will enable
69
74
# the SCL for all scripts without need to do 'scl enable'.
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
VOLUME ["/var/lib/pgsql/data"]
66
71
67
72
# S2I permission fixes
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
# Not using VOLUME statement since it's not working in OpenShift Online:
65
70
# https://github.com/sclorg/httpd-container/issues/30
66
71
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
60
60
COPY root /
61
61
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
62
62
63
+ # Hard links are not supported in Testing Farm approach during sync to guest
64
+ # operation system. Therefore tests are failing on error
65
+ # /usr/libexec/s2i/run no such file or directory
66
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
67
+
63
68
# Not using VOLUME statement since it's not working in OpenShift Online:
64
69
# https://github.com/sclorg/httpd-container/issues/30
65
70
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
VOLUME ["/var/lib/pgsql/data"]
66
71
67
72
# S2I permission fixes
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
# Not using VOLUME statement since it's not working in OpenShift Online:
65
70
# https://github.com/sclorg/httpd-container/issues/30
66
71
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
60
60
COPY root /
61
61
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
62
62
63
+ # Hard links are not supported in Testing Farm approach during sync to guest
64
+ # operation system. Therefore tests are failing on error
65
+ # /usr/libexec/s2i/run no such file or directory
66
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
67
+
63
68
# Not using VOLUME statement since it's not working in OpenShift Online:
64
69
# https://github.com/sclorg/httpd-container/issues/30
65
70
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
61
61
COPY root /
62
62
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
63
63
64
+ # Hard links are not supported in Testing Farm approach during sync to guest
65
+ # operation system. Therefore tests are failing on error
66
+ # /usr/libexec/s2i/run no such file or directory
67
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
68
+
64
69
VOLUME ["/var/lib/pgsql/data"]
65
70
66
71
# S2I permission fixes
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
62
62
COPY root /
63
63
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
64
64
65
+ # Hard links are not supported in Testing Farm approach during sync to guest
66
+ # operation system. Therefore tests are failing on error
67
+ # /usr/libexec/s2i/run no such file or directory
68
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
69
+
65
70
# Not using VOLUME statement since it's not working in OpenShift Online:
66
71
# https://github.com/sclorg/httpd-container/issues/30
67
72
# VOLUME ["/var/lib/pgsql/data"]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -101,7 +101,3 @@ SYMLINK_RULES:
101
101
102
102
- src : ../test
103
103
dest : test
104
-
105
- - src : /usr/bin/run-postgresql
106
- dest : s2i/bin/run
107
- check_symlink : false # Disable check of dead symlinks
Original file line number Diff line number Diff line change @@ -96,6 +96,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
96
96
COPY root /
97
97
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
98
98
99
+ # Hard links are not supported in Testing Farm approach during sync to guest
100
+ # operation system. Therefore tests are failing on error
101
+ # /usr/libexec/s2i/run no such file or directory
102
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
103
+
99
104
{% if spec.prod != "rhel8" and spec.prod != "rhel9" and config.os.id != "fedora" and spec.prod != "c8s" and spec.prod != "c9s" %}
100
105
# When bash is started non-interactively, to run a shell script, for example it
101
106
# looks for this variable and source the content of this file. This will enable
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql
77
77
COPY root /
78
78
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
79
79
80
+ # Hard links are not supported in Testing Farm approach during sync to guest
81
+ # operation system. Therefore tests are failing on error
82
+ # /usr/libexec/s2i/run no such file or directory
83
+ RUN ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
84
+
80
85
VOLUME ["/var/lib/pgsql/data"]
81
86
82
87
# S2I permission fixes
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments