Commit Graph

2465 Commits

Author SHA1 Message Date
tompizmor 37ad63a30c Merge pull request #45 from tompizmor/master
Set ALLOW_EMPTY_PASSWORD env var for mariadb image
2017-03-03 13:44:01 +01:00
Sameer Naik 074e3528d3 symfony: adds issue and pull-request template 2017-03-03 15:55:27 +05:30
Sameer Naik d60f6ca812 symfony: circle.yml update to add `QUAY_PROJECT` variable 2017-03-03 09:28:03 +05:30
Tomas Pizarro 06229634b6 Set ALLOW_EMPTY_PASSWORD env var for mariadb image 2017-03-02 12:35:34 +00:00
Sameer Naik 41694dc0f2 circle: use `docker-development-image.sh` script 2017-02-22 17:48:22 +05:30
Sameer Naik 1f46abe966 bump image version to 3.2.4-r1 2017-02-21 17:41:42 +05:30
Sameer Naik acbfbda7ef update to `gcr.io/stacksmith-images/minideb:jessie-r10` 2017-02-21 15:04:56 +05:30
Sameer Naik ca79899cb8 symfony: series 3 2017-02-21 12:38:37 +05:30
Sameer Naik ada682093d entrypoint: remove references to `entrypoint.sh` from base image 2017-02-21 12:22:33 +05:30
Sameer Naik 2db8e724c1 config: move default config var to Dockerfile 2017-02-21 12:22:12 +05:30
Bitnami Bot 3fc0e3c686 3.2.4-r0 release
This release includes several changes. Here is a list of the most important ones:
  - [VarDumper] Added missing persistent stream cast
  - [DependencyInjection] check for circular refs caused by method calls
  - [Serializer] fix upper camel case conversion
  - [Console][Table] fixed render when using multiple rowspans.
  - [Process] Permit empty suffix on Windows
  - [DI] Auto register extension configuration classes as a resource
  - Improve tracking of environment variables in the case of private services
  - [Validator] property constraints can be added in child classes
  - [Config] Early return for DirectoryResource
  - [DoctrineBridge] make sure that null can be the invalid value
  - [FrameworkBundle] Wire ArrayCache for annotation reader at bootstrap
  - [WebProfilerBundle] Readd Symfony version status in the toolbar
  - [VarDumper] Improve dump of AMQP* Object
  - [Security] LdapUserProvider should not throw an exception if the UID key does not exist in an LDAP entry
  - [FrameworkBundle] Fix annotations cache folder path
  - [VarDumper] Fixed dumping of terminated generator
  - Ignore missing 'debug.file_link_formatter' service in Debug bundle
