multicontainer-getting-started icon indicating copy to clipboard operation
multicontainer-getting-started copied to clipboard

The certificate of ‘code.jquery.com’ has expired

Open macpijan opened this issue 5 years ago • 0 comments

Following the quick start for RPI4 (https://www.balena.io/os/docs/raspberrypi4-64/getting-started/) fails.

Log:

$ balena-cli/balena push rpi4-balena.local   

[Info]    Starting build on device 192.168.0.67
[Warn]     
[Warn]    -------------------------------------------------------------------------------
[Warn]    Using file ignore patterns from:
[Warn]    /home/USER/projects/PROJECT/multicontainer-getting-started/data/.gitignore
[Warn]    balena CLI currently uses gitgnore and dockerignore files, but an upcoming major
[Warn]    version release will disregard gitignore files and use a dockerignore file only.
[Warn]    Use the --nogitignore (-G) option to enable the new behavior already now and
[Warn]    suppress this warning. For more information, see 'balena help push'.
[Warn]    -------------------------------------------------------------------------------
[Build]   [data] Step 1/8 : FROM balenalib/raspberrypi4-64-debian-node:10-stretch-run
[Build]   [frontend] Step 1/13 : FROM balenalib/raspberrypi4-64-debian-node:10-stretch-run
[Build]   [proxy] Step 1/4 : FROM arm64v8/haproxy:1-alpine
[Build]   [data]  ---> 3268787c444d
[Build]   [data] Step 2/8 : WORKDIR /usr/src/app
[Build]   [frontend]  ---> 3268787c444d
[Build]   [frontend] Step 2/13 : WORKDIR /usr/src/app
[Build]   [proxy]  ---> f47b758309fd
[Build]   [proxy] Step 2/4 : COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> dcc476e8a3ae
[Build]   [data] Step 3/8 : COPY package.json package.json
[Build]   [frontend]  ---> Using cache
[Build]   [frontend]  ---> dcc476e8a3ae
[Build]   [frontend] Step 3/13 : RUN install_packages wget
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> d8c8e7e32216
[Build]   [data] Step 4/8 : RUN JOBS=MAX npm install --production
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> 8416bfd52a87
[Build]   [data] Step 5/8 : COPY . ./
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> ae75b089da81
[Build]   [data] Step 6/8 : CMD ["npm", "start"]
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> 4ccd7a66a900
[Build]   [data] Step 7/8 : LABEL io.resin.local.image=1
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> a1c2aca9187b
[Build]   [data] Step 8/8 : LABEL io.resin.local.service=data
[Build]   [proxy]  ---> Using cache
[Build]   [proxy]  ---> eb5eba97b3d9
[Build]   [proxy] Step 3/4 : LABEL io.resin.local.image=1
[Build]   [proxy]  ---> Using cache
[Build]   [proxy]  ---> c7373481db47
[Build]   [proxy] Step 4/4 : LABEL io.resin.local.service=proxy
[Build]   [data]  ---> Using cache
[Build]   [data]  ---> 8d25794274b2
[Build]   [data] Successfully built 8d25794274b2
[Build]   [data] Successfully tagged local_image_data:latest
[Build]   [proxy]  ---> Using cache
[Build]   [proxy]  ---> e1471245b247
[Build]   [proxy] Successfully built e1471245b247
[Build]   [frontend]  ---> Running in 3e63320940ae
[Build]   [proxy] Successfully tagged local_image_proxy:latest
[Build]   [frontend] Here are a few details about this Docker image (For more information please visit https://www.balena.io/docs/reference/base-images/base-images/): 
[Build]   Architecture: ARM v8 
[Build]   OS: Debian Stretch 
[Build]   Variant: run variant 
[Build]   Default variable(s): UDEV=off 
[Build]   The following software stack is preinstalled: 
[Build]   Node.js v10.20.0, Yarn v1.22.4 
[Build]   Extra features: 
[Build]   - Easy way to install packages with `install_packages <package-name>` command 
[Build]   - Run anywhere with cross-build feature  (for ARM only) 
[Build]   - Keep the container idling with `balena-idle` command 
[Build]   - Show base image details with `balena-info` command
[Build]   [frontend] Reading package lists...
[Build]   [frontend] Building dependency tree...
[Build]   [frontend] 
[Build]   Reading state information...
[Build]   [frontend] The following NEW packages will be installed:
[Build]     wget
[Build]   [frontend] 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
[Build]   Need to get 774 kB of archives.
[Build]   After this operation, 2772 kB of additional disk space will be used.
[Build]   Get:1 http://deb.debian.org/debian stretch/main arm64 wget arm64 1.18-5+deb9u3 [774 kB]
[Build]   [frontend] debconf: delaying package configuration, since apt-utils is not installed
[Build]   
[Build]   [frontend] Fetched 774 kB in 0s (2624 kB/s)
[Build]   [frontend] Selecting previously unselected package wget.
[Build]   (Reading database ...
(Reading database ... 15%ding database ... 5%
(Reading database ... 75%ding database ... 20%
[Build]   [frontend] (Reading database ... 80%
[Build]   [frontend] (Reading database ... 85%
[Build]   [frontend] (Reading database ... 90%
[Build]   [frontend] (Reading database ... 95%
(Reading database ... 9640 files and directories currently installed.)
[Build]   [frontend] Preparing to unpack .../wget_1.18-5+deb9u3_arm64.deb ...
[Build]   [frontend] Unpacking wget (1.18-5+deb9u3) ...
[Build]   [frontend] Setting up wget (1.18-5+deb9u3) ...
[Build]   [frontend] Removing intermediate container 3e63320940ae
[Build]   [frontend]  ---> b07b371b9b90
[Build]   [frontend] Step 4/13 : ENV JQUERY_VERSION=3.3.1
[Build]   [frontend]  ---> Running in 454c95fd4163
[Build]   [frontend] Removing intermediate container 454c95fd4163
[Build]   [frontend]  ---> 0391e41b11d7
[Build]   [frontend] Step 5/13 : ENV REQUIREJS_VERSION=2.3.5
[Build]   [frontend]  ---> Running in 35d8207d2a32
[Build]   [frontend] Removing intermediate container 35d8207d2a32
[Build]   [frontend]  ---> a379b106ac5c
[Build]   [frontend] Step 6/13 : ENV HIGHCHARTS_VERSION=7.0.3
[Build]   [frontend]  ---> Running in 298dfe7ca81e
[Build]   [frontend] Removing intermediate container 298dfe7ca81e
[Build]   [frontend]  ---> e1bf9e98f958
[Build]   [frontend] Step 7/13 : RUN mkdir -p static/js &&     wget "https://code.jquery.com/jquery-${JQUERY_VERSION}.min.js" -O static/js/jquery.min.js &&     wget "https://code.highcharts.com/${HIGHCHARTS_VERSION}/highcharts.js" -O static/js/highcharts.js &&     wget "http://requirejs.org/docs/release/${REQUIREJS_VERSION}/minified/require.js" -O static/js/require.js
[Build]   [frontend]  ---> Running in ea1a20ed7d10
[Build]   [frontend] --2020-05-31 19:49:03--  https://code.jquery.com/jquery-3.3.1.min.js
[Build]   
[Build]   [frontend] Resolving code.jquery.com (code.jquery.com)... 
[Build]   [frontend] 209.197.3.24, 2001:4de0:ac19::1:b:3a, 2001:4de0:ac19::1:b:2a, ...
[Build]   Connecting to code.jquery.com (code.jquery.com)|209.197.3.24|:443... 
[Build]   [frontend] connected.
[Build]   
[Build]   [frontend] ERROR: The certificate of ‘code.jquery.com’ is not trusted.
[Build]   
[Build]   [frontend] ERROR: The certificate of ‘code.jquery.com’ has expired.
[Build]   
[Build]   [frontend] Removing intermediate container ea1a20ed7d10
Some services failed to build:
	frontend: The command '/bin/sh -c mkdir -p static/js &&     wget "https://code.jquery.com/jquery-${JQUERY_VERSION}.min.js" -O static/js/jquery.min.js &&     wget "https://code.highcharts.com/${HIGHCHARTS_VERSION}/highcharts.js" -O static/js/highcharts.js &&     wget "http://requirejs.org/docs/release/${REQUIREJS_VERSION}/minified/require.js" -O static/js/require.js' returned a non-zero code: 5


Additional information may be available with the `--debug` flag.
For help, visit our support forums: https://forums.balena.io
For bug reports or feature requests, see: https://github.com/balena-io/balena-cli/issues/

macpijan avatar May 31 '20 19:05 macpijan