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

images for 3.5 release #235

Closed
justincormack opened this issue Dec 2, 2016 · 17 comments
Closed

images for 3.5 release #235

justincormack opened this issue Dec 2, 2016 · 17 comments

Comments

@justincormack
Copy link

Any chance of getting Docker images of 3.5-rc2 or 3? Other repos eg golang do early previews of docker images, and it would be really helpful. Currently I am upgrading from 3.4 but its kind of inconvenient.

cc @ncopa

@ncopa
Copy link
Collaborator

ncopa commented Dec 22, 2016

the 3.5 was just released. we also provide an alpine-minirootfs.tar.gz that could be used for creation of the image.

@ncopa ncopa changed the title 3.5 release candidates? images for 3.5 release Dec 22, 2016
@pbregener
Copy link

Having a 3.5 image ASAP would be great. Who is able and going to take care of this?

ncopa added a commit to ncopa/docker-alpine that referenced this issue Dec 23, 2016
ncopa added a commit to ncopa/docker-alpine that referenced this issue Dec 23, 2016
ncopa added a commit that referenced this issue Dec 23, 2016
@CpuID
Copy link

CpuID commented Dec 25, 2016

It seems #240 handles getting 3.5 support into this repo, but the image tag's are either not built, or not appearing on the Docker Hub as yet...

@ipfans
Copy link

ipfans commented Dec 26, 2016

@CpuID This is why docker hub still not upgrade: image is updated via pull requests to the docker-library/official-images GitHub repo.

@ncopa
Copy link
Collaborator

ncopa commented Dec 26, 2016

this one needs to be merged: docker-library/official-images#2489

@CpuID
Copy link

CpuID commented Dec 26, 2016 via email

@jbergstroem
Copy link

(you can close this now!)

@miketheman
Copy link

I still cannot see gliderlabs/alpine:3.5 in tags on docker hub: https://hub.docker.com/r/gliderlabs/alpine/tags/ - any news on that?

@jbergstroem
Copy link

@miketheman just do alpine:3.5.

@miketheman
Copy link

@jbergstroem Thanks for the tip - I indeed tried that already. The gliderlabs version (which my stack is based upon) contains some differences (noted in http://gliderlabs.viewdocs.io/docker-alpine/build/ "Differences") that we currently use.

@jbergstroem
Copy link

@miketheman oh; I didn't know that. Apologies.

@justincormack
Copy link
Author

justincormack commented Jan 4, 2017 via email

@miketheman
Copy link

@justincormack Here's what I get:

$ docker run -it --rm gliderlabs/alpine:3.4 ash
/ # apk-install
fetch http://alpine.gliderlabs.com/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://alpine.gliderlabs.com/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
OK: 5 MiB in 11 packages
$ docker run -it --rm alpine:3.5 ash
/ # apk-install
ash: apk-install: not found

@ncopa
Copy link
Collaborator

ncopa commented Jan 4, 2017

apk-install is a wrapper script that only does apk add --update "$@" && rm -rf /var/cache/apk/*.

Since then apk got its own flag to do the same so you can now do: apk add --no-cache ...

@miketheman
Copy link

@ncopa Thanks for the update! That's great that apk now has a flag for it. Is the gliderlabs/alpine image now deprecated, i.e. will not receive updates? What about the Fastly-enabled packages distribution?

@justincormack
Copy link
Author

justincormack commented Jan 4, 2017 via email

@andyshinn
Copy link
Contributor

Closing as 3.5 has been released for some time now.

tao12345666333 pushed a commit to tao12345666333/docker-alpine that referenced this issue Jul 12, 2018
tao12345666333 pushed a commit to tao12345666333/docker-alpine that referenced this issue Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants