[ 
https://issues.apache.org/jira/browse/ARTEMIS-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-2522:
------------------------------------
    Description: 
I made a google cloud kubernetes container, and tried to use their standard GUI 
for automated docker building an image. They have a fairly standard process:
1. designate a github repo
2. designate the Dockerfile in the repo
3. "go".

I picked Dockerfile-centos, and it mostly worked, until the end.
{noformat}
Transaction Summary
================================================================================
Install 1 Package

Total download size: 24 k
Installed size: 38 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libaio-0.3.109-13.el7.x86_64 1/1
Verifying : libaio-0.3.109-13.el7.x86_64 1/1

Installed:
libaio.x86_64 0:0.3.109-13.el7

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base extras updates
Cleaning up list of fastest mirrors
Removing intermediate container e43bbbc10606
---> 554142e64a2b
Step 11/21 : USER artemis
---> Running in 07fafffa7b45
Removing intermediate container 07fafffa7b45
---> 57ef2ee28a0b
Step 12/21 : ADD . /opt/activemq-artemis
---> 2c2fcc98c888
Step 13/21 : EXPOSE 8161 9404 61616 5445 5672 1883 61613
---> Running in 57c28bb7358e
Removing intermediate container 57c28bb7358e
---> 00d0ffeb141f
Step 14/21 : USER root
---> Running in 0a15a089f1d8
Removing intermediate container 0a15a089f1d8
---> de284adad6a7
Step 15/21 : RUN mkdir /var/lib/artemis-instance && chown -R artemis.artemis 
/var/lib/artemis-instance
---> Running in a8226f65442e
Removing intermediate container a8226f65442e
---> 436a623d226e
Step 16/21 : COPY ./docker/docker-run.sh /
COPY failed: stat 
/var/lib/docker/tmp/docker-builder095519310/docker/docker-run.sh: no such file 
or directory
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: exit status 
1{noformat}

  was:
I made a google cloud kubernetes container, and tried to use their standard GUI 
for automated docker building an image. They have a fairly standard process:
1. designate a github repo
2. designate the Dockerfile in the repo
3. "go".

I picked Dockerfile-centos, and it mostly worked, until the end.

Transaction Summary
================================================================================
Install 1 Package

Total download size: 24 k
Installed size: 38 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libaio-0.3.109-13.el7.x86_64 1/1
Verifying : libaio-0.3.109-13.el7.x86_64 1/1

Installed:
libaio.x86_64 0:0.3.109-13.el7

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base extras updates
Cleaning up list of fastest mirrors
Removing intermediate container e43bbbc10606
---> 554142e64a2b
Step 11/21 : USER artemis
---> Running in 07fafffa7b45
Removing intermediate container 07fafffa7b45
---> 57ef2ee28a0b
Step 12/21 : ADD . /opt/activemq-artemis
---> 2c2fcc98c888
Step 13/21 : EXPOSE 8161 9404 61616 5445 5672 1883 61613
---> Running in 57c28bb7358e
Removing intermediate container 57c28bb7358e
---> 00d0ffeb141f
Step 14/21 : USER root
---> Running in 0a15a089f1d8
Removing intermediate container 0a15a089f1d8
---> de284adad6a7
Step 15/21 : RUN mkdir /var/lib/artemis-instance && chown -R artemis.artemis 
/var/lib/artemis-instance
---> Running in a8226f65442e
Removing intermediate container a8226f65442e
---> 436a623d226e
Step 16/21 : COPY ./docker/docker-run.sh /
COPY failed: stat 
/var/lib/docker/tmp/docker-builder095519310/docker/docker-run.sh: no such file 
or directory
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: exit status 1





> Docker file does not work with GCP kubernetes
> ---------------------------------------------
>
>                 Key: ARTEMIS-2522
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2522
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.10.1
>            Reporter: Philip Brown
>            Priority: Major
>
> I made a google cloud kubernetes container, and tried to use their standard 
> GUI for automated docker building an image. They have a fairly standard 
> process:
> 1. designate a github repo
> 2. designate the Dockerfile in the repo
> 3. "go".
> I picked Dockerfile-centos, and it mostly worked, until the end.
> {noformat}
> Transaction Summary
> ================================================================================
> Install 1 Package
> Total download size: 24 k
> Installed size: 38 k
> Downloading packages:
> Running transaction check
> Running transaction test
> Transaction test succeeded
> Running transaction
> Installing : libaio-0.3.109-13.el7.x86_64 1/1
> Verifying : libaio-0.3.109-13.el7.x86_64 1/1
> Installed:
> libaio.x86_64 0:0.3.109-13.el7
> Complete!
> Loaded plugins: fastestmirror, ovl
> Cleaning repos: base extras updates
> Cleaning up list of fastest mirrors
> Removing intermediate container e43bbbc10606
> ---> 554142e64a2b
> Step 11/21 : USER artemis
> ---> Running in 07fafffa7b45
> Removing intermediate container 07fafffa7b45
> ---> 57ef2ee28a0b
> Step 12/21 : ADD . /opt/activemq-artemis
> ---> 2c2fcc98c888
> Step 13/21 : EXPOSE 8161 9404 61616 5445 5672 1883 61613
> ---> Running in 57c28bb7358e
> Removing intermediate container 57c28bb7358e
> ---> 00d0ffeb141f
> Step 14/21 : USER root
> ---> Running in 0a15a089f1d8
> Removing intermediate container 0a15a089f1d8
> ---> de284adad6a7
> Step 15/21 : RUN mkdir /var/lib/artemis-instance && chown -R artemis.artemis 
> /var/lib/artemis-instance
> ---> Running in a8226f65442e
> Removing intermediate container a8226f65442e
> ---> 436a623d226e
> Step 16/21 : COPY ./docker/docker-run.sh /
> COPY failed: stat 
> /var/lib/docker/tmp/docker-builder095519310/docker/docker-run.sh: no such 
> file or directory
> ERROR
> ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: exit status 
> 1{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to