I found out you can make your own custom #dockerfile syntax. And now I want to make one. Send help!
https://docs.docker.com/build/buildkit/frontend/#dockerfile-frontend

I found out you can make your own custom #dockerfile syntax. And now I want to make one. Send help!
https://docs.docker.com/build/buildkit/frontend/#dockerfile-frontend
GitHub - opengrep/opengrep: Static code analysis engine to find security issues in code. https://github.com/opengrep/opengrep #vulnerability #JavaScript #OpenSource #dockerfile #typescript #analysis #security #clojure #GitHub #Python #golang #kotlin #scheme #static #julia #swift #Ruby #bash #code #dart #html #java #json #lisp #rust #yaml #C++ #PHP #jsx #lua #xml #C# #C #r
Is it a Containerfile or Dockerfile?
@targz @matiargs armé mi propio #Dockerfile y hice un nuevo token con más permisos para #Docker
https://github.com/R3gm/SoniTranslate/issues/109#issuecomment-2652632719
Recently I have posted a #Dockerfile to run #syslog_ng in an @almalinux container. I got some encouraging feedback, so this week I experimented with syslog-ng #Premium Edition (PE) in a #RHEL #UBI (Universal Base Image) container. #Feedback is welcome!
https://www.syslog-ng.com/community/b/blog/posts/running-syslog-ng-pe-in-rhel-ubi
How to Dockerize a Django App: Step-by-Step Guide for Beginners
#Products #Containers #Docker #DockerCompose #DockerHub #Dockerfile
Why does Deploio now offer Dockerfile support? You'll find out more about it in Tim's latest blog post.
But first things first and spoiler alert: This feature gives teams and developers more control and customisation options in the deployment process when using Deploio.
You can read all about the other benefits of Dockerfiles in the full article on our website at https://nine.ch/why-we-added-dockerfile-support-to-deploio/.
#deploio #dockerfile #buildpacks #appengine#nine
Docker Best Practices: Using ARG and ENV in Your Dockerfiles
#Docker #Products #DockerBestPractices #DockerCompose #Dockerfile
https://www.docker.com/blog/docker-best-practices-using-arg-and-env-in-your-dockerfiles/
Learn how to use CNCF incubating project Buildpacks, an application definition, and image build to skip the #Dockerfile step and increase developer productivity.
https://thenewstack.io/boost-your-shipping-velocity-with-argo-and-buildpacks-2/
I was searching for a better way to access my #hacking lab. Luckily, #KaliLinux is very portable. So my choice fell to the official #docker image. Most of the stuff i need can be used easily via the #commandline, but some applications, like #burpsuite, #wireshark and so on need a graphical desktop connection. #VNC comes in handy there. And the installation can be customized and tweaked directly in the #Dockerfile and #dockercompose file. This really seems like the perfect solution so far.
It also provides the possibility to create snapshots using "docker commit", and makes the use of a shared volume between host and container much easier than on a #virtualbox.
Awesome #rust #rocket #digitalocean #kubernetes
star my code
https://github.com/giuliohome/rust-rocket-playground
Btw podman is yet another fake #opensource #foss repository
I stop suggesting @Podman_io
I wasted my time with those stupid idiots.
https://github.com/containers/podman/issues/24013
I admit that @docker is the way to go to #build a #Dockerfile
Or #containerd ctr + #kaniko !
+ #chatgpt for support instead of github useless maintainers
Docker for Web Developers: Getting Started with the Basics
#Docker #Products #Containers #DockerCompose #DockerDesktop #Dockerfile
#Dockerfile, gebaut unter #Debian, ausgefürt, geht.
Gleiches Dockerfile, gebaut unter #Rocky und #AlmaLinux (beide getestet), ausgeführt, geht nicht.
Exakt gleiche Docker Version auf allen Systemen.
Sonst auch alles identisch, jeweils ein CX22 bei Hetzner.
Irgendwann zünd ich das alles an.
Level-up your #DevOps with #GitHub #Actions and #Kubernetes. A #NoSlides talk where I build it all on stage. #Dockerfile, #DevOps #pipeline, push #containers to the #cloud. Join us at #UtahJS! https://utahjs.com/ and grab the code we'll build at https://github.com/robrich/levelup-devops-github-actions-kubernetes.
Huh, now that I think about it why *doesn't* Dockerfile have build-time assertion tests...
Did you know that? Deploio is a true language talent.
Of course, we're not talking about French, Italian or English. We are, however, talking about the many programming languages that we support with our pioneering app engine.
So whether Ruby on Rails, django, Python, Go, PHP or Node.js – Deploio knows and masters them all.
Bring us your code, we'll do the rest.
#language talent #programming #code #dockerfile #appengine #deploio
3分でわかる,Shell Script/Dockerfileの可読性を上げるヒアドキュメントの使い方
https://qiita.com/sigma_devsecops/items/990f7d3c231e810a86f1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
thank you @robprentiss for the input. Indeed I can optimize my #Dockerfile for building a #golang application by using pure #alpinelinux baseimage as a second stage since I dont need the golang tool chain. I also was able to reduce setup of the glibc. All-in-all I was able to shrink my build to 28.2MB!