Code Monkey home page Code Monkey logo

Comments (4)

jdolitsky avatar jdolitsky commented on June 8, 2024
git remote add -f alpine-base [email protected]:chainguard-images/alpine-base.git
git merge -s ours --no-commit alpine-base/main --allow-unrelated-histories
git read-tree --prefix=images/alpine-base -u alpine-base/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f apko [email protected]:chainguard-images/apko.git
git merge -s ours --no-commit apko/main --allow-unrelated-histories
git read-tree --prefix=images/apko -u apko/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f busybox [email protected]:chainguard-images/busybox.git
git merge -s ours --no-commit busybox/main --allow-unrelated-histories
git read-tree --prefix=images/busybox -u busybox/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f gcc-glibc [email protected]:chainguard-images/gcc-glibc.git
git merge -s ours --no-commit gcc-glibc/main --allow-unrelated-histories
git read-tree --prefix=images/gcc-glibc -u gcc-glibc/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f gcc-musl [email protected]:chainguard-images/gcc-musl.git
git merge -s ours --no-commit gcc-musl/main --allow-unrelated-histories
git read-tree --prefix=images/gcc-musl -u gcc-musl/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f git [email protected]:chainguard-images/git.git
git merge -s ours --no-commit git/main --allow-unrelated-histories
git read-tree --prefix=images/git -u git/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f glibc-dynamic [email protected]:chainguard-images/glibc-dynamic.git
git merge -s ours --no-commit glibc-dynamic/main --allow-unrelated-histories
git read-tree --prefix=images/glibc-dynamic -u glibc-dynamic/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f go [email protected]:chainguard-images/go.git
git merge -s ours --no-commit go/main --allow-unrelated-histories
git read-tree --prefix=images/go -u go/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f hello-world [email protected]:chainguard-images/hello-world.git
git merge -s ours --no-commit hello-world/main --allow-unrelated-histories
git read-tree --prefix=images/hello-world -u hello-world/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f jdk [email protected]:chainguard-images/jdk.git
git merge -s ours --no-commit jdk/main --allow-unrelated-histories
git read-tree --prefix=images/jdk -u jdk/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f ko [email protected]:chainguard-images/ko.git
git merge -s ours --no-commit ko/main --allow-unrelated-histories
git read-tree --prefix=images/ko -u ko/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f melange [email protected]:chainguard-images/melange.git
git merge -s ours --no-commit melange/main --allow-unrelated-histories
git read-tree --prefix=images/melange -u melange/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f musl-dynamic [email protected]:chainguard-images/musl-dynamic.git
git merge -s ours --no-commit musl-dynamic/main --allow-unrelated-histories
git read-tree --prefix=images/musl-dynamic -u musl-dynamic/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f nginx [email protected]:chainguard-images/nginx.git
git merge -s ours --no-commit nginx/main --allow-unrelated-histories
git read-tree --prefix=images/nginx -u nginx/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f node [email protected]:chainguard-images/node.git
git merge -s ours --no-commit node/main --allow-unrelated-histories
git read-tree --prefix=images/node -u node/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f php [email protected]:chainguard-images/php.git
git merge -s ours --no-commit php/main --allow-unrelated-histories
git read-tree --prefix=images/php -u php/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f postgres [email protected]:chainguard-images/postgres.git
git merge -s ours --no-commit postgres/main --allow-unrelated-histories
git read-tree --prefix=images/postgres -u postgres/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f python [email protected]:chainguard-images/python.git
git merge -s ours --no-commit python/main --allow-unrelated-histories
git read-tree --prefix=images/python -u python/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f ruby [email protected]:chainguard-images/ruby.git
git merge -s ours --no-commit ruby/main --allow-unrelated-histories
git read-tree --prefix=images/ruby -u ruby/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f sdk [email protected]:chainguard-images/sdk.git
git merge -s ours --no-commit sdk/main --allow-unrelated-histories
git read-tree --prefix=images/sdk -u sdk/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f static [email protected]:chainguard-images/static.git
git merge -s ours --no-commit static/main --allow-unrelated-histories
git read-tree --prefix=images/static -u static/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

git remote add -f wolfi-base [email protected]:chainguard-images/wolfi-base.git
git merge -s ours --no-commit wolfi-base/main --allow-unrelated-histories
git read-tree --prefix=images/wolfi-base -u wolfi-base/main:
git commit -s
./fixit.sh
git push origin HEAD:main --force

from images.

jdolitsky avatar jdolitsky commented on June 8, 2024

should also probably get the jdk history in here too

from images.

jdolitsky avatar jdolitsky commented on June 8, 2024

and postgres

from images.

jdolitsky avatar jdolitsky commented on June 8, 2024

done

from images.

Related Issues (20)

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.