You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Philip Brown (Jira)" <ji...@apache.org> on 2019/10/18 04:29:00 UTC

[jira] [Created] (ARTEMIS-2522) Docker file does not work with GCP kubernetes

Philip Brown created ARTEMIS-2522:
-------------------------------------

             Summary: 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


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






--
This message was sent by Atlassian Jira
(v8.3.4#803005)