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

Remove Mosquitto 1.4.10 (fails to build) #3094

Merged
merged 1 commit into from
Jun 19, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 19, 2017

Sending build context to Docker daemon 10.24 kB
Step 1/7 : FROM alpine:3.5
 ---> 8b613b705735
Step 2/7 : MAINTAINER David Audet <david.audet@ca.com>
 ---> Running in 6ea6b9cdf53b
 ---> ff52f1ca8414
Removing intermediate container 6ea6b9cdf53b
Step 3/7 : LABEL Description "Eclipse Mosquitto MQTT Broker"
 ---> Running in d13d0b52b232
 ---> 2de57e632f00
Removing intermediate container d13d0b52b232
Step 4/7 : RUN apk --no-cache add mosquitto=1.4.10-r2 &&     mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log &&     cp /etc/mosquitto/mosquitto.conf /mosquitto/config &&     chown -R mosquitto:mosquitto /mosquitto
 ---> Running in 83c73d80573f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  mosquitto-1.4.12-r0:
    breaks: world[mosquitto=1.4.10-r2]
Removing intermediate container 83c73d80573f
The command '/bin/sh -c apk --no-cache add mosquitto=1.4.10-r2 &&     mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log &&     cp /etc/mosquitto/mosquitto.conf /mosquitto/config &&     chown -R mosquitto:mosquitto /mosquitto' returned a non-zero code: 1

FYI @daudetCA

This is as was discussed on #3053 -- the tags will still be available for pull, but we'll stop trying to rebuild them (which now fails) and they will no longer be listed as "Supported".

```
Sending build context to Docker daemon 10.24 kB
Step 1/7 : FROM alpine:3.5
 ---> 8b613b705735
Step 2/7 : MAINTAINER David Audet <david.audet@ca.com>
 ---> Running in 6ea6b9cdf53b
 ---> ff52f1ca8414
Removing intermediate container 6ea6b9cdf53b
Step 3/7 : LABEL Description "Eclipse Mosquitto MQTT Broker"
 ---> Running in d13d0b52b232
 ---> 2de57e632f00
Removing intermediate container d13d0b52b232
Step 4/7 : RUN apk --no-cache add mosquitto=1.4.10-r2 &&     mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log &&     cp /etc/mosquitto/mosquitto.conf /mosquitto/config &&     chown -R mosquitto:mosquitto /mosquitto
 ---> Running in 83c73d80573f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  mosquitto-1.4.12-r0:
    breaks: world[mosquitto=1.4.10-r2]
Removing intermediate container 83c73d80573f
The command '/bin/sh -c apk --no-cache add mosquitto=1.4.10-r2 &&     mkdir -p /mosquitto/config /mosquitto/data /mosquitto/log &&     cp /etc/mosquitto/mosquitto.conf /mosquitto/config &&     chown -R mosquitto:mosquitto /mosquitto' returned a non-zero code: 1
```
@daudetCA
Copy link
Contributor

Ok, thanks @tianon 👍

@tianon tianon merged commit abaf614 into docker-library:master Jun 19, 2017
@tianon tianon deleted the mosquitto-1.4.10 branch June 19, 2017 18:55
@tianon
Copy link
Member Author

tianon commented Jun 19, 2017

Ah, looks like 1.4.8 has the same issue. 😅

@tianon
Copy link
Member Author

tianon commented Jun 19, 2017

And 1.4.4 😞

@tianon
Copy link
Member Author

tianon commented Jun 19, 2017

Filed #3095 👍

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

Successfully merging this pull request may close these issues.

2 participants