Giter Club home page Giter Club logo

Comments (8)

carlossg avatar carlossg commented on August 13, 2024

works fine here

https://github.com/jenkinsci/docker-jnlp-slave/tree/alpine

$ docker run -it --rm --entrypoint /bin/bash --user root jenkins/jnlp-slave:3.10-1-alpine
bash-4.3# apk add -U curl
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/1) Installing curl (7.56.1-r0)
Executing busybox-1.26.2-r5.trigger
OK: 134 MiB in 67 packages

from docker-agent.

h0tbird avatar h0tbird commented on August 13, 2024

@carlossg you are missing the last step. Run curl :-)

from docker-agent.

h0tbird avatar h0tbird commented on August 13, 2024

The error is inherited from jenkinsci/slave:3.10-1-alpine (I guess you are using that one as base image):

[0] ~ >> docker run -it --rm --entrypoint /bin/bash --user root jenkinsci/slave:3.10-1-alpine
bash-4.3# apk add -U curl
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/1) Installing curl (7.56.1-r0)
Executing busybox-1.26.2-r5.trigger
OK: 134 MiB in 67 packages
bash-4.3# curl
Error relocating /usr/bin/curl: curl_mime_data_cb: symbol not found
Error relocating /usr/bin/curl: curl_mime_name: symbol not found
Error relocating /usr/bin/curl: curl_mime_encoder: symbol not found
Error relocating /usr/bin/curl: curl_mime_init: symbol not found
Error relocating /usr/bin/curl: curl_mime_headers: symbol not found
Error relocating /usr/bin/curl: curl_mime_filedata: symbol not found
Error relocating /usr/bin/curl: curl_mime_free: symbol not found
Error relocating /usr/bin/curl: curl_mime_subparts: symbol not found
Error relocating /usr/bin/curl: curl_mime_type: symbol not found
Error relocating /usr/bin/curl: curl_mime_addpart: symbol not found
Error relocating /usr/bin/curl: curl_mime_filename: symbol not found
Error relocating /usr/bin/curl: curl_mime_data: symbol not found
bash-4.3#

from docker-agent.

carlossg avatar carlossg commented on August 13, 2024

see docker-library/docker#83

we'll need to rebuild the image

from docker-agent.

h0tbird avatar h0tbird commented on August 13, 2024

Yes, I see. I guess openjdk:8-jdk-alpine introduced this error at some point.
When will you trigger the new build?

from docker-agent.

carlossg avatar carlossg commented on August 13, 2024

Fixed in alpine tag

$ sudo docker run -it --rm --entrypoint /bin/sh --user root jenkins/slave:alpine -c "apk add -U curl && curl"
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/1) Installing curl (7.56.1-r0)
Executing busybox-1.26.2-r7.trigger
OK: 134 MiB in 67 packages
curl: try 'curl --help' or 'curl --manual' for more information

from docker-agent.

h0tbird avatar h0tbird commented on August 13, 2024

Awesome! Thank you @carlossg

from docker-agent.

indrekj avatar indrekj commented on August 13, 2024

Could we get a new version tag as well?

from docker-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.