port-ocean 0.28.4__py3-none-any.whl → 0.28.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of port-ocean might be problematic. Click here for more details.
- integrations/_infra/Dockerfile.Deb +5 -1
- {port_ocean-0.28.4.dist-info → port_ocean-0.28.5.dist-info}/METADATA +1 -1
- {port_ocean-0.28.4.dist-info → port_ocean-0.28.5.dist-info}/RECORD +6 -6
- {port_ocean-0.28.4.dist-info → port_ocean-0.28.5.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.28.4.dist-info → port_ocean-0.28.5.dist-info}/WHEEL +0 -0
- {port_ocean-0.28.4.dist-info → port_ocean-0.28.5.dist-info}/entry_points.txt +0 -0
|
@@ -69,18 +69,22 @@ COPY --from=base /app/.venv /app/.venv
|
|
|
69
69
|
COPY ./integrations/_infra/init.sh /app/init.sh
|
|
70
70
|
|
|
71
71
|
USER root
|
|
72
|
+
|
|
72
73
|
# Ensure that ocean is available for all in path
|
|
73
74
|
RUN chmod a+x /app/.venv/bin/ocean
|
|
74
75
|
|
|
75
76
|
RUN chmod a+x /app/init.sh
|
|
76
77
|
RUN ln -s /app/.venv/bin/ocean /usr/bin/ocean
|
|
78
|
+
|
|
77
79
|
# Add ocean user to ssl certs group
|
|
78
|
-
RUN setfacl -m u:ocean:rwX /etc/ssl/certs
|
|
80
|
+
RUN setfacl -R -m u:ocean:rwX /etc/ssl/certs \
|
|
81
|
+
&& setfacl -d -m u:ocean:rwX /etc/ssl/certs
|
|
79
82
|
|
|
80
83
|
# Allow ocean user to run update-ca-certificates without password (secure, limited sudo)
|
|
81
84
|
RUN echo "ocean ALL=(root) NOPASSWD: /usr/sbin/update-ca-certificates" >> /etc/sudoers.d/ocean-certs \
|
|
82
85
|
&& chmod 440 /etc/sudoers.d/ocean-certs
|
|
83
86
|
|
|
84
87
|
USER ocean
|
|
88
|
+
|
|
85
89
|
# Run the application
|
|
86
90
|
CMD ["bash", "/app/init.sh"]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
integrations/_infra/Dockerfile.Deb,sha256=
|
|
1
|
+
integrations/_infra/Dockerfile.Deb,sha256=QNyStzc0Zov1e3sejWna84yhrdOPO8Ogc-r_he3fYT4,2549
|
|
2
2
|
integrations/_infra/Dockerfile.alpine,sha256=7E4Sb-8supsCcseerHwTkuzjHZoYcaHIyxiBZ-wewo0,3482
|
|
3
3
|
integrations/_infra/Dockerfile.base.builder,sha256=ESe1PKC6itp_AuXawbLI75k1Kruny6NTANaTinxOgVs,743
|
|
4
4
|
integrations/_infra/Dockerfile.base.runner,sha256=uAcs2IsxrAAUHGXt_qULA5INr-HFguf5a5fCKiqEzbY,384
|
|
@@ -208,8 +208,8 @@ port_ocean/utils/repeat.py,sha256=U2OeCkHPWXmRTVoPV-VcJRlQhcYqPWI5NfmPlb1JIbc,32
|
|
|
208
208
|
port_ocean/utils/signal.py,sha256=J1sI-e_32VHP_VUa5bskLMFoJjJOAk5isrnewKDikUI,2125
|
|
209
209
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
210
210
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
211
|
-
port_ocean-0.28.
|
|
212
|
-
port_ocean-0.28.
|
|
213
|
-
port_ocean-0.28.
|
|
214
|
-
port_ocean-0.28.
|
|
215
|
-
port_ocean-0.28.
|
|
211
|
+
port_ocean-0.28.5.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
212
|
+
port_ocean-0.28.5.dist-info/METADATA,sha256=yunhcg6jhCxLGWapBg8_RTsVbOJuDplU3XO76vJiNNg,7015
|
|
213
|
+
port_ocean-0.28.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
214
|
+
port_ocean-0.28.5.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
215
|
+
port_ocean-0.28.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|