News
Last updated
Was this helpful?
Last updated
Was this helpful?
It's been a while! And yes, we have great news.
There are a couple of things going on at the moment. Today is the - and we are a part of it. This means we do our best to do some fancy dockware stuff today. And we would love you to join and help us. In the end it's a fun Hackathon for all of us.
We have prepared some nice ideas for today on Github:
Now to something totally new. If you saw the , you might have heard him promising to release a GO-based dockware-cli binary. That actually happened! So right with todays Shopware Boost Day we are happy to release the new dockware-cli.
What is it about? Our focus is still to keep the transparency on Docker, but add some nice features to it that might not fit somewhere else.
The first implemented idea is this experimental release, is the "dockware creator". It's an interactive way to build your docker-compose.yml files. So whether you want to develop plugins, PWA, Apps, with or without bind mount, etc., you'll end up with a nice and ready-to-use docker-compose.yml file.
If you have other ideas, or just feedback on the dockware-cli, just drop us a line in Slack. You can find the download links here:
Besides this, we're always trying to bring dockware a bit closer to the next steps. Martin is completely restructuring the project to support better inheritance and reduced build and download times. Our SVRUnit tests have been automized to provide an even better coverage and way way more.
Thank you for your great support and happy Boost Day.
We've been recently asked about multi-environment setups with dockware. And yes, it's absolutely possible. In the end, it's just Docker, right?
But we still wanted to help you and created a along with 2 examples on our .
Learn how to use the dockware/proxy in combination with 2 (or more) Shopware shops and custom domains. Even the watchers work ;)
We hope you like it.
Upcoming Breaking Changes for Pipelines!
Hi
We are currently working a lot on providing new features and fixes for you. With the help of Uwe (Kellerkinder) we figured out, that dockware cannot be used in pipeline system of e.g. Gitlab as expected to be.
Some of you might use dockware containers to run things like Unit Tests, Static Analyzers and more. The original idea of dockware was to launch a full Shopware shop, but it can of course be used as command runner too.
Unfortunately, if you used to run a separate command like "composer install", etc., the entrypoint of dockware was not used. This means that the PHP switching didn't work, MySQL was not available and more. The reason for this is, because we accidentally used a CMD command instead of an ENTRYPOINT command in the Dockerfile. And e.g. Gitlab did just overwrite the CMD part, aka our custom entrypoint.
This will be switched in an upcoming release of dockware. We will introduce a new ENV variable DOCKWARE_CI which ensures that the container is NOT BLOCKING as it would usually do. Instead, it will run the entrypoint script with PHP switching, MySQL startup and more, and then run your custom command. Afterwards it will just quit the container. Please note, there are reasons why we cannot use the "default" CI ENV variable that those systems usually use.
This means, if you do not add the new ENV variable to your scripts, the container will then be a blocking container, which will likely to break your pipeline.
Please see this examples
We still need a bit for the changes, but please change it as soon as possible. It doesn't break anything, if the ENV is not yet existing in your current images.
Thanks
Hi there! It's been a while, but no worries, we have something hopefully amazing for all MAC users out there.
Every now and then, we are still reading about dockware as a SFTP based solution. This is not 100% correct. The reason for SFTP was always a fast and reliable solution that is working on every platform. And this is, and will be (for now) the best approach of containers with SFTP.
But still, it's not the only way to work with Docker (yes, not even dockware in that case). So we have tried to figure out, how can we use Docker with Shopware (dockware) in combination with bind-mounting on MACs and still have it fast enough for development. And one primary goal was to avoid any additional tools or sync options that need to be installed or configured in an additional step. And yes, we have a solution!
And yes, with all these new instructions, we might have to clean up the documentation and give it a new structure soon...but that's a different story :)
Happy coding!
Since the launch of dockware it has not only been used for development, but also in CI/CD pipelines. The pre-installed Shopware version including demo data makes dockware a perfect companion for Cypress tests in the cloud and other nice things you can do.
Now that we have rolled out guides on how to develop Apps for Shopware, there might be questions on how to create and view log files across different systems.
It's finally here! Shopware App Development with dockware and Docker!
We tried to do our best to guide you through this new experience.
It's finally time to create the best Shopware apps out there! Are you in?
PHP 8.1 has finally been released yesterday, and we just can't wait to use the official release version. And so we are happy to announce the official support of PHP 8.1 in all our dockware images, where PHP 8.x makes sense.
But the new dockware 1.4.3 versions come with even more features:
Easy "make switch-php" for live PHP version switching across all images.
VIM (and also NANO) is now available in all images, even non-dev images.
IMAP PHP extension now available in all images
We hope you like the new version and enjoy working with PHP 8.1
We're happy to announce the release of the 2 latest Shopware 5 version v5.7.5 + v5.7.6 for both, dockware play and dev.
In addition to this, we have a new goodie for you (currently not yet available in all images).
But the makefile in /var/www will soon include a command to easily switch the PHP version at runtime.
This is a perfect companion for pipelines such as with Gitlab, where you cannot provide environment variables when booting the container. (Thanks to Marcus from Kellerkinder for your help with this).
Here's a sneak peak
And it has been designed to be as robust as possible (hopefully). So switching to either the same, or even a non-existing PHP version should not screw up things.
Give us a bit, but then then we rollout every image again for you.
We've updated all our images with our new building pipelines.
This means, that all of those images will now also be built automatically for multiple architectures, such as for the Apple M1.
(Please keep in mind, that some older versions failed to build because of a random problem or missing unit tests, which is a blocker for us, but this is only a handful)
In addition to this, we're happy to rollout these new features with version 1.4.2 of dockware:
Added "jq" package for JSON processing in bash
Add PHP 5.6 support to essentials and flex image
Composer was accidentally always updated, even if no ENV variable has been provided. This won't happen now, so it should always work offline too.
Fix problems with XDEBUG on PHP 5.6
With that we found out that our images accidentally trigger a "composer update" in the entrypoint, even if no version has been defined as environment variable.
This should not happen. All dockware images must work offline without a problem.
While we are fixing the issue, please use a non-existing composer version as ENV variable. This will then trigger "nothing" in the entrypoint. (credits to ThLind)
Sorry for any inconvenience.
We've released dockware v1.4.1 for Shopware 6.4.4.1 and latest today. It comes with the following official fixes and will be rolled out across all images soon:
Added new "make download" command to easily prepare the installation of Shopware in the "essentials" image. (already released)
Fixed missing demo data in some Shopware 5 images (already released)
The latest release of Shopware 5 (v5.7.3) has been published for dockware PLAY and DEV today. Give it a test run with this command:
Have fun with the new version!
We've added Shopware 6.4.4.0 for PLAY and DEV.
Allso, the Essentials image does now have a simple makefile that easily downloads your target Shopware 6 version for you. You can then simply continue your installation after choosing your version.
We're happy to announce that the new dockware versions 1.4 are being rolled out. I think its the first mass rollout with more than 100 images being updated. we have a huge QA pipe by now (thats why some did not work and im glad about that) but if you face any problems, just let us know please. We did also go through the github issues and updated the labels. so you should now also know if something is broken because of shopware itself...which was sometimes confusing. how do you know what version you have? "docker logs" should show the version 1.4 at the top of the output when starting your container. Heres the changelog:
new feature: ENV variable BUILD_PLUGIN=myPluginName allows you to build your plugin with the provided dockware version without starting dockware directly.
real demo data for Shopware > 6.2
ready to use base.scss class in the dockware demo plugin (for watcher tests)
PimpMyLog has now improved error logs for SW5 + SW6
PimpMyLog is now PHP 8 ready
SW5 has now Mailcatcher preconfigured...so it should automatically work
different improvements and fixes across...yeah...everything
We use anonymous volumes in combination with known folders that cause troubles with the performance. You can read everything about it in our new .
In addition to this, we have a small instruction page on how to from scratch and prepare it for your development steps.
With this, we are launching a new in our documentation, where we collect examples and templates for the different platforms and how to use dockware for different uses cases.
The first page with is already available.
So we have improved our for shop developers, plugin manufacturers as well as app developers.
You can read the full guide .
Dockware has investigated the best possible ways to have an easy and smooth development environment. There are so many ways to deal with this, so you can use whatever way you like. Still we came up with an idea, that you might enjoy using. Read more about it in our .
And the best thing is, we've created a complete sample application that is available in our .
Even better - we've created a where we explain everything and guide you through the basics and our full sample application.
If you want to read more about PHP switching, see
We are aware of a connection problem with today.
Fixed problem with wrong function definer with custom MySQL user () (Thanks to "suc-sgor" for this)
Check the command out .
Since docker engine is getting always better we now prefer to use instead of sftp. But sftp is still a good alternative if bind-mounting does not work for you well.