Merge pull request #2049 from mohamedelhabib/main
This commit is contained in:
commit
17bf0838ea
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -103,7 +103,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -98,7 +98,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -71,7 +71,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -92,7 +92,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
|||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
&& apk del .build-deps-yarn \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -60,7 +60,8 @@ RUN set -ex \
|
|||
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
|
||||
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
|
@ -87,7 +87,8 @@ RUN set -ex \
|
|||
| xargs -r apt-mark manual \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
# smoke test
|
||||
&& yarn --version
|
||||
&& yarn --version \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue