GithubHelp home page GithubHelp logo

vumik / docker-harbor Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 45 KB

Simple local dev environment with Docker and other things

Shell 0.63% Dockerfile 99.37%
docker php php7 virtualization virtual-hosts virtual-machine

docker-harbor's People

Contributors

vumik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

felipemartini

docker-harbor's Issues

first run bug

(5/6) Installing re2c (1.3-r1)
(6/6) Installing .phpize-deps-configure (20200430.190317)
Executing busybox-1.31.1-r9.trigger
OK: 248 MiB in 80 packages
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
configure: error: unrecognized options: --with-freetype-dir, --with-jpeg-dir, --with-png-dir
Service 'php-cli' failed to build: The command '/bin/sh -c apk upgrade --update && apk add bash autoconf g++ make cyrus-sasl-dev gmp-dev freetype-dev libpng-dev libjpeg-turbo-dev postgresql-dev libmemcached-dev libzip-dev oniguruma-dev && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-png-dir=/usr/include && docker-php-ext-install gd mbstring zip iconv pdo_mysql pdo_pgsql bcmath && pecl download memcached && tar -xf memcached-* && ( cd memcached-3.1.5 && phpize && ./configure --disable-memcached-sasl && make && make install ) && rm -r memcached-3.1.5 && docker-php-ext-enable memcached && pecl download xdebug && tar -xf xdebug-* && ( cd xdebug-* && phpize && ./configure && make && make install ) && rm -r xdebug-* && docker-php-ext-enable xdebug && pecl download redis && tar -xf redis-* && ( cd redis-* && phpize && ./configure && make && make install ) && rm -r redis-* && docker-php-ext-enable redis && curl -L https://github.com/maxmind/libmaxminddb/releases/download/1.2.0/libmaxminddb-1.2.0.tar.gz >> ./libmaxminddb-1.2.0.tar.gz && tar -xf libmaxminddb-1.2.0.tar.gz && ( cd libmaxminddb* && ./configure && make && make install ) && rm -r libmaxminddb* && curl -L https://github.com/maxmind/MaxMind-DB-Reader-php/archive/v1.1.0.tar.gz >> ./MaxMind-DB-Reader-php-1.1.0.tar.gz && tar -xf MaxMind-DB-Reader-php-1.1.0.tar.gz && ( cd MaxMind-DB-Reader-php-/ext && cp /usr/local/include/maxminddb.h ./maxminddb.h && cp /usr/local/include/maxminddb_config.h ./maxminddb_config.h && phpize && ./configure && make && make install ) && rm -r MaxMind-DB-Reader && docker-php-ext-enable maxminddb && curl -L http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz >> GeoLite2-City.mmdb.gz && curl -L http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz >> GeoLite2-Country.mmdb.gz && gunzip GeoLite2-City.mmdb.gz && gunzip GeoLite2-Country.mmdb.gz && mkdir /usr/local/share/GeoIP && mv GeoLite2-City.mmdb /usr/local/share/GeoIP && mv GeoLite2-Country.mmdb /usr/local/share/GeoIP && rm -rf /var/cache/apk/* && mkdir -p /srv/www/html' returned a non-zero code: 1
Failed to deploy 'Compose: docker-compose.y

now i think running ok

now have finish the compiling, but the php-cli container not keep runing this is normal? run and terminated at end point? also where i can acess the harbor page? on localhost only see nginx default page, also where are the default harbor registry admin password?

Also thanks for your replys.

yat error at php 7.4

Zend Module Api No: 20190902
Zend Extension Api No: 320190902
configure: error: unrecognized options: --with-freetype-dir, --with-jpeg-dir, --with-png-dir
Service 'php-cli' failed to build: The command '/bin/sh -c apk upgrade --update && apk add bash autoconf g++ make cyrus-sasl-dev gmp-dev freetype-dev libpng-dev libjpeg-turbo-dev postgresql-dev libmemcached-dev libzip-dev oniguruma-dev && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-png-dir=/usr/include && docker-php-ext-install gd mbstring zip iconv pdo_mysql pdo_pgsql bcmath && pecl download memcached && tar -xf memcached-* && ( cd memcached-3.1.5 && phpize && ./configure --disable-memcached-sasl && make && make install ) && rm -r memcached-3.1.5 && docker-php-ext-enable memcached && pecl download xdebug && tar -xf xdebug-* && ( cd xdebug-* && phpize && ./configure && make && make install ) && rm -r xdebug-* && docker-php-ext-enable xdebug && pecl download redis && tar -xf redis-* && ( cd redis-* && phpize && ./configure && make && make install ) && rm -r redis-* && docker-php-ext-enable redis && rm -rf /var/cache/apk/* && mkdir -p /srv/www/html' returned a non-zero code: 1
Failed to deploy 'Compose: docker-compose.yml': docker-compose process finished with exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.