foundationdb: Foundationdb.org Service 503
I am trying to download the foundation db client libraries but the foundationdb.org website is having issue and I receive 503 exceptions:
##[error]#18 [builder 9/12] RUN wget "https://foundationdb.org/downloads/6.3.22/ubuntu/installers/foundationdb-clients_6.3.22-1_amd64.deb"
##[error]#18 sha256:9ade7b951a0354d7e37b293d383c99f656c7f4d03b75ce75d5ed227b0eb2dfe3
##[error]#18 0.352 --2021-12-15 09:59:33-- https://foundationdb.org/downloads/6.3.22/ubuntu/installers/foundationdb-clients_6.3.22-1_amd64.deb
##[error]#18 0.361 Resolving foundationdb.org (foundationdb.org)... 17.56.48.13, 17.125.250.130
##[error]connected.
##[error]503 Service Temporarily Unavailable
##[error]#18 1.039 2021-12-15 09:59:34 ERROR 503: Service Temporarily Unavailable.
<html><head>
<title>503 Service Unavailable</title>
<style>
body {
background-color: #f8f8f8;
color: #505050;
font-family: "SF Hello", "Myriad Set Pro", "Myriad Set", "Lucida Grande", Arial, sans-serif;
}
hr {
margin: 10px 0px 10px 0px;
border: 1px solid #666;
}
#container {
margin-left: 50px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 55%;
}
#logo {
margin-right: 10px;
}
#code {
font-size: 64px;
font-weight: bold;
}
#msg {
font-size: 32px;
font-weight: lighter;
margin-top: 10px;
color: #505050;
}
#desc {
margin-bottom: 33px;
}
#details {
font-size: 13px;
color: #909090;
display: table;
background-color: #fefefe;
width: 100%;
padding: 10px 0px 10px 0px;
}
.detail {
display: table-row;
}
.detail .key {
font-weight: bold;
display: table-cell;
text-align: right;
padding: 1px 10px 1px 12px;
white-space: nowrap
}
.detail .value {
display: table-cell;
font-family: "SF Mono", Courier, Monaco, monospace;
padding: 1px 0px 1px 0px;
}
</style>
</head>
<body>
<div id="container">
<div id="code"><span id="logo"></span>503</div>
<div id="msg">Service Unavailable</div>
<hr>
<div id="desc">It appears no upstream tasks are announcing via service discovery.
Please check the health of the upstream tasks.</div>
<div id="details">
<div class="detail"><span class="key">Access Time:</span><span class="value">Wed, 15 Dec 2021 11:12:09 GMT</span></div>
<div class="detail"><span class="key">Reference ID:</span><span class="value">d6a9b89b-8645-4afd-a5e0-a57b2991b643</span></div>
<div class="detail"><span class="key">Version:</span><span class="value">AppleHttpServer/6dc1540be35565f1555759da807d61fe</span></div>
</div>
</div>
</body></html>
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 10
- Comments: 25 (10 by maintainers)
Commits related to this issue
- update download links in documentation for #6154 — committed to apple/foundationdb by ammolitor 2 years ago
- update download links in documentation for #6154 — committed to apple/foundationdb by ammolitor 2 years ago
- update download links in documentation #6154 — committed to apple/foundationdb by ammolitor 2 years ago
- Change CI download URI See https://github.com/apple/foundationdb/issues/6154 — committed to crclark/foundationdb-haskell by crclark 2 years ago
- Change CI download URI See https://github.com/apple/foundationdb/issues/6154 — committed to crclark/foundationdb-haskell by crclark 2 years ago
site is partially back (still no downloads, intentionally) should have assets here on GitHub under releases very soon.
Release assets are populating now: https://github.com/apple/foundationdb/releases/tag/6.3.22
Moving forward, this will be the place to download from. The webiste download pages will be removed.
@kenkeiter, I like your suggestion, but if you’ve ever tried to host a public website from inside of a large company, I’m sure you can appreciate the lack of flexibility. In fairness, I am having to update parts of my build tooling to point to new links as well.
it would be nice if you upload packages to, i.e., github.