2017-02-20 11:36:26 +00:00
Bitnami Bot 11fd625f4e 3.2.3-r0 release
This release includes several changes. Here is a list of the most important ones:
  - Casting TableCell value to string
  - Don't add csp-headers if none are required
  - Fix double escaping of the decision attributes in the profiler
  - fix Yaml parsing for very long quoted strings
  - [BrowserKit] ignore invalid cookies expires date format
  - [Cache] Fix class exists checks in PhpArrayAdapter
  - [Cache] [PdoAdapter] Fix MySQL 1170 error (blob as primary key)
  - [Cache] Fix tags expiration
  - [Cache] Fix missing use statement in FilesystemAdapter
  - [Cache] Using strpbrk() instead of strcspn() is faster
  - [Config] Fix checking cache for non existing meta file
  - [Console] Fix TableCell issues with decoration
  - [Debug] Fix fatal error when changing ErrorHandler loggers if an exception is buffered
  - [Debug] Workaround "null" $context
  - [DependencyInjection] Fixed variadic method parameter in autowired classes
  - [DI] Fix defaults overriding empty strings in AutowirePass
  - [Doctrine Bridge] always check for all fields to be mapped
  - [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys
  - [Form] Fixed DateType format option for single text widget
  - [FrameworkBundle] fixed custom domain for translations in php templates
  - [FrameworkBundle] Execute the PhpDocExtractor earlier
  - [FrameworkBundle] Dont wire "annotations.cached_reader" before removing passes
  - [HttpKernel] Fix ArgumentValueResolver for arguments default null
  - [HttpKernel] Give higher priority to adding request formats
  - [Ldap] Ldap username case fix
  - [PhpUnit] Blacklist DeprecationErrorHandler in stack traces
  - [Process] Non ASCII characters disappearing during the escapeshellarg
  - [PropertyInfo] Don't try to access a property thru a static method
  - [PropertyAccess] Handle interfaces in the invalid argument exception
  - [PropertyInfo] Exclude static methods form properties guessing
  - [TwigBundle] do not lose already set method calls
  - [Workflow] Fixed support of multiple transitions with the same name
  - [Workflow] Added new validator to make sure each place has unique translation names
2017-02-06 18:08:50 +00:00
Bitnami Bot f5630607f4 3.2.2-r0 release
This release includes several changes. Here is a list of the most important ones:
  - [DoctrineBridge] always check for all fields to be mapped
  - [PropertyAccess] Handle interfaces in the invalid argument exception
  - [DI] Fix defaults overriding empty strings in AutowirePass
  - [Debug] Workaround "null" $context
  - [DependencyInjection] Fixed variadic method parameter in autowired classes
  - [HttpKernel] Fix ArgumentValueResolver for arguments default null
  - [HttpKernel] Give higher priority to adding request formats
  - [PropertyInfo] Don't try to access a property thru a static method
  - [PropertyInfo] Exclude static methods form properties guessing
  - [Ldap] Ldap username case fix
  - [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys
  - [TwigBundle] do not lose already set method calls
  - fix Yaml parsing for very long quoted strings
  - Using strpbrk() instead of strcspn() is faster
2017-02-06 10:19:35 +00:00
David Gonzalez 580be0c28b Removed precautions for non breaking the repo 2017-02-02 09:30:26 +00:00
Bitnami Bot 216852cc89 3.2.1-r3 release
The main container now is split in two, one with mariaDB and other with the php service.
2017-02-02 09:23:22 +00:00
David Gonzalez caa81b480a Fixed output msg in entrypoint 2017-02-02 09:03:24 +00:00
David Gonzalez ccd6cd2b1c Added finalization output to the image entrypoint 2017-02-02 08:42:01 +00:00
David Gonzalez ca2570eeb9 Added MariaDB file to docker-compose file 2017-02-01 14:13:28 +00:00
David Gonzalez a752a040c3 Improved entrypoint to take into account mariaDB variables 2017-02-01 13:32:52 +00:00
David Gonzalez b8419c5b2d Removed line from entrypoint for testing purposes 2017-02-01 13:00:48 +00:00
David Gonzalez 6ef0542fb4 Changing Dockerfile for testing purposes 2017-02-01 12:39:37 +00:00
Sameer Naik 423f70c702 git: ignore `/local/` directory 2017-01-11 11:42:50 +05:30
Carlos Rodríguez 82da8e58c5 [Fix] Replace unpack by install & bump to 3.2.1-r2 2016-12-31 21:06:37 +01:00
Sameer Naik 1ff3c54703 bump image version to 3.2.1-r1 2016-12-28 21:48:57 +05:30
Sameer Naik c3eb47e321 switch to `gcr.io/stacksmith-images/minideb:jessie-r8` 2016-12-28 18:26:59 +05:30
Carlos Rodríguez afe94d0650 Bump image version to 3.2.1-r0 (#31)
* Bump image version to 3.2.1-r0
2016-12-27 12:36:14 +01:00
Sameer Naik d1c7d8dd63 bump image version to 3.1.3-r6 2016-12-23 13:02:15 +05:30
Sameer Naik 96b784a3a2 updated `circle.yml` spec to use scripts from `bitnami/test-infra` repo 2016-12-22 16:03:55 +05:30
Sameer Naik 47aa23aaa4 switch to `gcr.io/stacksmith-images/minideb:jessie-r7` 2016-12-22 16:03:55 +05:30
Sameer Naik 1b91f3bb52 rewritten the readme file to be more developer centric 2016-11-23 14:07:51 +05:30
Sameer Naik eb0d2aa832 adds `SYMFONY_PROJECT_NAME` environment variable to the `docker-compose.yml` template 2016-11-23 13:01:16 +05:30
Sameer Naik a5f890c259 set the default `SYMFONY_PROJECT_NAME` to `myapp` 2016-11-23 13:00:43 +05:30
Alvaro Manuel Recio 58463e502c Bump image to -r5 2016-11-10 12:40:04 +01:00
Álvaro Manuel Recio Pérez 14e78a66eb Update symfony to 3.1.3-1 (#24) 2016-11-10 12:36:17 +01:00
Álvaro Manuel Recio Pérez 831c2e1b1a Fix issue in mysql-client (#23) 2016-11-10 11:04:54 +01:00
Alvaro Manuel Recio 17bac10bd6 Bump image revision to -r3 2016-11-09 14:22:21 +01:00
Álvaro Manuel Recio Pérez 30788a6c82 Update mariadb to 10.1.19-0 (#21) 2016-11-09 14:19:50 +01:00
Sameer Naik 42023087e1 bump image version to 3.1.3-r2 2016-11-02 19:56:30 +05:30
Sameer Naik 09d401560f switch to `gcr.io/stacksmith-images/minideb:jessie-r2` 2016-10-28 15:58:54 +05:30
Sameer Naik 0da154d151 switch to `gcr.io/stacksmith-images/minideb:jessie-r1` 2016-10-27 22:32:50 +05:30
Sameer Naik a2e9367b43 switch to `gcr.io/stacksmith-images/minideb:jessie-r0` 2016-10-27 15:59:33 +05:30
Sameer Naik 283bb71d1e remove references to `harpoon` command
[skip ci]
2016-10-18 20:02:43 +05:30
Sameer Naik 1a274deb5f ci: enforce stricter tagging rules 2016-10-17 13:27:44 +05:30
Sameer Naik 47d0648d18 ci: quote variables in bash conditional statements 2016-10-17 13:27:44 +05:30
Adnan Abdulhussein 881b5e6e78 Set origin for GCR releases 2016-10-14 15:21:42 -07:00
Adnan Abdulhussein 68bb94c8b0 Fix CircleCI tag regex 2016-10-14 11:31:22 -07:00
Sameer Naik 344ef004fe circle.yml: simplify deployment tag selection 2016-10-14 10:51:51 +05:30
Sameer Naik ddb7b8379c circle.yml: renamed cache build to `_` 2016-10-14 10:51:51 +05:30
Sameer Naik 525256ff83 add circle ci status badge to the readme 2016-10-13 22:46:43 +05:30
Sameer Naik 0587a7d2c4 fix: BITNAMI_APP_VERSION script macro has been renamed to BITNAMI_IMAGE_VERSION 2016-10-13 20:33:43 +05:30
Sameer Naik 7bdc9a1c11 replace development build with a cache build 2016-10-13 14:42:51 +05:30
Sameer Naik c88a2f0496 use CircleCI to build and deploy releases on multiple targets 2016-10-12 23:05:06 +05:30
jdrios 1d7d885f4e update Dockerfile including OpenSSL security fixes 2016-09-24 17:01:27 +02:00
Sameer Naik 18d78fc115 update to gcr.io/stacksmith-images/ubuntu:14.04-r10 baseimage 2016-09-23 23:47:54 +05:30
dgonzalez c355388905 Fixed versioning environment variable 2016-09-20 17:56:10 +02:00
dgonzalez e8274cf971 Fixed initialization error 2016-09-08 17:52:10 +02:00
dgonzalez f074411669 Updated checksum 2016-09-05 16:12:46 +02:00
Adnan Abdulhussein 5d8444b595 Add Docker Hub automated build badge 2016-09-02 17:39:10 -07:00
dgonzalez 11eee5f6fa Fixed hash for symfony module 2016-08-31 20:08:40 +02:00
dgonzalez 74f32ede89 Fixed Dockerfile and entrypoint 2016-08-31 17:28:56 +02:00
dgonzalez 4930da7af7 Fixed Dockerfile 2016-08-31 13:37:11 +02:00
dgonzalez fccdda3553 Generalized improvements of workability. 2016-08-31 12:44:43 +02:00
dgonzalez de2c0ef6f5 Deleted references to previous repository 2016-08-30 12:42:44 +02:00
dgonzalez 8bdad13cf5 Fix Dockerfile 2016-08-30 12:14:49 +02:00
dgonzalez e9ec20c23a First commit 2016-08-30 12:05:43 +02:00