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

UPS 1.1.0 - beta.2 update #7

Closed
wants to merge 1 commit into from
Closed

Conversation

matzew
Copy link

@matzew matzew commented Jul 2, 2015

  • using latest of UPS 1.1.0 (beta.2)
  • using full profile (required due to JMS)
  • adding newly required Keycloak DS

@matzew
Copy link
Author

matzew commented Jul 2, 2015

@abstractj @sebastienblanc mind to review / test the two changed docker images ?

@matzew
Copy link
Author

matzew commented Jul 8, 2015

@danielpassos mind to do a quick test and merge it ?

@danielpassos
Copy link
Collaborator

Not sure if it is related with it but I'm geeting

sed: can't read /etc/sudoers: No such file or directory
INFO[1071] The command [/bin/sh -c sed -i 's/.*requiretty$/#Defaults requiretty/' /etc/sudoers] returned a non-zero code: 2

Here is the complete log

[passos]: ~/Development/Projects/AeroGear/dockerfiles/wildfly [git:pr/7]  
→ docker build -t aerogear/wildfly .
Sending build context to Docker daemon 57.86 kB
Sending build context to Docker daemon 
Step 0 : FROM jboss/wildfly
latest: Pulling from jboss/wildfly
f1b10cd84249: Pull complete 
c852f6d61e65: Pull complete 
7322fbe74aa5: Pull complete 
3dc11d18069b: Pull complete 
cf42d970ecb9: Pull complete 
b6d2c05bea8b: Pull complete 
b28704de9d32: Pull complete 
f96e253f35c1: Pull complete 
424345e76d87: Pull complete 
313746879de9: Pull complete 
7d34a1400e32: Pull complete 
0c3633e69ebb: Pull complete 
9600b284afae: Pull complete 
9826dabd717f: Pull complete 
01ff3eacf366: Pull complete 
a439b49d84fe: Pull complete 
62bdfd5db5cf: Pull complete 
e908c8c95a8b: Already exists 
Digest: sha256:1feca05024b110f2fdd33f7a6d2c0d86ef34a3b366e507da38ea12e2bae3cee8
Status: Downloaded newer image for jboss/wildfly:latest
 ---> e908c8c95a8b
Step 1 : MAINTAINER Bruno Oliveira <bruno@abstractj.org>
 ---> Running in 1eaec1c348ac
 ---> ede4edd5cc4a
Removing intermediate container 1eaec1c348ac
Step 2 : USER root
 ---> Running in 331d4bff5544
 ---> 3e2ed4aa808e
Removing intermediate container 331d4bff5544
Step 3 : ENV JAVA_HOME /usr/lib/jvm/java-1.7.0-openjdk
 ---> Running in ec3c3e0c395d
 ---> 11ca57b69846
Removing intermediate container ec3c3e0c395d
Step 4 : RUN yum -q clean all
 ---> Running in 9a730c0fc216
 ---> d69841bc7123
Removing intermediate container 9a730c0fc216
Step 5 : RUN sed -i 's/.*requiretty$/#Defaults requiretty/' /etc/sudoers
 ---> Running in ee91815f40fa
sed: can't read /etc/sudoers: No such file or directory
INFO[1071] The command [/bin/sh -c sed -i 's/.*requiretty$/#Defaults requiretty/' /etc/sudoers] returned a non-zero code: 2 

@matzew
Copy link
Author

matzew commented Jul 20, 2015

@danielpassos I am getting the same (now)...

Perhaps @abstractj knows more ?

I just did comment it out -

than I got a different error on the certificate.sh script (sudo: command not found).
Running them w/o 'sudo' (in certificate.sh) made it build locally.

I think there is perhaps a change in the layers above aerogear/wildfly (e.g. jboss/wildfly)?

will check some more ...

@matzew
Copy link
Author

matzew commented Jul 21, 2015

Closing this PR - I am changing the FILES to also use MySQL

@matzew matzew closed this Jul 21, 2015
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

Successfully merging this pull request may close these issues.

2 participants