Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.3.18? #107

Open
bitsofinfo opened this issue Jul 16, 2020 · 9 comments
Open

7.3.18? #107

bitsofinfo opened this issue Jul 16, 2020 · 9 comments

Comments

@bitsofinfo
Copy link

I'm debugging a DockerFile that has this in it

RUN curl https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub -o /etc/apk/keys/php-alpine.rsa.pub && \
    echo "@php https://dl.bintray.com/php-alpine/v3.9/php-7.3" >> /etc/apk/repositories && \
    apk add \
        coreutils=8.31-r0 \
        php7-fpm@php=7.3.18-r0 \
        supervisor=4.1.0-r0 \

There are built images with this that were previously able to pull 7.3.18-r0 from this https://bintray.com/php-alpine/v3.9/php-7.3 repo which links back to this project as the maintainer. What happened to 7.3.18-r0? Was it pulled?

@hernandev
Copy link
Member

currently release is on 7.3.26

@bitsofinfo
Copy link
Author

What happened to 7.3.18-r0? Was it pulled?

@hernandev
Copy link
Member

Paths colide so I delete old files, you need this version?

@hernandev
Copy link
Member

Nowadays builds are saved as tar.bz2 for future references, this version you mention is not available anymore, maybe, in some docker images, not sure, gonna have to check

@hernandev
Copy link
Member

I could find here is 7.3.21

@hernandev hernandev reopened this Jan 10, 2021
@hernandev
Copy link
Member

7.3.18 was never released here, we moved from 7.3.17 to 7.3.21 on scripts, 28f4988#diff-86e2be11fe0becbe6b55145d7eaf9f46bf1569dd9c0902b19727b605b9c2cd19

If you really need, I can build locally the way it was with 7.3.18 and send you as tar.bz2, if you need

@bitsofinfo
Copy link
Author

keep this open for now thanks. will get circle back to this, but we do have a build that is tied to that published artifact.

@hernandev
Copy link
Member

It's probably not build then right?

@bitsofinfo
Copy link
Author

I have a production image being used in an application who's dockerfile contains the following and was built successfully in the past:

RUN curl https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub -o /etc/apk/keys/php-alpine.rsa.pub && \
    echo "@php https://dl.bintray.com/php-alpine/v3.9/php-7.3" >> /etc/apk/repositories && \
    apk add \
        coreutils=8.31-r0 \
        php7-fpm@php=7.3.18-r0 \
        supervisor=4.1.0-r0 \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants