-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Fixtures] ./gradlew :test:fixtures:krb5kdc-fixture:composeBuild failure #8761
Labels
Comments
r1walz
added a commit
to r1walz/OpenSearch
that referenced
this issue
Jul 20, 2023
Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
6 tasks
r1walz
added a commit
to r1walz/OpenSearch
that referenced
this issue
Jul 20, 2023
Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
kotwanikunal
pushed a commit
that referenced
this issue
Jul 21, 2023
Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: #8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
baba-devv
pushed a commit
to baba-devv/OpenSearch
that referenced
this issue
Jul 29, 2023
…ect#8799) Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
kaushalmahi12
pushed a commit
to kaushalmahi12/OpenSearch
that referenced
this issue
Sep 12, 2023
…ect#8799) Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
brusic
pushed a commit
to brusic/OpenSearch
that referenced
this issue
Sep 25, 2023
…ect#8799) Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
shiv0408
pushed a commit
to Gaurav614/OpenSearch
that referenced
this issue
Apr 25, 2024
…ect#8799) Running composeBuild task for krb5kdc-fixture throws read-only file system error while writing hostname to local hosts file. Since, hostname resolution is already present and pointing to local node, let's remove writing it again from the Dockerfile. See: opensearch-project#8761 Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While running docker setup fixtures locally on Mac,
krb5kdc-fixture
fails with errorHot fix requires removing phrase
&& echo "127.0.0.1 kerberos.build.opensearch.org" >> /etc/hosts
from the Dockerfile.I have verified that
kerberos.build.opensearch.org
is already present in the/etc/hosts
file created on the containers. We should remove this redundant statement from the Dockerfile.Verification of presence:
The text was updated successfully, but these errors were encountered: